mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-05 14:30:10 +00:00
arm-bsp/trusted-firmware-m: remove INSANE_SKIP in corstone1000
The build is successful without this, so presumably it's obsolete. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -4,9 +4,7 @@ COMPATIBLE_MACHINE = "(corstone1000)"
|
||||
|
||||
TFM_DEBUG = "1"
|
||||
|
||||
INSANE_SKIP:${PN} = "arch"
|
||||
|
||||
## Default is the FVP ##
|
||||
# Default is the FVP
|
||||
TFM_PLATFORM_IS_FVP ?= "TRUE"
|
||||
EXTRA_OECMAKE += "-DPLATFORM_IS_FVP=${TFM_PLATFORM_IS_FVP}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user