From patchwork Sat Oct 22 05:08:20 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Denys Dmytriyenko X-Patchwork-Id: 14327 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 CB4D9C433FE for ; Sat, 22 Oct 2022 05:08:32 +0000 (UTC) Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.64]) by mx.groups.io with SMTP id smtpd.web09.3618.1666415302984312183 for ; Fri, 21 Oct 2022 22:08:23 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: denix.org, ip: 64.68.198.64, mailfrom: denis@denix.org) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id 5B08140DEF; Sat, 22 Oct 2022 05:08:22 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo14-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3BdTHBvgBIud; Sat, 22 Oct 2022 05:08:22 +0000 (UTC) Received: from mail.denix.org (pool-100-15-80-88.washdc.fios.verizon.net [100.15.80.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id 3DE5240DE8; Sat, 22 Oct 2022 05:08:21 +0000 (UTC) Received: from thorin.denix (thorin.denix [192.168.30.9]) by mail.denix.org (Postfix) with ESMTP id 2F2C6174A39; Sat, 22 Oct 2022 01:08:19 -0400 (EDT) From: Denys Dmytriyenko To: meta-arago@lists.yoctoproject.org Cc: Denys Dmytriyenko Subject: [master/kirkstone][PATCH] branding-next: add configuration for AUTOREV-ed linux-next and u-boot master Date: Sat, 22 Oct 2022 05:08:20 +0000 Message-Id: <20221022050820.3386545-1-denis@denix.org> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 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 ; Sat, 22 Oct 2022 05:08:32 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/14087 From: Denys Dmytriyenko This configuration helps with enabling linux-next daily test plans with ARAGO_BRAND="next" Builds the current HEADs of linux-next and u-boot master. Signed-off-by: Denys Dmytriyenko --- meta-arago-distro/conf/distro/include/branding-next.inc | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 meta-arago-distro/conf/distro/include/branding-next.inc diff --git a/meta-arago-distro/conf/distro/include/branding-next.inc b/meta-arago-distro/conf/distro/include/branding-next.inc new file mode 100644 index 00000000..a4fe66dc --- /dev/null +++ b/meta-arago-distro/conf/distro/include/branding-next.inc @@ -0,0 +1,8 @@ +PREFERRED_PROVIDER_virtual/kernel = "linux-ti-next" +PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-mainline" +PREFERRED_PROVIDER_u-boot = "u-boot-ti-mainline" +SRCREV:pn-linux-ti-next = "${AUTOREV}" +SRCREV:pn-u-boot-ti-mainline = "${AUTOREV}" + +# GPU support requires out-of-tree SGX and RGX drivers not available in next +MACHINE_FEATURES:remove = "gpu"