mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Set the RTEMS Tools and Kernel version based on a release.
This commit is contained in:
parent
33142dd1f2
commit
d4baed93ef
@ -25,7 +25,11 @@
|
|||||||
%include %{_configdir}/base.cfg
|
%include %{_configdir}/base.cfg
|
||||||
%include %{_configdir}/versions.cfg
|
%include %{_configdir}/versions.cfg
|
||||||
|
|
||||||
%define rtems_kernel_version 4.11.0-rc1
|
%if %{rsb_released}
|
||||||
|
%define rtems_kernel_version %{rsb_version}
|
||||||
|
%else
|
||||||
|
%define rtems_kernel_version %{rtems_version}
|
||||||
|
%endif
|
||||||
|
|
||||||
#
|
#
|
||||||
# A magic internal path that would break if changes in the defaults.mc
|
# A magic internal path that would break if changes in the defaults.mc
|
||||||
|
@ -3,9 +3,13 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
# Track the release branch.
|
# The RTEMS Tools version is set to the RSB version or the RTEMS version.
|
||||||
#
|
#
|
||||||
%define rtems_tools_version %{rsb_version}
|
%if %{rsb_released}
|
||||||
|
%define rtems_tools_version %{rsb_version}
|
||||||
|
%else
|
||||||
|
%define rtems_tools_version %{rtems_version}
|
||||||
|
%endif
|
||||||
|
|
||||||
#
|
#
|
||||||
# The RTEMS Tools build instructions. We use GIT Release 1.
|
# The RTEMS Tools build instructions. We use GIT Release 1.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user