From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 08/23] kernel-headers: migrate to the package infrastructure
Date: Wed, 03 Jul 2013 23:31:57 +0200 [thread overview]
Message-ID: <87ehbfpbxu.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <20130703232405.3b60a57a@skate> (Thomas Petazzoni's message of "Wed, 3 Jul 2013 23:24:05 +0200")
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
>> +config BR2_PACKAGE_HOST_LINUX_HEADERS
>> + bool
Thomas> Now that I read this again, I'm wondering why I've added this dummy
Thomas> hidden Config.in option. It seems useless, no?
Hmm, yes I think it is.
--
Bye, Peter Korsgaard
next prev parent reply other threads:[~2013-07-03 21:31 UTC|newest]
Thread overview: 52+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-30 19:28 [Buildroot] [PATCH 00/23] Convert the internal toolchain backend to packages, add eglibc support Thomas Petazzoni
2013-06-30 19:28 ` [Buildroot] [PATCH 01/23] uClibc: KERNEL_SOURCE no longer exists Thomas Petazzoni
2013-07-03 6:59 ` Peter Korsgaard
2013-06-30 19:28 ` [Buildroot] [PATCH 02/23] busybox: don't use kernel headers directly Thomas Petazzoni
2013-07-03 7:00 ` Peter Korsgaard
2013-06-30 19:28 ` [Buildroot] [PATCH 03/23] package: allow to override the make install target for host packages Thomas Petazzoni
2013-07-03 7:00 ` Peter Korsgaard
2013-06-30 19:28 ` [Buildroot] [PATCH 04/23] toolchain/gcc: remove dead code related to host binary stripping Thomas Petazzoni
2013-07-03 7:00 ` Peter Korsgaard
2013-06-30 19:28 ` [Buildroot] [PATCH 05/23] toolchain: remove references to LIBFLOAT_TARGET Thomas Petazzoni
2013-07-03 7:00 ` Peter Korsgaard
2013-06-30 19:28 ` [Buildroot] [PATCH 06/23] toolchain/gcc: get rid of stale variable reference Thomas Petazzoni
2013-07-03 7:01 ` Peter Korsgaard
2013-06-30 19:28 ` [Buildroot] [PATCH 07/23] elf2flt: convert to the package infrastructure Thomas Petazzoni
2013-07-03 20:12 ` Peter Korsgaard
2013-06-30 19:28 ` [Buildroot] [PATCH 08/23] kernel-headers: migrate " Thomas Petazzoni
2013-07-03 20:46 ` Peter Korsgaard
2013-07-03 21:22 ` Thomas Petazzoni
2013-07-03 21:24 ` Thomas Petazzoni
2013-07-03 21:31 ` Peter Korsgaard [this message]
2013-06-30 19:28 ` [Buildroot] [PATCH 09/23] gcc: common definitions Thomas Petazzoni
2013-07-03 21:02 ` Peter Korsgaard
2013-06-30 19:29 ` [Buildroot] [PATCH 10/23] gcc-initial: new package Thomas Petazzoni
2013-07-03 21:38 ` Peter Korsgaard
2013-06-30 19:29 ` [Buildroot] [PATCH 11/23] gcc-intermediate: " Thomas Petazzoni
2013-07-03 21:38 ` Peter Korsgaard
2013-06-30 19:29 ` [Buildroot] [PATCH 12/23] gcc-final: " Thomas Petazzoni
2013-07-03 21:38 ` Peter Korsgaard
2013-06-30 19:29 ` [Buildroot] [PATCH 13/23] toolchain: switch to using gcc through package infrastructure Thomas Petazzoni
2013-07-03 21:39 ` Peter Korsgaard
2013-06-30 19:29 ` [Buildroot] [PATCH 14/23] gcc-initial, gcc-intermediate, gcc-final: optimize extraction Thomas Petazzoni
2013-07-03 21:40 ` Peter Korsgaard
2013-07-03 21:45 ` Thomas Petazzoni
2013-07-03 21:52 ` Peter Korsgaard
2013-06-30 19:29 ` [Buildroot] [PATCH 15/23] uclibc: convert to the package infrastructure Thomas Petazzoni
2013-07-03 21:48 ` Peter Korsgaard
2013-06-30 19:29 ` [Buildroot] [PATCH 16/23] Remove TOOLCHAIN_DIR Thomas Petazzoni
2013-07-04 7:07 ` Peter Korsgaard
2013-06-30 19:29 ` [Buildroot] [PATCH 17/23] Use more sensible names for the external/ctng targets Thomas Petazzoni
2013-07-04 7:07 ` Peter Korsgaard
2013-06-30 19:29 ` [Buildroot] [PATCH 18/23] Remove BR2_HAVE_DEVFILES Thomas Petazzoni
2013-07-04 7:08 ` Peter Korsgaard
2013-06-30 19:29 ` [Buildroot] [PATCH 19/23] Introduce BR2_TOOLCHAIN_USES_{UCLIBC, GLIBC} Thomas Petazzoni
2013-07-04 7:10 ` Peter Korsgaard
2013-06-30 19:29 ` [Buildroot] [PATCH 20/23] uclibc: move configuration options into the package Thomas Petazzoni
2013-07-04 9:09 ` Peter Korsgaard
2013-06-30 19:29 ` [Buildroot] [PATCH 21/23] eglibc: new package Thomas Petazzoni
2013-07-04 9:11 ` Peter Korsgaard
2013-06-30 19:29 ` [Buildroot] [PATCH 22/23] eglibc: enable support in the Buildroot toolchain backend Thomas Petazzoni
2013-07-04 9:11 ` Peter Korsgaard
2013-06-30 19:29 ` [Buildroot] [PATCH 23/23] docs/manual: update to mention eglibc support in " Thomas Petazzoni
2013-07-04 9:12 ` 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=87ehbfpbxu.fsf@dell.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox