zephyr/cmake
Anas Nashif ef486b2c50 cmake: report extra version (rcX)
Right now when building a release candidate in master cmake reports the
version wrongly as the final version, for example:

-- Zephyr version: 2.2.0

This is misleading and confusing. Cmake does not like the rcX suffix and
internally we indeed use 2.2.0 as the version.

This patch just changes the output of the status message and adds the
extra version field:

-- Zephyr version: 2.2.0-rc1

and continues to use the cmake compatible version internally.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2020-02-17 14:34:39 -05:00
..
app cmake: allow boards to have extra cmake parametes 2020-02-05 13:04:44 -06:00
backports
bintools
compiler arch: arm64: Support aarch64-gcc compiler 2020-02-01 08:08:43 -05:00
emu
flash
ide
linker/ld
makefile_exports
reports
toolchain cmake: Fix zephyr-sdk's with a single toolchain 2020-02-11 17:48:56 +02:00
usage
util
boards.cmake
ccache.cmake
cfb.cmake
dts.cmake cmake: pass extra dtc flags to python scripts 2020-02-05 13:04:44 -06:00
extensions.cmake
extra_flags.cmake
gcc-m-cpu.cmake arch: arm64: Support aarch64-gcc compiler 2020-02-01 08:08:43 -05:00
generic_toolchain.cmake
git.cmake
hex.cmake
host-tools.cmake cmake: Invoke west topdir only with version >= 0.7.1 2020-02-10 22:52:34 +01:00
kconfig.cmake
kobj.cmake
pristine.cmake
python.cmake
target_toolchain.cmake
version.cmake cmake: report extra version (rcX) 2020-02-17 14:34:39 -05:00
zephyr_module.cmake