Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Arnout Vandecappelle <arnout@mind.be>
To: "Vincent Stehlé" <vincent.stehle@laposte.net>, buildroot@buildroot.org
Cc: Gerome Burlats <gerome.burlats@smile.fr>,
	Romain Naour <romain.naour@gmail.com>
Subject: Re: [Buildroot] [PATCH] configs/qemu_xtensa_lx60_nommu: use busybox minimal config
Date: Sun, 3 Apr 2022 17:07:48 +0200	[thread overview]
Message-ID: <40cedffc-e46e-e4d5-e2f3-c0dd398906cd@mind.be> (raw)
In-Reply-To: <20220329205136.32435-1-vincent.stehle@laposte.net>



On 29/03/2022 22:51, Vincent Stehlé via buildroot wrote:
> Update the qemu_xtensa_lx60_nommu_defconfig to use the
> busybox-minimal.config, to make it more consistent with the other no-MMU
> defconfigs.

  That's not a valid reason IMHO. We use the minimal busybox for boards that are 
extremely tight on memory - which is often the case for noMMU boards. But if we 
can spare the size, full busybox is a lot more useable.

  I've marked this patch as Rejected in patchwork, but if there's a good reason 
to do this, we can always recover it.

  Regards,
  Arnout

> 
> After commit 3de486f8b052 ("package/busybox: fix udhcpc options in minimal
> config"), this has the benefit of fixing the following network
> initialization failure:
> 
>    udhcpc: invalid option -- b
> 
> Signed-off-by: Vincent Stehlé <vincent.stehle@laposte.net>
> Cc: Romain Naour <romain.naour@gmail.com>
> Cc: Gerome Burlats <gerome.burlats@smile.fr>
> ---
>   configs/qemu_xtensa_lx60_nommu_defconfig | 3 +++
>   1 file changed, 3 insertions(+)
> 
> diff --git a/configs/qemu_xtensa_lx60_nommu_defconfig b/configs/qemu_xtensa_lx60_nommu_defconfig
> index c4473fb32a..44fb81bd74 100644
> --- a/configs/qemu_xtensa_lx60_nommu_defconfig
> +++ b/configs/qemu_xtensa_lx60_nommu_defconfig
> @@ -7,6 +7,9 @@ BR2_XTENSA_OVERLAY_FILE="https://github.com/jcmvbkbc/xtensa-toolchain-build/raw/
>   BR2_PACKAGE_HOST_ELF2FLT=y
>   # BR2_USE_MMU is not set
>   
> +# Use minimal busybox with hush and networking tools
> +BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox-minimal.config"
> +
>   # System
>   BR2_SYSTEM_DHCP="eth0"
>   BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2022-04-03 15:07 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-29 20:51 [Buildroot] [PATCH] configs/qemu_xtensa_lx60_nommu: use busybox minimal config Vincent Stehlé via buildroot
2022-04-03 15:07 ` Arnout Vandecappelle [this message]
2022-04-04 19:38   ` Vincent Stehlé via buildroot
2022-04-04 20:28     ` Arnout Vandecappelle
2022-04-06 20:00       ` Vincent Stehlé via buildroot
2022-04-07 16:39         ` Arnout Vandecappelle
2022-04-07 19:07 ` Arnout Vandecappelle
2022-04-10 17:02 ` Peter Korsgaard

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=40cedffc-e46e-e4d5-e2f3-c0dd398906cd@mind.be \
    --to=arnout@mind.be \
    --cc=buildroot@buildroot.org \
    --cc=gerome.burlats@smile.fr \
    --cc=romain.naour@gmail.com \
    --cc=vincent.stehle@laposte.net \
    /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