diff mbox series

[meta-arago,master/scarthgap,3/6] arm-compute-library: Fix typo in comment

Message ID 20250312150824.6579-4-reatmon@ti.com
State New
Headers show
Series Add COMPATIBLE_MACHINEs | expand

Commit Message

Ryan Eatmon March 12, 2025, 3:08 p.m. UTC
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(-)
diff mbox series

Patch

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)}"