All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [CONSOLIDATED PULL 00/28] Fixes & eglibc 2.16
Date: Thu, 26 Jul 2012 14:59:13 +0100	[thread overview]
Message-ID: <1343311153.29991.33.camel@ted> (raw)
In-Reply-To: <cover.1343200454.git.sgw@linux.intel.com>

On Wed, 2012-07-25 at 00:18 -0700, Saul Wold wrote:
> Andrei Gherzan (1):
>   package.bbclass: Create symlinks for packages with different packaged
>     name
> 
> Bruce Ashfield (1):
>   linux-yocto/3.4: 3.4.6 and 3.4.x-rt14
> 
> Christopher Larson (2):
>   initscripts: don't bg mk_dirs in populate-volatile
>   libpcap: fix pcap-config to not return -Wl,-rpath
> 
> Denis Carikli (1):
>   kernel.bbclass: fix external module building
> 
> Khem Raj (6):
>   qemu.bbclass: Map the qemu binary name for powerpc64
>   cups_1.4.6.bb: Fix build on ppc64
>   libcgroup_0.37.1.bb: Add recipe
>   eglibc-initial: Fix build failure due to missing limits.h
>   gcc-cross-initial: Stage self sufficient fixed limits.h
>   eglibc: Fix build when OPTION_POSIX_WIDE_CHAR_DEVICE_IO is not set
> 
> Koen Kooi (1):
>   kernel bbclass: Recreate uImage only when KEEPUIMAGE != "yes"
> 
> Mark Hatle (1):
>   Add missing Upstream-Status to various patches.
> 
> Otavio Salvador (4):
>   bash: enable parallel build

I didn't take the above due to the build failures it seemed to cause.

>   bash: fix warning about bashbug reference /usr/bin when installed in
>     /bin
>   shadow-native: use 'users' group by default
>   shadow: use 'users' group by default
> 
> Paul Eggleton (2):
>   dhcp: remove dependency of dev/staticdev packages on main package
>   classes/package_deb: add PackageArch field
> 
> Robert P. J. Day (3):
>   libxp: Change superfluous "+=" to simple "=" when using _append
>   webkit-gtk: Replace superfluous "+=" with "=", and add leading space
>   xinit_1.3.2: Remove broken, superfluous 'FILES_${PN} +=
>     "${libdir}X11/xinit"'
> 
> Robert Yang (1):
>   package-index: inherit pythonnative

I didn't take the above since I have some unanswered questions about
this one.

> Ross Burton (1):
>   core-image: remove x11-netbook package group, it's unused
> 
> Roy.Li (1):
>   busybox:udhcpc: fix the root_is_nfs() function
> 
> Saul Wold (1):
>   tcmode-default: Bump EGLIBC Version to 2.16

I didn't take the above yet as again I think there are some remaining
issues I want to ensure we merge the right pieces for.

> Wenzong Fan (1):
>   remake: Add remake-native and remake
> 
> Yao Zhao (1):
>   busybox: fix the problem that mkfs.minix.tests fails on big endian
>     platform

I merged the others.

Cheers,

