All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [Bug 2875] Kernel doesn't build Ext2 support out-of-the-box
Date: Wed, 22 Dec 2010 11:11:27 +0100	[thread overview]
Message-ID: <87mxnyung0.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <20101222091404.B58E688F68@busybox.osuosl.org> (bugzilla@busybox.net's message of "Wed, 22 Dec 2010 09:14:04 +0000 (UTC)")

>>>>> "bugzilla" == bugzilla  <bugzilla@busybox.net> writes:

Hi,

 bugzilla> https://bugs.busybox.net/show_bug.cgi?id=2875 --- Comment #1
 bugzilla> from Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
 bugzilla> --- Well, in general we only try to minimally interact with
 bugzilla> the kernel configuration. For example, regardless of whether
 bugzilla> IPv6 is enabled or not at the toolchain level, we do not
 bugzilla> enforce IPv6 configuration at the kernel level.

I agree, but you're giving a bad example:

linux/linux.mk:
ifeq ($(BR2_INET_IPV6),y)
        $(call KCONFIG_ENABLE_OPT,CONFIG_IPV6,$(@D)/.config)
else
        $(call KCONFIG_DISABLE_OPT,CONFIG_IPV6,$(@D)/.config)
endif

Which comes from:

commit 100c09a53b8806b2281a93ad21744d26f68bcc6b
Author: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Date:   Tue Jun 8 13:56:19 2010 +0200

    linux: adjust kernel config according to the Buildroot configuration
    
    We only adjust the configuration or ARM EABI and IPv6. The (more
    complicated) initramfs case is handled in a separate commit. The user
    is expected to take care of all other configuration details (like
    having Netfilter enabled to make iptables work, etc.)
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

;)

 bugzilla> I will not mark the bug as WONTFIX, waiting for other
 bugzilla> Buildroot developers to comment.

I vote for WONTFIX.

-- 
Bye, Peter Korsgaard

  reply	other threads:[~2010-12-22 10:11 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-02  7:48 [Buildroot] [Bug 2875] New: Kernel doesn't build Ext2 support out-of-the-box bugzilla at busybox.net
2010-12-22  9:14 ` [Buildroot] [Bug 2875] " bugzilla at busybox.net
2010-12-22 10:11   ` Peter Korsgaard [this message]
2010-12-22 10:23     ` Thomas Petazzoni
2010-12-22 10:43       ` Peter Korsgaard
2010-12-22 12:03         ` Gustavo Zacarias
2010-12-22 13:09 ` bugzilla at busybox.net

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=87mxnyung0.fsf@macbook.be.48ers.dk \
    --to=jacmet@uclibc.org \
    --cc=buildroot@busybox.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.