mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-01-11 15:00:39 +00:00
arm-systemready: Fix regex in arm-systemready-ir-acs recipe
The regex used to validate compatible machines is incorrect as it's only checking the machine name starts with "fvp" not "fvp-" as intended. It's also been modified to allow FVPs called xxx-fvp to be compatible with Corstone-1000. Signed-off-by: Drew Reed <Drew.Reed@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -41,7 +41,7 @@ file://${COMMON_LICENSE_DIR}/Zlib;md5=87f239f408daca8a157858e192597633 \
|
||||
"
|
||||
IMAGE_CLASSES:remove = "license_image"
|
||||
|
||||
COMPATIBLE_MACHINE = "fvp-*"
|
||||
COMPATIBLE_MACHINE = "(fvp-.+|.+-fvp)"
|
||||
|
||||
TEST_SUITES = "arm_systemready_ir_acs"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user