mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
kernel: Do not build the RTEMS kernel by default when released.
Close #3275
This commit is contained in:
parent
efa1677bc6
commit
49033ffc66
@ -24,7 +24,7 @@ BuildRoot: %{_tmppath}/%{name}-root-%(%{__id_u} -n)
|
||||
# Build if the RSB is released or optionally enable/disable building the RTEMS
|
||||
# kernel via the command line.
|
||||
#
|
||||
%if %{rsb_released} || %{defined with_rtems}
|
||||
%if %{defined with_rtems}
|
||||
%define rtems_kernel_build 1
|
||||
%else
|
||||
%define rtems_kernel_build 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user