kernel: Do not build the RTEMS kernel by default when released.

Close #3275
This commit is contained in:
Chris Johns 2018-01-18 18:11:17 +11:00
parent efa1677bc6
commit 49033ffc66

View File

@ -24,7 +24,7 @@ BuildRoot: %{_tmppath}/%{name}-root-%(%{__id_u} -n)
# Build if the RSB is released or optionally enable/disable building the RTEMS # Build if the RSB is released or optionally enable/disable building the RTEMS
# kernel via the command line. # kernel via the command line.
# #
%if %{rsb_released} || %{defined with_rtems} %if %{defined with_rtems}
%define rtems_kernel_build 1 %define rtems_kernel_build 1
%else %else
%define rtems_kernel_build 0 %define rtems_kernel_build 0