Commit Graph

7 Commits

Author SHA1 Message Date
Pan Xiuli 0e620cdb58 scripts: version: fix version error when have no tags
Tags may missing if we just clone the branch in some case such as in
travis CI.

Signed-off-by: Pan Xiuli <xiuli.pan@linux.intel.com>
2018-08-09 11:45:43 +08:00
Kamil Kulesza 0228d8d7ba version.sh: fix FW version parsing
Fixed version.sh script - now it handles longer build names.

Signed-off-by: Kamil Kulesza <kamil.kulesza@linux.intel.com>
2018-06-04 13:54:25 +01:00
Pierre-Louis Bossart 81708a5d2a sof: global replacement of 'reef' by 'sof'
Let's remove reef to avoid confusion/legacy.
no functionality change but the name of generated files
will change so targets and install scripts will need
to be updated

There should be only one occurrence of "Reef" left in
rimage/file_format.h, left as is for backwards compatibility.
This may be changed separately at a later point.

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
2018-04-05 15:10:14 +01:00
Liam Girdwood 856f768e3a version: Strip SOF_FW_XXX_ prefix from version number
The version information is generated using git tags and needs to be
numerical for version.h usage.

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
2018-03-21 09:42:56 +00:00
Liam Girdwood 83fec15597 build: fix version script to use correct version in tarball build
make sure the tarball build and worktree build uses the correct version.

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
2018-01-11 14:58:08 +00:00
Liam Girdwood 93d62e595e build: version Add micro version to supporting versioning stable releases
Currently SOF is version as x.y. Add a z so that the version is x.y.z and
can represent different stable versions.

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
2018-01-10 20:26:08 +00:00
Liam Girdwood b14e852bbe build: fix install and dist build targets.
Make install/dist were missing some headers files and dirs. Add them and
make sure version generation works for building from the dist directory
where there is no git versioning information available.

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
2018-01-10 17:36:41 +00:00