From patchwork Mon May 9 17:53:19 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Roland Hieber X-Patchwork-Id: 7796 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id A4F33C43219 for ; Mon, 9 May 2022 18:00:03 +0000 (UTC) Received: from metis.ext.pengutronix.de (metis.ext.pengutronix.de [85.220.165.71]) by mx.groups.io with SMTP id smtpd.web09.648.1652119193734931171 for ; Mon, 09 May 2022 10:59:54 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: pengutronix.de, ip: 85.220.165.71, mailfrom: rhi@pengutronix.de) Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1no7fj-0002Jj-U2; Mon, 09 May 2022 19:59:51 +0200 Received: from [2a0a:edc0:0:1101:1d::ac] (helo=dude04.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1no7fk-001KxF-C0; Mon, 09 May 2022 19:59:51 +0200 Received: from rhi by dude04.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1no7fg-00AW7q-UG; Mon, 09 May 2022 19:59:48 +0200 From: Roland Hieber To: yocto@lists.yoctoproject.org Cc: Roland Hieber Subject: [meta-oracle-java][PATCH 3/6] set LAYERSERIES_COMPAT Date: Mon, 9 May 2022 19:53:19 +0200 Message-Id: <20220509175322.2501051-4-rhi@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220509175322.2501051-1-rhi@pengutronix.de> References: <20220509175322.2501051-1-rhi@pengutronix.de> MIME-Version: 1.0 X-SA-Exim-Connect-IP: 2a0a:edc0:0:c01:1d::a2 X-SA-Exim-Mail-From: rhi@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: yocto@lists.yoctoproject.org List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 09 May 2022 18:00:03 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto/message/57045 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 --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"