Skip to content

Commit ef2c481

Browse files
committed
Fix #xxx, rename pc-rtems osal to generic-rtems
1 parent 7f5ebcd commit ef2c481

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cmake/sample_defs/toolchain-i686-rtems4.11.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ set(RTEMS_BSP "pc686")
2020
# these settings are specific to cFE/OSAL and determines which
2121
# abstraction layers are built when using this toolchain
2222
SET(CFE_SYSTEM_PSPNAME pc-rtems)
23-
SET(OSAL_SYSTEM_BSPTYPE pc-rtems)
23+
SET(OSAL_SYSTEM_BSPTYPE generic-rtems)
2424
SET(OSAL_SYSTEM_OSTYPE rtems)
2525

2626
# This is for version specific RTEMS ifdefs needed by the OSAL and PSP

cmake/sample_defs/toolchain-i686-rtems5.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ set(RTEMS_BSP "pc686")
2020
# these settings are specific to cFE/OSAL and determines which
2121
# abstraction layers are built when using this toolchain
2222
SET(CFE_SYSTEM_PSPNAME pc-rtems)
23-
SET(OSAL_SYSTEM_BSPTYPE pc-rtems)
23+
SET(OSAL_SYSTEM_BSPTYPE generic-rtems)
2424
SET(OSAL_SYSTEM_OSTYPE rtems)
2525

2626
# This is for version specific RTEMS ifdefs needed by the OSAL and PSP

cmake/sample_defs/toolchain-i686-rtems6.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ set(RTEMS_BSP "pc686")
2020
# these settings are specific to cFE/OSAL and determines which
2121
# abstraction layers are built when using this toolchain
2222
SET(CFE_SYSTEM_PSPNAME pc-rtems)
23-
SET(OSAL_SYSTEM_BSPTYPE pc-rtems)
23+
SET(OSAL_SYSTEM_BSPTYPE generic-rtems)
2424
SET(OSAL_SYSTEM_OSTYPE rtems)
2525

2626
# This is for version specific RTEMS ifdefs needed by the OSAL and PSP

0 commit comments

Comments
 (0)