diff mbox series

[meta-arago,master] bootstrap-initrd: Add COMPATIBLE_MACHINE

Message ID 20250320181235.6114-1-reatmon@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,master] bootstrap-initrd: Add COMPATIBLE_MACHINE | expand

Commit Message

Ryan Eatmon March 20, 2025, 6:12 p.m. UTC
All Arago images have a COMPATIBLE_MACHINE setting that limits them to just ti-soc.
Since this package depends on one of the images, we need the same setting.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 .../recipes-bsp/bootstrap-initrd/bootstrap-initrd_1.0.bb        | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta-arago-distro/recipes-bsp/bootstrap-initrd/bootstrap-initrd_1.0.bb b/meta-arago-distro/recipes-bsp/bootstrap-initrd/bootstrap-initrd_1.0.bb
index 50cf218e..0753a6aa 100644
--- a/meta-arago-distro/recipes-bsp/bootstrap-initrd/bootstrap-initrd_1.0.bb
+++ b/meta-arago-distro/recipes-bsp/bootstrap-initrd/bootstrap-initrd_1.0.bb
@@ -2,6 +2,8 @@  SUMMARY = "Prebuilt initramfs with apps for bootstraping new board"
 
 LICENSE = "MIT"
 
+COMPATIBLE_MACHINE = "ti-soc"
+
 CLEANBROKEN = "1"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"