Skip to content

Commit

Permalink
Create 2016.11 branch
Browse files Browse the repository at this point in the history
/
	* components.conf (epiphany-libs): Use 2016.11 branch.
	(pal): Ditto.
	* define-release.sh: Set version number to 2016.11

Signed-off-by: Ola Jeppsson <ola@adapteva.com>
  • Loading branch information
olajep committed Nov 24, 2016
1 parent d1fe55e commit b1cd846
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2016-11-24 Ola Jeppsson <ola@adapteva.com>

* components.conf (epiphany-libs): Use 2016.11 branch.
(pal): Ditto.
* define-release.sh: Set version number to 2016.11

2016-11-24 Ola Jeppsson <ola@adapteva.com>

* build-epiphany-sdk.sh (CFLAGS_FOR_TARGET): Provide
Expand Down
4 changes: 2 additions & 2 deletions components.conf
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ other:expat:expat-2.2.0:tar.bz2:http://prdownloads.sourceforge.net/expat
# SDK components
# Format of each component line is:
# <sdk>:<component_dir>:<branch_or_tag_name>:<repository>
sdk:epiphany-libs:master:epiphany-libs
sdk:epiphany-libs:2016.11:epiphany-libs
# Is a SDK component, but resides at parallella git
parallella:pal:master:pal
parallella:pal:2016.11:pal
4 changes: 2 additions & 2 deletions define-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
# Epiphany releases have the naming convention:

# <year>.<month>[.<patch>]
RELEASE_MAJOR="2014"
RELEASE_MAJOR="2016"
RELEASE_MINOR="11"
RELEASE_PATCH=""

# The full release version
RELEASE="${RELEASE_MAJOR}.${RELEASE_MINOR}${RELEASE_PATCH}"
RELEASE="master"
#RELEASE="master"

# Create a common log directory for all logs in this and sub-scripts
LOGDIR=${basedir}/logs/${RELEASE}
Expand Down

0 comments on commit b1cd846

Please # to comment.