From patchwork Fri Mar 17 16:15:50 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 21146 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 7E595C6FD1D for ; Fri, 17 Mar 2023 16:15:59 +0000 (UTC) Received: from lelv0142.ext.ti.com (lelv0142.ext.ti.com [198.47.23.249]) by mx.groups.io with SMTP id smtpd.web11.23936.1679069752002392683 for ; Fri, 17 Mar 2023 09:15:52 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17q1 header.b=Z2HRJkYQ; spf=pass (domain: ti.com, ip: 198.47.23.249, mailfrom: reatmon@ti.com) Received: from fllv0034.itg.ti.com ([10.64.40.246]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 32HGFokl117838; Fri, 17 Mar 2023 11:15:50 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1679069750; bh=1cORz4/d/PhJmOVrwh+AFDpcozJa+OkCEpv9Nk/LiEs=; h=From:To:Subject:Date; b=Z2HRJkYQplV6H7SukgwGv/0OALOWtA0/w3n64kfs5DKl71SUrZsFVG7+CVYAp1c3u Av1q+TCmHMxfq+qVAbDy6bEKoI1xrHNzV2w2oXWYkgMZ1pihWuRbSVUc+fmfoTW9JR lV8acOQrXM+AKnccD2Cs/lPUocW/vb/b2oEqhseM= Received: from DFLE109.ent.ti.com (dfle109.ent.ti.com [10.64.6.30]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 32HGFoa4059464 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 17 Mar 2023 11:15:50 -0500 Received: from DFLE110.ent.ti.com (10.64.6.31) by DFLE109.ent.ti.com (10.64.6.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16; Fri, 17 Mar 2023 11:15:50 -0500 Received: from lelv0327.itg.ti.com (10.180.67.183) by DFLE110.ent.ti.com (10.64.6.31) 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; Fri, 17 Mar 2023 11:15:50 -0500 Received: from uda0214219 (ileaxei01-snat.itg.ti.com [10.180.69.5]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 32HGFo0H116471; Fri, 17 Mar 2023 11:15:50 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1pdCkA-0004wG-Gm; Fri, 17 Mar 2023 11:15:50 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master/kirkstone][PATCH v2] branding-ltsprep: LTS migration brand Date: Fri, 17 Mar 2023 11:15:50 -0500 Message-ID: <20230317161550.17946-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 ; Fri, 17 Mar 2023 16:15:59 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/14259 Add a new brand to control picking the next LTS version of kernel and u-boot while they are under development. Signed-off-by: Ryan Eatmon Reviewed-by: Praneeth Bajjuri Acked-by: Andrew Davis --- v2: Make the versions wildcarded so that they actually match... .../conf/distro/include/branding-ltsprep.inc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta-arago-distro/conf/distro/include/branding-ltsprep.inc diff --git a/meta-arago-distro/conf/distro/include/branding-ltsprep.inc b/meta-arago-distro/conf/distro/include/branding-ltsprep.inc new file mode 100644 index 00000000..0238327c --- /dev/null +++ b/meta-arago-distro/conf/distro/include/branding-ltsprep.inc @@ -0,0 +1,11 @@ + +PREFERRED_VERSION_linux-ti-staging = "6.1%" +PREFERRED_VERSION_linux-ti-staging-rt = "6.1%" +PREFERRED_VERSION_linux-ti-staging-systest = "6.1%" +PREFERRED_VERSION_u-boot-ti-staging = "2023.01%" + +# GPU support requires out-of-tree SGX and RGX drivers not available in until +# LTS prep is complete. fall back to software rendering +MACHINE_FEATURES:remove = "gpu" +PREFERRED_PROVIDER_virtual/gpudriver = "" +