cache rootfs path
This commit is contained in:
parent
edc49d9e41
commit
90e8aa050f
@ -13,7 +13,7 @@ if(NOT DEFINED ENV{BBB_ROOTFS})
|
||||
"Define the BBB_ROOTFS variable to point to the Beagle Bone Black rootfs."
|
||||
)
|
||||
else()
|
||||
set(SYSROOT_PATH "$ENV{BBB_ROOTFS}")
|
||||
set(SYSROOT_PATH "$ENV{BBB_ROOTFS}" CACHE PATH "BBB root filesystem path")
|
||||
message(STATUS "Beagle Bone Black sysroot: ${SYSROOT_PATH}")
|
||||
endif()
|
||||
|
||||
|
@ -24,7 +24,7 @@ if(NOT DEFINED ENV{RASPBIAN_ROOTFS})
|
||||
"Define the RASPBIAN_ROOTFS variable to point to the Raspberry Pi rootfs."
|
||||
)
|
||||
else()
|
||||
set(SYSROOT_PATH "$ENV{RASPBIAN_ROOTFS}")
|
||||
set(SYSROOT_PATH "$ENV{RASPBIAN_ROOTFS}" CACHE PATH "Raspbian root filesystem path")
|
||||
message(STATUS "Raspberry Pi sysroot: ${SYSROOT_PATH}")
|
||||
endif()
|
||||
|
||||
|
2
fsfw_hal
2
fsfw_hal
@ -1 +1 @@
|
||||
Subproject commit d801319c12713d08cbdbc571ee2a922ce2f0c851
|
||||
Subproject commit 4ba4e45789a9fc37c8ff45d09b7986ee1dbd53ca
|
Reference in New Issue
Block a user