# # RTEMS Tools for 5. # # # The RTEMS Tools version is set to the RSB version or the RTEMS version. # %if %{rsb_released} %define rtems_tools_version %{rsb_version} %else %define rtems_tools_version 925448a4527ec1a88b800dbeca8b90ccb365b38e %define rtems_tools_source rtems-tools-%{rtems_tools_version} %source set rtems-tools https://git.rtems.org/rtems-tools/snapshot/%{rtems_tools_source}.tar.bz2 %hash sha512 rtems-tools-%{rtems_tools_version}.tar.bz2 468e77ca6f038319a11007bff6695f206937438464166d81329191d4d14028103bb2f7fdc3239a1ac19d314ad2a7650fa5a6bd6554d109c1acf6fa72df7a8274 %endif # # Optionally enable/disable building the RTEMS Tools via the command line. # %if %{defined with_rtems_tools} %define rtems_tools_build 1 %endif %if %{defined without_rtems_tools} %define rtems_tools_build 0 %endif # # Build by default. # %if ! %{defined rtems_tools_build} %define rtems_tools_build 1 %endif %if %{rtems_tools_build} # # The RTEMS Tools build instructions. # %include tools/rtems-tools-common-1.cfg %endif