Message ID | 20250312150824.6579-4-reatmon@ti.com |
---|---|
State | New |
Headers | show |
Series | Add COMPATIBLE_MACHINEs | expand |
diff --git a/meta-arago-extras/recipes-devtools/arm-compute-library/arm-compute-library_24.12.bb b/meta-arago-extras/recipes-devtools/arm-compute-library/arm-compute-library_24.12.bb index 383b02fb..f4129a75 100644 --- a/meta-arago-extras/recipes-devtools/arm-compute-library/arm-compute-library_24.12.bb +++ b/meta-arago-extras/recipes-devtools/arm-compute-library/arm-compute-library_24.12.bb @@ -18,7 +18,7 @@ SRCREV = "32bcced2af7feea6969dd1d22e58d0718dc488e3" S = "${WORKDIR}/git" -# Only compatible with armv7, armv7ve, and aarch64 +# Only compatible with armv7a, armv7ve, and aarch64 COMPATIBLE_MACHINE = "(^$)" COMPATIBLE_MACHINE:aarch64 = "(.*)" COMPATIBLE_MACHINE:armv7a = "${@bb.utils.contains("TUNE_FEATURES","neon","(.*)","(^$)",d)}"
Signed-off-by: Ryan Eatmon <reatmon@ti.com> --- .../arm-compute-library/arm-compute-library_24.12.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)