From patchwork Fri May 31 09:25:21 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Quentin Schulz X-Patchwork-Id: 44443 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 74FE2C27C51 for ; Fri, 31 May 2024 09:25:54 +0000 (UTC) Received: from smtp-190d.mail.infomaniak.ch (smtp-190d.mail.infomaniak.ch [185.125.25.13]) by mx.groups.io with SMTP id smtpd.web10.7577.1717147547908654709 for ; Fri, 31 May 2024 02:25:48 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: 0leil.net, ip: 185.125.25.13, mailfrom: foss+yocto@0leil.net) Received: from smtp-4-0001.mail.infomaniak.ch (smtp-4-0001.mail.infomaniak.ch [10.7.10.108]) by smtp-4-3000.mail.infomaniak.ch (Postfix) with ESMTPS id 4VrHmB3h1HznCy; Fri, 31 May 2024 11:25:46 +0200 (CEST) Received: from unknown by smtp-4-0001.mail.infomaniak.ch (Postfix) with ESMTPA id 4VrHmB1nW2zVyh; Fri, 31 May 2024 11:25:46 +0200 (CEST) From: Quentin Schulz Date: Fri, 31 May 2024 11:25:21 +0200 Subject: [PATCH meta-rockchip master scarthgap v3 14/16] machine: rk3568: mark all machines as to be using the closed TPL MIME-Version: 1.0 Message-Id: <20240531-rk3588-family-v3-14-629586621c5d@cherry.de> References: <20240531-rk3588-family-v3-0-629586621c5d@cherry.de> In-Reply-To: <20240531-rk3588-family-v3-0-629586621c5d@cherry.de> To: yocto-patches@lists.yoctoproject.org Cc: Quentin Schulz X-Mailer: b4 0.13.0 X-Infomaniak-Routing: alpha 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 May 2024 09:25:54 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto-patches/message/265 From: Quentin Schulz This will be useful once we migrate the U-Boot recipe to use this new override. Signed-off-by: Quentin Schulz --- conf/machine/include/rk3568.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/include/rk3568.inc b/conf/machine/include/rk3568.inc index 92d9d6d..1da212a 100644 --- a/conf/machine/include/rk3568.inc +++ b/conf/machine/include/rk3568.inc @@ -2,6 +2,8 @@ SOC_FAMILY = "rk3568" DEFAULTTUNE ?= "cortexa55" +ROCKCHIP_CLOSED_TPL ?= "1" + require conf/machine/include/soc-family.inc require conf/machine/include/rockchip-defaults.inc require conf/machine/include/arm/armv8-2a/tune-cortexa55.inc