diff mbox series

[meta-java] layer.conf: Mark as compatible with langdale

Message ID 20221103150030.149529-1-u.oelmann@pengutronix.de
State New
Headers show
Series [meta-java] layer.conf: Mark as compatible with langdale | expand

Commit Message

Ulrich Ölmann Nov. 3, 2022, 3 p.m. UTC
Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
---
 conf/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/conf/layer.conf b/conf/layer.conf
index 2e2ce1677ecc..99a137608744 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -7,7 +7,7 @@  BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
 BBFILE_COLLECTIONS += "meta-java"
 BBFILE_PATTERN_meta-java := "^${LAYERDIR}/"
 BBFILE_PRIORITY_meta-java = "10"
-LAYERSERIES_COMPAT_meta-java = "kirkstone"
+LAYERSERIES_COMPAT_meta-java = "kirkstone langdale"
 LAYERDEPENDS_meta-java += "openembedded-layer"
 
 LICENSE_PATH += "${LAYERDIR}/licenses"