[meta-java,1/5] Switch compat to kirkstone

Message ID 20220224092339.2711524-2-jpuhlman@mvista.com
State New
Headers show
Series Update master to kirkstone compat | expand

Commit Message

Jeremy Puhlman Feb. 24, 2022, 9:23 a.m. UTC
Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com>
---
 conf/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Patch

diff --git a/conf/layer.conf b/conf/layer.conf
index 7791178..2e2ce16 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 = "dunfell gatesgarth hardknott honister"
+LAYERSERIES_COMPAT_meta-java = "kirkstone"
 LAYERDEPENDS_meta-java += "openembedded-layer"
 
 LICENSE_PATH += "${LAYERDIR}/licenses"