From: Michael Olbrich <m.olbrich@pengutronix.de>
To: Roland Hieber <rhi@pengutronix.de>
Cc: distrokit@pengutronix.de
Subject: Re: [DistroKit] [PATCH v2 06/10] mips, mipsel: kernel-*: select KERNEL
Date: Thu, 8 Aug 2024 15:41:47 +0200 [thread overview]
Message-ID: <ZrTLGxLYTCSSbTPm@pengutronix.de> (raw)
In-Reply-To: <20240808122846.2022136-6-rhi@pengutronix.de>
On Thu, Aug 08, 2024 at 02:28:42PM +0200, Roland Hieber wrote:
> We're using PTXCONF_KERNEL_VERSION and PTXCONF_KERNEL_MD5 in our rules,
> which are only defined when KERNEL is selected.
>
> Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> ---
> configs/platform-mips/platforms/kernel-ar9331.in | 1 +
> configs/platform-mips/platforms/kernel-malta.in | 1 +
> configs/platform-mipsel/platforms/kernel-malta.in | 1 +
> 3 files changed, 3 insertions(+)
>
> diff --git a/configs/platform-mips/platforms/kernel-ar9331.in b/configs/platform-mips/platforms/kernel-ar9331.in
> index e7dd81f3e410..47f8ac8e7a85 100644
> --- a/configs/platform-mips/platforms/kernel-ar9331.in
> +++ b/configs/platform-mips/platforms/kernel-ar9331.in
> @@ -6,5 +6,6 @@ config KERNEL_AR9331
> select HOST_LIBKMOD
> select HOST_SYSTEM_BC
> #select HOST_U_BOOT_TOOLS
> + select KERNEL
select KERNEL if BUILDTIME
That avoids dependencies in the ipkgs.
Michael
> help
> FIXME
> diff --git a/configs/platform-mips/platforms/kernel-malta.in b/configs/platform-mips/platforms/kernel-malta.in
> index 069ccceba301..92a22d0ca090 100644
> --- a/configs/platform-mips/platforms/kernel-malta.in
> +++ b/configs/platform-mips/platforms/kernel-malta.in
> @@ -6,5 +6,6 @@ config KERNEL_MALTA
> select HOST_LIBKMOD
> select HOST_SYSTEM_BC
> #select HOST_U_BOOT_TOOLS
> + select KERNEL
> help
> FIXME
> diff --git a/configs/platform-mipsel/platforms/kernel-malta.in b/configs/platform-mipsel/platforms/kernel-malta.in
> index 069ccceba301..92a22d0ca090 100644
> --- a/configs/platform-mipsel/platforms/kernel-malta.in
> +++ b/configs/platform-mipsel/platforms/kernel-malta.in
> @@ -6,5 +6,6 @@ config KERNEL_MALTA
> select HOST_LIBKMOD
> select HOST_SYSTEM_BC
> #select HOST_U_BOOT_TOOLS
> + select KERNEL
> help
> FIXME
> --
> 2.39.2
>
>
>
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
next prev parent reply other threads:[~2024-08-08 13:41 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-31 9:14 [DistroKit] [PATCH 1/2] mipsel: sync kernelconfig Roland Hieber
2024-07-31 9:14 ` [DistroKit] [PATCH 2/2] mipsel: remove forked host-qemu rule Roland Hieber
2024-07-31 11:42 ` [DistroKit] [PATCH 1/2] mipsel: sync kernelconfig Robert Schwebel
2024-07-31 12:07 ` Alexander Dahl
2024-07-31 12:10 ` Michael Olbrich
2024-07-31 12:23 ` Roland Hieber
2024-07-31 12:33 ` Robert Schwebel
2024-08-08 12:28 ` [DistroKit] [PATCH v2 01/10] mipsel: remove forked host-qemu rule Roland Hieber
2024-08-08 12:28 ` [DistroKit] [PATCH v2 02/10] mipsel: sync kernelconfig Roland Hieber
2024-08-08 12:28 ` [DistroKit] [PATCH v2 03/10] mips, mipsel: remove forked kernel rule Roland Hieber
2024-08-08 12:28 ` [DistroKit] [PATCH v2 04/10] mips, mipsel: kernel-*: sync with template Roland Hieber
2024-08-08 12:28 ` [DistroKit] [PATCH v2 05/10] mips, mipsel: kernel-*: use ptx/image-install and fix 'clean' stage Roland Hieber
2024-08-08 12:28 ` [DistroKit] [PATCH v2 06/10] mips, mipsel: kernel-*: select KERNEL Roland Hieber
2024-08-08 13:41 ` Michael Olbrich [this message]
2024-08-13 13:23 ` Roland Hieber
2024-08-08 12:28 ` [DistroKit] [PATCH v2 07/10] mips, mipsel: migrate barebox-common recipe to barebox Roland Hieber
2024-08-08 12:28 ` [DistroKit] [PATCH v2 08/10] mips, mipsel: barebox-*: sync with template Roland Hieber
2024-08-08 12:28 ` [DistroKit] [PATCH v2 09/10] mips, mipsel: barebox-*: use ptx/image-install Roland Hieber
2024-08-08 12:28 ` [DistroKit] [PATCH v2 10/10] mips, mipsel: barebox-*: set LICENSE_FILES Roland Hieber
2024-08-08 12:32 ` [DistroKit] [PATCH v2 01/10] mipsel: remove forked host-qemu rule Roland Hieber
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=ZrTLGxLYTCSSbTPm@pengutronix.de \
--to=m.olbrich@pengutronix.de \
--cc=distrokit@pengutronix.de \
--cc=rhi@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