All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] linux: update paths to compiled cpio files
@ 2010-11-16 14:39 Mike Frysinger
  2010-11-16 14:41 ` Thomas Petazzoni
  2010-11-17 16:23 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Mike Frysinger @ 2010-11-16 14:39 UTC (permalink / raw)
  To: buildroot

Linux has been using "usr/initramfs_data.cpio" for a few releases as the
generated cpio name, so the buildroot match of "...cpio.*" won't actually
clean out the previous result.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
 linux/linux.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/linux/linux.mk b/linux/linux.mk
index 4c982f8..4a6025c 100644
--- a/linux/linux.mk
+++ b/linux/linux.mk
@@ -151,7 +151,7 @@ $(LINUX26_DIR)/.stamp_initramfs_rebuilt: $(LINUX26_DIR)/.stamp_installed $(BINAR
 	@$(call MESSAGE,"Rebuilding kernel with initramfs")
 	# Remove the previously generated initramfs which was empty,
 	# to make sure the kernel will actually regenerate it.
-	$(RM) -f $(@D)/usr/initramfs_data.cpio.*
+	$(RM) -f $(@D)/usr/initramfs_data.cpio*
 	# Build the kernel.
 	$(TARGET_MAKE_ENV) $(MAKE) $(LINUX26_MAKE_FLAGS) -C $(@D) $(LINUX26_IMAGE_NAME)
 	# Copy the kernel image to its final destination
-- 
1.7.3.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] linux: update paths to compiled cpio files
  2010-11-16 14:39 [Buildroot] [PATCH] linux: update paths to compiled cpio files Mike Frysinger
@ 2010-11-16 14:41 ` Thomas Petazzoni
  2010-11-17 16:23 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2010-11-16 14:41 UTC (permalink / raw)
  To: buildroot

On Tue, 16 Nov 2010 09:39:10 -0500
Mike Frysinger <vapier@gentoo.org> wrote:

> Linux has been using "usr/initramfs_data.cpio" for a few releases as the
> generated cpio name, so the buildroot match of "...cpio.*" won't actually
> clean out the previous result.
> 
> Signed-off-by: Mike Frysinger <vapier@gentoo.org>

Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] linux: update paths to compiled cpio files
  2010-11-16 14:39 [Buildroot] [PATCH] linux: update paths to compiled cpio files Mike Frysinger
  2010-11-16 14:41 ` Thomas Petazzoni
@ 2010-11-17 16:23 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2010-11-17 16:23 UTC (permalink / raw)
  To: buildroot

>>>>> "Mike" == Mike Frysinger <vapier@gentoo.org> writes:

 Mike> Linux has been using "usr/initramfs_data.cpio" for a few releases as the
 Mike> generated cpio name, so the buildroot match of "...cpio.*" won't actually
 Mike> clean out the previous result.

 Mike> Signed-off-by: Mike Frysinger <vapier@gentoo.org>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-11-17 16:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-16 14:39 [Buildroot] [PATCH] linux: update paths to compiled cpio files Mike Frysinger
2010-11-16 14:41 ` Thomas Petazzoni
2010-11-17 16:23 ` Peter Korsgaard

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.