From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 15/23] uclibc: convert to the package infrastructure
Date: Wed, 03 Jul 2013 23:48:45 +0200 [thread overview]
Message-ID: <87fvvvnwle.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <1372620553-11416-16-git-send-email-thomas.petazzoni@free-electrons.com> (Thomas Petazzoni's message of "Sun, 30 Jun 2013 21:29:05 +0200")
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
Thomas> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas> ---
Thomas> package/gcc/gcc-intermediate/gcc-intermediate.mk | 2 +-
Thomas> ...__libc_epoll_pwait-compile-failure-on-x86.patch | 0
Thomas> ...x-e500-__fe_nomask_env-use-of-__set_errno.patch | 0
Thomas> .../0.9.32.1/uclibc-linuxthreads-errno-fix.patch | 0
Thomas> .../uclibc/0.9.32.1/uclibc-sparc-errno-fix.patch | 0
Thomas> .../uclibc/0.9.32.1/uclibc-unshare.patch | 0
Thomas> .../uclibc-OpenWRT-140-avr32_atomic_fix.patch | 0
Thomas> .../uclibc-bits-time.h-sync-with-glibc-2.16.patch | 0
Thomas> .../0.9.33.2/uclibc-define-MSG_CMSG_CLOEXEC.patch | 0
Thomas> .../uclibc/0.9.33.2/uclibc-dup3.patch | 0
Thomas> package/uclibc/Config.in | 166 ++++++
Thomas> .../uClibc => package/uclibc}/uClibc-0.9.32.config | 0
Thomas> .../uClibc => package/uclibc}/uClibc-0.9.33.config | 0
Thomas> .../uclibc}/uClibc-snapshot.config | 0
Thomas> package/uclibc/uclibc.mk | 484 ++++++++++++++++
Thomas> toolchain/toolchain-buildroot.mk | 4 -
Thomas> toolchain/toolchain-buildroot/Config.in | 2 +-
Thomas> toolchain/toolchain-crosstool-ng.mk | 1 -
Thomas> toolchain/toolchain-crosstool-ng/crosstool-ng.mk | 2 +-
Thomas> toolchain/toolchain-external.mk | 1 -
Thomas> toolchain/uClibc/Config.in | 97 ----
Thomas> toolchain/uClibc/uclibc.mk |
You forgot to update docs/manual/customize-uclibc-config.txt. Committed
with that fixed, thanks.
--
Bye, Peter Korsgaard
next prev parent reply other threads:[~2013-07-03 21:48 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
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 [this message]
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=87fvvvnwle.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 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.