# # 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 156b2273a491eba0b0d605fa774d4d81d2ae2def %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 f7c0f387516d5a1162534acaa2b77890ed5c19cd677b8ec97dd0b8a73c7472d85b4d1260d2e00651b2921c5602faa3537a5e605c36b88f69a0251cd935e9ee78 %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