diff mbox series

[meta-arago,master/scarthgap,2/6] ti-gc320-tests: Add COMPATIBLE_MACHINE

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

Commit Message

Ryan Eatmon March 12, 2025, 3:08 p.m. UTC
The ti-gc320-libs dependency has COMPATIBLE_MACHINE = "omap-a15", so you
already cannot properly handle this recipe without it being in effect.
yocto-check-layer complains about this, so simply add the same
COMPATIBLE_MACHINE setting here.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 .../recipes-graphics/ti-gc320-tests/ti-gc320-tests_5.0.11.p7.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta-arago-extras/recipes-graphics/ti-gc320-tests/ti-gc320-tests_5.0.11.p7.bb b/meta-arago-extras/recipes-graphics/ti-gc320-tests/ti-gc320-tests_5.0.11.p7.bb
index f9b9685f..6c4ed631 100644
--- a/meta-arago-extras/recipes-graphics/ti-gc320-tests/ti-gc320-tests_5.0.11.p7.bb
+++ b/meta-arago-extras/recipes-graphics/ti-gc320-tests/ti-gc320-tests_5.0.11.p7.bb
@@ -3,6 +3,8 @@  DESCRIPTION = "Test application for GC320 2D API"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://dra7x-sdk-ti-gc320-tests_manifest.html;md5=22a001855467f373c47f45de5330e3c9"
 
+COMPATIBLE_MACHINE = "omap-a15"
+
 DEPENDS = "ti-gc320-libs"
 
 BRANCH = "ti-${PV}"