From patchwork Wed Jan 4 21:17:11 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 17738 X-Patchwork-Delegate: reatmon@ti.com 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 2225CC53210 for ; Wed, 4 Jan 2023 21:17:34 +0000 (UTC) Received: from fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) by mx.groups.io with SMTP id smtpd.web11.3398.1672867047687869455 for ; Wed, 04 Jan 2023 13:17:28 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17q1 header.b=CqrazRIH; spf=pass (domain: ti.com, ip: 198.47.19.141, mailfrom: reatmon@ti.com) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 304LHBcb004313; Wed, 4 Jan 2023 15:17:11 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1672867031; bh=wY0vqddJwUP6erkSFCa3m5hccDvzq4/oiQKvYYPxcwk=; h=From:To:Subject:Date; b=CqrazRIHou1Kpa3+/XDTAzibt0O3XBA1fCWiy6TsWU9JUdJ9xNzDWii+vRLvgKK21 ww9PlV+RP/iC8q6SUwSE8FuAsdL5l9xl6dF6S8jIBiR0yGm+5FLzDNQuk1Qfwf1md+ yocex5lwB0OBpg0LJUsaVyQzU7SobBge72jTLii8= Received: from DLEE108.ent.ti.com (dlee108.ent.ti.com [157.170.170.38]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 304LHB3S019696 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 4 Jan 2023 15:17:11 -0600 Received: from DLEE111.ent.ti.com (157.170.170.22) by DLEE108.ent.ti.com (157.170.170.38) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16; Wed, 4 Jan 2023 15:17:11 -0600 Received: from fllv0039.itg.ti.com (10.64.41.19) by DLEE111.ent.ti.com (157.170.170.22) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16 via Frontend Transport; Wed, 4 Jan 2023 15:17:11 -0600 Received: from uda0214219 (ileaxei01-snat.itg.ti.com [10.180.69.5]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 304LHBfB088256; Wed, 4 Jan 2023 15:17:11 -0600 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1pDB8J-0002lv-1e; Wed, 04 Jan 2023 15:17:11 -0600 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master][PATCH] layer.conf: Update LAYERSERIES_COMPAT for mickledore Date: Wed, 4 Jan 2023 15:17:11 -0600 Message-ID: <20230104211711.10615-1-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 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 ; Wed, 04 Jan 2023 21:17:34 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/14153 oe-core switched to mickedore [1] [1] https://git.openembedded.org/openembedded-core/commit/?id=57239d66b933c4313cf331d35d13ec2d0661c38f Signed-off-by: Ryan Eatmon --- meta-arago-distro/conf/layer.conf | 2 +- meta-arago-extras/conf/layer.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arago-distro/conf/layer.conf b/meta-arago-distro/conf/layer.conf index 5de46fc9..1ffcd2fb 100644 --- a/meta-arago-distro/conf/layer.conf +++ b/meta-arago-distro/conf/layer.conf @@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "meta-arago-distro" BBFILE_PATTERN_meta-arago-distro := "^${LAYERDIR}/" BBFILE_PRIORITY_meta-arago-distro = "10" -LAYERSERIES_COMPAT_meta-arago-distro = "kirkstone langdale" +LAYERSERIES_COMPAT_meta-arago-distro = "mickledore" LAYERDEPENDS_meta-arago-distro = " \ core \ diff --git a/meta-arago-extras/conf/layer.conf b/meta-arago-extras/conf/layer.conf index e2c8119f..9cdfcb32 100644 --- a/meta-arago-extras/conf/layer.conf +++ b/meta-arago-extras/conf/layer.conf @@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "meta-arago-extras" BBFILE_PATTERN_meta-arago-extras := "^${LAYERDIR}/" BBFILE_PRIORITY_meta-arago-extras = "10" -LAYERSERIES_COMPAT_meta-arago-extras = "kirkstone langdale" +LAYERSERIES_COMPAT_meta-arago-extras = "mickledore" # Set a variable to get to the top of the metadata location ARAGOBASE := '${@os.path.normpath("${LAYERDIR}/../")}'