Richard




      parent reply	other threads:[~2012-07-26 14:10 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-25  7:18 [CONSOLIDATED PULL 00/28] Fixes & eglibc 2.16 Saul Wold
2012-07-25  7:18 ` [CONSOLIDATED PULL 01/28] initscripts: don't bg mk_dirs in populate-volatile Saul Wold
2012-07-25  7:18 ` [CONSOLIDATED PULL 02/28] libpcap: fix pcap-config to not return -Wl, -rpath Saul Wold
2012-07-25  7:18 ` [CONSOLIDATED PULL 03/28] tcmode-default: Bump EGLIBC Version to 2.16 Saul Wold
2012-07-25  7:18 ` [CONSOLIDATED PULL 04/28] bash: enable parallel build Saul Wold
2012-07-25  7:18 ` [CONSOLIDATED PULL 05/28] bash: fix warning about bashbug reference /usr/bin when installed in /bin Saul Wold
2012-07-25  7:19 ` [CONSOLIDATED PULL 06/28] kernel.bbclass: fix external module building Saul Wold
2012-07-26 17:21   ` Leon Woestenberg
2012-07-26 18:46     ` Saul Wold
2012-07-25  7:19 ` [CONSOLIDATED PULL 07/28] shadow-native: use 'users' group by default Saul Wold
2012-07-25  7:19 ` [CONSOLIDATED PULL 08/28] shadow: " Saul Wold
2012-07-25  7:19 ` [CONSOLIDATED PULL 09/28] linux-yocto/3.4: 3.4.6 and 3.4.x-rt14 Saul Wold
2012-07-25  7:19 ` [CONSOLIDATED PULL 10/28] dhcp: remove dependency of dev/staticdev packages on main package Saul Wold
2012-07-25  7:19 ` [CONSOLIDATED PULL 11/28] libxp: Change superfluous "+=" to simple "=" when using _append Saul Wold
2012-07-25  7:19 ` [CONSOLIDATED PULL 12/28] webkit-gtk: Replace superfluous "+=" with "=", and add leading space Saul Wold
2012-07-25  7:19 ` [CONSOLIDATED PULL 13/28] qemu.bbclass: Map the qemu binary name for powerpc64 Saul Wold
2012-07-25  7:19 ` [CONSOLIDATED PULL 14/28] cups_1.4.6.bb: Fix build on ppc64 Saul Wold
2012-07-25  7:19 ` [CONSOLIDATED PULL 15/28] remake: Add remake-native and remake Saul Wold
2012-07-25  7:19 ` [CONSOLIDATED PULL 16/28] libcgroup_0.37.1.bb: Add recipe Saul Wold
2012-07-25  7:19 ` [CONSOLIDATED PULL 17/28] kernel bbclass: Recreate uImage only when KEEPUIMAGE != "yes" Saul Wold
2012-07-25  7:19 ` [CONSOLIDATED PULL 18/28] package.bbclass: Create symlinks for packages with different packaged name Saul Wold
2012-07-25  7:19 ` [CONSOLIDATED PULL 19/28] classes/package_deb: add PackageArch field Saul Wold
2012-07-25  7:19 ` [CONSOLIDATED PULL 20/28] eglibc-initial: Fix build failure due to missing limits.h Saul Wold
2012-07-25  7:19 ` [CONSOLIDATED PULL 21/28] gcc-cross-initial: Stage self sufficient fixed limits.h Saul Wold
2012-07-25  7:19 ` [CONSOLIDATED PULL 22/28] eglibc: Fix build when OPTION_POSIX_WIDE_CHAR_DEVICE_IO is not set Saul Wold
2012-07-25  7:19 ` [CONSOLIDATED PULL 23/28] core-image: remove x11-netbook package group, it's unused Saul Wold
2012-07-25  7:19 ` [CONSOLIDATED PULL 24/28] busybox: fix the problem that mkfs.minix.tests fails on big endian platform Saul Wold
2012-07-25  7:19 ` [CONSOLIDATED PULL 25/28] xinit_1.3.2: Remove broken, superfluous 'FILES_${PN} += "${libdir}X11/xinit"' Saul Wold
2012-07-25  7:19 ` [CONSOLIDATED PULL 26/28] busybox:udhcpc: fix the root_is_nfs() function Saul Wold
2012-07-25  7:19 ` [CONSOLIDATED PULL 27/28] package-index: inherit pythonnative Saul Wold
2012-07-25  7:19 ` [CONSOLIDATED PULL 28/28] Add missing Upstream-Status to various patches Saul Wold
2012-07-26 13:59 ` Richard Purdie [this message]

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=1343311153.29991.33.camel@ted \
    --to=richard.purdie@linuxfoundation.org \
    --cc=openembedded-core@lists.openembedded.org \
    /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.