From mboxrd@z Thu Jan 1 00:00:00 1970 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 D730BC77B7F for ; Fri, 27 Jun 2025 20:44:01 +0000 (UTC) Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.64]) by mx.groups.io with SMTP id smtpd.web11.992.1751057035304123063 for ; Fri, 27 Jun 2025 13:43:55 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (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 B328C40CBF; Fri, 27 Jun 2025 20:43:54 +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 LrYGc4JcDW9V; Fri, 27 Jun 2025 20:43:54 +0000 (UTC) Received: from mail.denix.org (pool-100-15-87-159.washdc.fios.verizon.net [100.15.87.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id 8545940C37; Fri, 27 Jun 2025 20:43:52 +0000 (UTC) Received: by mail.denix.org (Postfix, from userid 1000) id 3803316ADC7; Fri, 27 Jun 2025 16:43:52 -0400 (EDT) Date: Fri, 27 Jun 2025 16:43:52 -0400 From: Denys Dmytriyenko To: afd@ti.com Cc: Ryan Eatmon , meta-ti@lists.yoctoproject.org Subject: Re: [meta-ti][scarthgap/master][PATCH 2/3] meta-beagle: Remove selectable DT_VENDOR_PREFIX Message-ID: <20250627204352.GL18383@denix.org> References: <20250627192454.575458-1-afd@ti.com> <20250627192454.575458-2-afd@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250627192454.575458-2-afd@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) 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, 27 Jun 2025 20:44:01 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-ti/message/18723 On Fri, Jun 27, 2025 at 02:24:53PM -0500, Andrew Davis via lists.yoctoproject.org wrote: > This was used when the DT_VENDOR_PREFIX was different between supported > BSP versions. All supported now use the new prefix so drop this var. > > Signed-off-by: Andrew Davis Reviewed-by: Denys Dmytriyenko > --- > meta-beagle/conf/machine/beagle-x15.conf | 16 ++--- > meta-beagle/conf/machine/beaglebone.conf | 28 ++++---- > .../recipes-kernel/linux/linux-bb.org_6.12.bb | 64 +++++++++---------- > .../recipes-kernel/linux/linux-bb.org_6.6.bb | 64 +++++++++---------- > 4 files changed, 84 insertions(+), 88 deletions(-)