* [Buildroot] svn commit: trunk/buildroot/target/iso9660
@ 2006-09-25 12:35 jacmet at uclibc.org
0 siblings, 0 replies; 3+ messages in thread
From: jacmet at uclibc.org @ 2006-09-25 12:35 UTC (permalink / raw)
To: buildroot
Author: jacmet
Date: 2006-09-25 05:35:27 -0700 (Mon, 25 Sep 2006)
New Revision: 16217
Log:
GRUB package is called BR2_TARGET_GRUB
Modified:
trunk/buildroot/target/iso9660/Config.in
Changeset:
Modified: trunk/buildroot/target/iso9660/Config.in
===================================================================
--- trunk/buildroot/target/iso9660/Config.in 2006-09-25 08:48:47 UTC (rev 16216)
+++ trunk/buildroot/target/iso9660/Config.in 2006-09-25 12:35:27 UTC (rev 16217)
@@ -3,7 +3,7 @@
default n
depends on BR2_i386
select BR2_TARGET_ROOTFS_EXT2
- select BR2_PACKAGE_GRUB
+ select BR2_TARGET_GRUB
help
Build a bootable iso9660 image
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/target/iso9660
@ 2007-01-29 8:45 aldot at uclibc.org
0 siblings, 0 replies; 3+ messages in thread
From: aldot at uclibc.org @ 2007-01-29 8:45 UTC (permalink / raw)
To: buildroot
Author: aldot
Date: 2007-01-29 00:45:36 -0800 (Mon, 29 Jan 2007)
New Revision: 17626
Log:
- be gentle to vi's syntax highlighting
Modified:
trunk/buildroot/target/iso9660/iso9660.mk
Changeset:
Modified: trunk/buildroot/target/iso9660/iso9660.mk
===================================================================
--- trunk/buildroot/target/iso9660/iso9660.mk 2007-01-29 04:32:20 UTC (rev 17625)
+++ trunk/buildroot/target/iso9660/iso9660.mk 2007-01-29 08:45:36 UTC (rev 17626)
@@ -45,8 +45,9 @@
ISO9660_TARGET_DIR=$(BUILD_DIR)/iso9660
ISO9660_TARGET:=$(subst ",,$(BR2_TARGET_ROOTFS_ISO9660_OUTPUT))
+#")
ISO9660_BOOT_MENU:=$(subst ",,$(BR2_TARGET_ROOTFS_ISO9660_BOOT_MENU))
-
+#")
ISO9660_OPTS:=
ifeq ($(strip $(BR2_TARGET_ROOTFS_ISO9660_SQUASH)),y)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/target/iso9660
@ 2007-07-08 11:25 aldot at uclibc.org
0 siblings, 0 replies; 3+ messages in thread
From: aldot at uclibc.org @ 2007-07-08 11:25 UTC (permalink / raw)
To: buildroot
Author: aldot
Date: 2007-07-08 04:25:25 -0700 (Sun, 08 Jul 2007)
New Revision: 19028
Log:
- iso9660 target does not build target kernel due to missing dependency. Closes #1194
Modified:
trunk/buildroot/target/iso9660/iso9660.mk
Changeset:
Modified: trunk/buildroot/target/iso9660/iso9660.mk
===================================================================
--- trunk/buildroot/target/iso9660/iso9660.mk 2007-07-08 11:03:43 UTC (rev 19027)
+++ trunk/buildroot/target/iso9660/iso9660.mk 2007-07-08 11:25:25 UTC (rev 19028)
@@ -54,7 +54,7 @@
ISO9660_OPTS+=-U
endif
-$(ISO9660_TARGET): host-fakeroot $(EXT2_TARGET) grub mkisofs
+$(ISO9660_TARGET): host-fakeroot $(LINUX_KERNEL) $(EXT2_TARGET) grub mkisofs
mkdir -p $(ISO9660_TARGET_DIR)
mkdir -p $(ISO9660_TARGET_DIR)/boot/grub
cp $(GRUB_DIR)/stage2/stage2_eltorito $(ISO9660_TARGET_DIR)/boot/grub/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-07-08 11:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-25 12:35 [Buildroot] svn commit: trunk/buildroot/target/iso9660 jacmet at uclibc.org
-- strict thread matches above, loose matches on Subject: below --
2007-01-29 8:45 aldot at uclibc.org
2007-07-08 11:25 aldot at uclibc.org
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox