[meta-oracle-java,3/6] set LAYERSERIES_COMPAT

Message ID 20220509175322.2501051-4-rhi@pengutronix.de
State New
Headers show
Series kirkstone compatibility | expand

Commit Message

Roland Hieber May 9, 2022, 5:53 p.m. UTC
Bitbake override syntax has been changed incompatibly in Yocto 3.4
(honister), which we'll adapt in the next commit. This is therefore the
last commit that can be used with earlier Yocto releases.

Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
 conf/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Patch

diff --git a/conf/layer.conf b/conf/layer.conf
index 6bd7ae3edd22..70f7d10294e5 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -12,4 +12,4 @@  BBFILE_COLLECTIONS += "oraclejava"
 BBFILE_PATTERN_oraclejava := "^${LAYERDIR}/"
 BBFILE_PRIORITY_oraclejava = "6"
 
-
+LAYERSERIES_COMPAT_oraclejava = "warrior zeus dunfell gatesgarth hardknott"