From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 26 Apr 2021 11:00:09 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1lax69-0002uu-2G for lore@lore.pengutronix.de; Mon, 26 Apr 2021 11:00:09 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1lax68-0000s4-Ez; Mon, 26 Apr 2021 11:00:08 +0200 Received: from pty.hi.pengutronix.de ([2001:67c:670:100:1d::c5]) by metis.ext.pengutronix.de with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lax66-0000ro-Rz; Mon, 26 Apr 2021 11:00:06 +0200 Received: from rsc by pty.hi.pengutronix.de with local (Exim 4.89) (envelope-from ) id 1lax66-00049q-IL; Mon, 26 Apr 2021 11:00:06 +0200 Date: Mon, 26 Apr 2021 11:00:06 +0200 From: Robert Schwebel To: Roland Hieber Message-ID: <20210426090006.jmfdedd6xhllaos2@pengutronix.de> References: <20210426082840.5999-1-rhi@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210426082840.5999-1-rhi@pengutronix.de> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-IRC: #ptxdist @freenode X-Accept-Language: de,en X-Accept-Content-Type: text/plain X-Uptime: 10:59:53 up 144 days, 23:06, 48 users, load average: 0,12, 0,12, 0,09 User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [DistroKit] [PATCH] v7a, mips: fix barebox-common oldconfig with inherited layers X-BeenThere: distrokit@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: DistroKit Mailinglist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: distrokit@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "DistroKit" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: distrokit-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false On Mon, Apr 26, 2021 at 10:28:40AM +0200, Roland Hieber wrote: > When using layers that inherit DistroKit, doing a 'ptxdist oldconfig > barebox-common' in the inherited layer can lead to strange errors about > unmatched MD5 sums in the config diff. This happens because > ptxd_make_world_kconfig_mode() in scripts/lib/ptxd_make_world_kconfig.sh > only updates the config files when the stage name matches "*config". > Rename the "barebox-common_oldconfig_" target to something that matches > the regex. > > As a side note, we still need a separate oldconfig target for > barebox-common here because it must run before all other barebox's > oldconfig stages. > > Signed-off-by: Roland Hieber > --- > configs/platform-mips/rules/barebox-common.make | 2 +- > configs/platform-v7a/rules/barebox-common.make | 2 +- > rules/post/barebox-common.make | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) Applied to next. rsc -- Pengutronix e.K. | Dipl.-Ing. Robert Schwebel | Steuerwalder Str. 21 | https://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-9 | _______________________________________________ DistroKit mailing list DistroKit@pengutronix.de