Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [pull request] Pull request for branch initramfs-cleanup
@ 2010-11-04 16:21 Thomas Petazzoni
  2010-11-04 16:21 ` [Buildroot] [PATCH 1/1] Remove INITRAMFS_TARGET variable Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2010-11-04 16:21 UTC (permalink / raw)
  To: buildroot

The following changes since commit df3e367c5b6253ebb1ca2de6b97b662793bdb5f3:
  Peter Korsgaard (1):
        CHANGES: update with modifications from gtk-bump branch

are available in the git repository at:

  git://git.busybox.net/~tpetazzoni/git/buildroot initramfs-cleanup

Thomas Petazzoni (1):
      Remove INITRAMFS_TARGET variable

 fs/initramfs/initramfs.mk |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

Thanks,
-- 
Thomas Petazzoni

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

* [Buildroot] [PATCH 1/1] Remove INITRAMFS_TARGET variable
  2010-11-04 16:21 [Buildroot] [pull request] Pull request for branch initramfs-cleanup Thomas Petazzoni
@ 2010-11-04 16:21 ` Thomas Petazzoni
  2010-11-04 18:28   ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2010-11-04 16:21 UTC (permalink / raw)
  To: buildroot

This used to be needed when the filesystem code was rewritten, but not
the Linux compilation code. Now that the Linux compilation code has
been rewritten, the mechanism to ensure that initramfs gets built
*before* the kernel so that it can be integrated is different, and
this INITRAMFS_TARGET variable is no longer used.

See f507921d391bb2578261a9e45c003e72302dc67a for details.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 fs/initramfs/initramfs.mk |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/fs/initramfs/initramfs.mk b/fs/initramfs/initramfs.mk
index 30969a4..dd6aa94 100644
--- a/fs/initramfs/initramfs.mk
+++ b/fs/initramfs/initramfs.mk
@@ -6,12 +6,6 @@
 #
 #############################################################
 
-ifeq ($(BR2_TARGET_ROOTFS_INITRAMFS),y)
-INITRAMFS_TARGET:=initramfs-root
-else
-INITRAMFS_TARGET:= #nothing
-endif
-
 define ROOTFS_INITRAMFS_INIT_SYMLINK
 	if [ ! -e $(TARGET_DIR)/init ]; then \
 		ln -s sbin/init $(TARGET_DIR)/init; \
-- 
1.7.0.4

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

* [Buildroot] [PATCH 1/1] Remove INITRAMFS_TARGET variable
  2010-11-04 16:21 ` [Buildroot] [PATCH 1/1] Remove INITRAMFS_TARGET variable Thomas Petazzoni
@ 2010-11-04 18:28   ` Peter Korsgaard
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2010-11-04 18:28 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 Thomas> This used to be needed when the filesystem code was rewritten,
 Thomas> but not the Linux compilation code. Now that the Linux
 Thomas> compilation code has been rewritten, the mechanism to ensure
 Thomas> that initramfs gets built *before* the kernel so that it can be
 Thomas> integrated is different, and this INITRAMFS_TARGET variable is
 Thomas> no longer used.

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2010-11-04 18:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-04 16:21 [Buildroot] [pull request] Pull request for branch initramfs-cleanup Thomas Petazzoni
2010-11-04 16:21 ` [Buildroot] [PATCH 1/1] Remove INITRAMFS_TARGET variable Thomas Petazzoni
2010-11-04 18:28   ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox