corrections and tests

This commit is contained in:
2021-07-16 21:51:30 +02:00
committed by Robin Mueller
parent 434a0f6a7a
commit 88a20a512a
12 changed files with 265 additions and 14 deletions

View File

@ -3,8 +3,7 @@ if(NOT DEFINED ENV{Q7S_SYSROOT})
# Sysroot has not been cached yet and was not set in environment either
if(NOT DEFINED SYSROOT_PATH)
message(FATAL_ERROR
"Define the Q7S_ROOTFS variable to "
"point to the raspbian rootfs."
"Define the Q7S_ROOTFS variable to point to the Q7S rootfs."
)
endif()
else()