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 5392DC7619A for ; Tue, 11 Apr 2023 21:33:44 +0000 (UTC) Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.64]) by mx.groups.io with SMTP id smtpd.web10.27861.1681248819896301561 for ; Tue, 11 Apr 2023 14:33:40 -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 D5BCE40C90; Tue, 11 Apr 2023 21:33:38 +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 VTEFrI6norH6; Tue, 11 Apr 2023 21:33:38 +0000 (UTC) Received: from mail.denix.org (pool-100-15-88-116.washdc.fios.verizon.net [100.15.88.116]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id ADF7440C13; Tue, 11 Apr 2023 21:33:36 +0000 (UTC) Received: by mail.denix.org (Postfix, from userid 1000) id 1654A1637FE; Tue, 11 Apr 2023 17:32:58 -0400 (EDT) Date: Tue, 11 Apr 2023 17:32:58 -0400 From: Denys Dmytriyenko To: Andrew Davis Cc: Ryan Eatmon , meta-ti@lists.yoctoproject.org Subject: Re: [meta-ti][master/kirkstone][PATCH v2 4/5] linux-ti-next: Add defconfig for OMAP-L138 Message-ID: <20230411213258.GA9226@denix.org> References: <20230411174037.32244-1-afd@ti.com> <20230411174037.32244-4-afd@ti.com> <20230411195104.GY9226@denix.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 ; Tue, 11 Apr 2023 21:33:44 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-ti/message/16359 On Tue, Apr 11, 2023 at 04:14:47PM -0500, Andrew Davis wrote: > On 4/11/23 2:51 PM, Denys Dmytriyenko wrote: > >On Tue, Apr 11, 2023 at 12:40:36PM -0500, Andrew Davis via lists.yoctoproject.org wrote: > >>Not sure if anyone is testing on this device with -next, but for > >>completeness add its defconfig. > >> > >>Signed-off-by: Andrew Davis > >>--- > >> meta-ti-bsp/recipes-kernel/linux/linux-ti-next_git.bb | 1 + > >> 1 file changed, 1 insertion(+) > >> > >>diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-next_git.bb b/meta-ti-bsp/recipes-kernel/linux/linux-ti-next_git.bb > >>index b540e508..62831c9c 100644 > >>--- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-next_git.bb > >>+++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-next_git.bb > >>@@ -20,6 +20,7 @@ PV = "6.1.0-rc1+git${SRCPV}" > > > >Should PV/SRCREV be bumped past 6.1-rc1? > > > > Someone should. But unless we automate then it will get stale again. > > It could be part of the build automation scripts when we start -next > testing.. And it already is - Arago Distro branding-next AUTOREVs it: https://git.yoctoproject.org/meta-arago/tree/meta-arago-distro/conf/distro/include/branding-next.inc#n4 It is done indirectly through the Distro/branding as recipes shouldn't default to AUTOREV. You don't want bitbake to hit kernel.org everytime the recipe gets parsed, even when you are not building it. I know "next" will be getting stale very quickly and it's expected, but it may be nice to get it updated now, since you are changing it anyway... -- Denys