From patchwork Fri Mar 31 19:17:13 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 22062 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 369DCC761A6 for ; Fri, 31 Mar 2023 19:17:23 +0000 (UTC) Received: from lelv0142.ext.ti.com (lelv0142.ext.ti.com [198.47.23.249]) by mx.groups.io with SMTP id smtpd.web10.4575.1680290235391361111 for ; Fri, 31 Mar 2023 12:17:15 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17q1 header.b=XxhHn2I4; 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 32VJHEuT005722; Fri, 31 Mar 2023 14:17:14 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1680290234; bh=gjOq5gJQu94eUGXcewv7Y9h8Wb3xNInjzzCwIVpuzps=; h=From:To:Subject:Date; b=XxhHn2I4SNMcaMERLsbZDLfA0KpCnRccoCQ1k1xCeP62QjGe+gOmZFIe1jIOzQ56M QCPB0zLvoIfARjKf5kRVxqauxXa662+NUh2TEy/2DfDfmNwG5IFQT8ttGeU9KwFvFN U+UJkUjArzeoGTg9RuLKWc5dFZF2JNQHiCzS+AGk= Received: from DFLE115.ent.ti.com (dfle115.ent.ti.com [10.64.6.36]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 32VJHEnH012635 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 31 Mar 2023 14:17:14 -0500 Received: from DFLE109.ent.ti.com (10.64.6.30) by DFLE115.ent.ti.com (10.64.6.36) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16; Fri, 31 Mar 2023 14:17:13 -0500 Received: from lelv0327.itg.ti.com (10.180.67.183) 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 via Frontend Transport; Fri, 31 Mar 2023 14:17:13 -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 32VJHDJZ016115; Fri, 31 Mar 2023 14:17:13 -0500 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1piKFN-0003ZG-PH; Fri, 31 Mar 2023 14:17:13 -0500 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-arago][master/kirkstone][PATCH v3] branding-ltsprep: LTS migration brand Date: Fri, 31 Mar 2023 14:17:13 -0500 Message-ID: <20230331191713.13675-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, 31 Mar 2023 19:17:23 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/14284 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: Denys Dmytriyenko --- v3: Change u-boot version to 2023.04 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..a944bcdf --- /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.04%" + +# 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 = "" +