diff mbox series

[meta-arago,master,3/5] omapconf: Drop OMAP4 as a COMPATIBLE_MACHINE

Message ID 20251107214128.1491466-3-afd@ti.com
State New
Headers show
Series [meta-arago,master,1/5] tisdk-core-bundle: Make DTB filter work with DRA7xx HS EVM | expand

Commit Message

Andrew Davis Nov. 7, 2025, 9:41 p.m. UTC
OMAP4 is not supported by this layer, drop this leftover compatible.

Signed-off-by: Andrew Davis <afd@ti.com>
---
 meta-arago-test/recipes-devtools/omapconf/omapconf_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-arago-test/recipes-devtools/omapconf/omapconf_git.bb b/meta-arago-test/recipes-devtools/omapconf/omapconf_git.bb
index edba8e12..53fd3e12 100644
--- a/meta-arago-test/recipes-devtools/omapconf/omapconf_git.bb
+++ b/meta-arago-test/recipes-devtools/omapconf/omapconf_git.bb
@@ -6,7 +6,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=205c83c4e2242a765acb923fc766e914"
 
 PV = "1.75+git"
 
-COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|omap4"
+COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15"
 
 BRANCH ?= "master"
 SRCREV = "ff07b6992bacb1e1586c72b7d2be469caee4a347"