From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Alexander Dahl <ada@thorsis.com>
Subject: Re: [ptxdist] [APPLIED] u-boot: Avoid hooking oldconfig if kconfig is not selected
Date: Thu, 8 Feb 2024 17:03:35 +0100 [thread overview]
Message-ID: <20240208160335.3248904-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20240202151209.2535721-5-ada@thorsis.com>
Thanks, applied as 611215d2df98c1fd3a0a78557320088b8b85ba95.
Michael
[sent from post-receive hook]
On Thu, 08 Feb 2024 17:03:35 +0100, Alexander Dahl <ada@thorsis.com> wrote:
> Calling `ptxdist oldconfig u-boot` (or `ptxdist oldconfig all`) makes
> only sense if the package actually uses Kconfig. If it does not, you
> probably got an at best annoying error message of a missing u-boot
> .config in your BSP.
>
> Fixes: 44e565de9b2d ("u-boot: Add option to use Kconfig based configuration")
> Signed-off-by: Alexander Dahl <ada@thorsis.com>
> Message-Id: <20240202151209.2535721-5-ada@thorsis.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/u-boot.make b/rules/u-boot.make
> index cadca4a6bc92..4bc7f3f781fc 100644
> --- a/rules/u-boot.make
> +++ b/rules/u-boot.make
> @@ -214,7 +214,9 @@ $(STATEDIR)/u-boot.clean:
> # oldconfig / menuconfig
> # ----------------------------------------------------------------------------
>
> +ifdef PTXCONF_U_BOOT_CONFIGSYSTEM_KCONFIG
> u-boot_oldconfig u-boot_menuconfig u-boot_nconfig: $(STATEDIR)/u-boot.extract
> @$(call world/kconfig, U_BOOT, $(subst u-boot_,,$@))
> +endif
>
> # vim: syntax=make
next prev parent reply other threads:[~2024-02-08 16:09 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-02 15:12 [ptxdist] [PATCH 0/5] FIT images with U-Boot and barebox on recent DistroKit Alexander Dahl
2024-02-02 15:12 ` [ptxdist] [PATCH 1/5] kernel-fit: Review help text Alexander Dahl
2024-02-08 16:03 ` [ptxdist] [APPLIED] " Michael Olbrich
2024-02-02 15:12 ` [ptxdist] [PATCH 2/5] kernel-fit: Allow using 'kernel_noload' as sub-image type Alexander Dahl
2024-02-08 16:03 ` [ptxdist] [APPLIED] " Michael Olbrich
2024-02-02 15:12 ` [ptxdist] [PATCH 3/5] blspec-entry: Fix kernel entry for FIT image Alexander Dahl
2024-02-08 16:03 ` [ptxdist] [APPLIED] " Michael Olbrich
2024-02-02 15:12 ` [ptxdist] [PATCH 4/5] u-boot: Avoid hooking oldconfig if kconfig is not selected Alexander Dahl
2024-02-08 16:03 ` Michael Olbrich [this message]
2024-02-02 15:12 ` [ptxdist] [PATCH 5/5] image-rauc: Fix quotation marks / whitespace handling Alexander Dahl
2024-02-06 11:41 ` Roland Hieber
2024-02-08 16:03 ` [ptxdist] [APPLIED] " Michael Olbrich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240208160335.3248904-1-m.olbrich@pengutronix.de \
--to=m.olbrich@pengutronix.de \
--cc=ada@thorsis.com \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox