mbox

[pull,request] Pull request for branch yem-patchwork-fixes

Message ID cover.1369650924.git.yann.morin.1998@free.fr
State Not Applicable
Headers show

Pull-request

git://gitorious.org/buildroot/buildroot.git yem-patchwork-fixes

Message

Yann E. MORIN May 27, 2013, 10:36 a.m. UTC
From: "Yann E. MORIN" <yann.morin.1998@free.fr>

Hello All!

Here are four patches from Nathan Lynch to fix building out-of-tree
when the Buildroot source tree is readonly (eg. shared via NFS between
multiple developers).

Regards,
Yann E. MORIN


The following changes since commit 1e7f40ebb5cfc58010faf5e8d751de9207dc6a5d:

  Revert "dependencies: check that SSL certificates are installed" (2013-05-26 11:14:00 +0200)

are available in the git repository at:

  git://gitorious.org/buildroot/buildroot.git yem-patchwork-fixes

for you to fetch changes up to 73b5281a6c6d7cf1ba5d2c6340e39e9ebc2d36d0:

  linux: ensure buildroot_defconfig is writable (2013-05-27 12:34:40 +0200)

----------------------------------------------------------------
Nathan Lynch (4):
      toolchain/uClibc: ensure .oldconfig is writable
      target: ensure target/ dir is writable
      busybox: ensure $(BUSYBOX_BUILD_CONFIG) is writable
      linux: ensure buildroot_defconfig is writable

 Makefile                   | 4 ++--
 linux/linux.mk             | 4 ++--
 package/busybox/busybox.mk | 2 +-
 toolchain/uClibc/uclibc.mk | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

Comments

Yann E. MORIN June 3, 2013, 10:11 p.m. UTC | #1
All,

On 2013-05-27 12:36 +0200, Yann E. MORIN spake thusly:
> From: "Yann E. MORIN" <yann.morin.1998@free.fr>
> 
> Hello All!
> 
> Here are four patches from Nathan Lynch to fix building out-of-tree
> when the Buildroot source tree is readonly (eg. shared via NFS between
> multiple developers).

Ping? I'm trying to check bug #5780, but can't go that far, since
target/ is readonly, which is fixed by one of these patches.

> ----------------------------------------------------------------
> Nathan Lynch (4):
>       toolchain/uClibc: ensure .oldconfig is writable
>       target: ensure target/ dir is writable
>       busybox: ensure $(BUSYBOX_BUILD_CONFIG) is writable
>       linux: ensure buildroot_defconfig is writable

Regards,
Yann E. MORIN.
Yann E. MORIN June 4, 2013, 10:05 p.m. UTC | #2
All,

On 2013-06-04 00:11 +0200, Yann E. MORIN spake thusly:
> On 2013-05-27 12:36 +0200, Yann E. MORIN spake thusly:
> > From: "Yann E. MORIN" <yann.morin.1998@free.fr>
> > 
> > Hello All!
> > 
> > Here are four patches from Nathan Lynch to fix building out-of-tree
> > when the Buildroot source tree is readonly (eg. shared via NFS between
> > multiple developers).
> 
> Ping? I'm trying to check bug #5780, but can't go that far, since
> target/ is readonly, which is fixed by one of these patches.

Well, forget this series, I've uncovered a remaining issue.
(Peter: I've marked it as "Changes Requested" in the Patchwork ;-) )

Sorry... :-/

Regards,
Yann E. MORIN.