summaryrefslogtreecommitdiffstats
path: root/fs/iso9660/Config.in
diff options
context:
space:
mode:
authorArnout Vandecappelle <arnout@mind.be>2017-03-01 21:05:42 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-03-01 21:52:58 +0100
commit3e57fa370cb8e4d5f80c6abb34671f0c0467e506 (patch)
treeca0280130e17a410aff1da7f3fc4fa31bf45065e /fs/iso9660/Config.in
parent27f17ace1b8fcf8b8fd9dc317f6b16b664b656ce (diff)
downloadbuildroot-3e57fa370cb8e4d5f80c6abb34671f0c0467e506.tar.gz
buildroot-3e57fa370cb8e4d5f80c6abb34671f0c0467e506.zip
fs/iso9660: doesn't support (grub2) EFI
The iso9660 generation for grub2 assumes that grub-eltorito.img is available. However, this image is only available for the i386-pc target (i.e. legacy BIOS). An EFI-bootable iso9660 requires a different layout. Since we currently can't generate the EFI-bootable iso9660 layout, require the i386-pc target to be selected in grub. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Reported-by: arnaud.miche@orange.com Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'fs/iso9660/Config.in')
-rw-r--r--fs/iso9660/Config.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/fs/iso9660/Config.in b/fs/iso9660/Config.in
index 2482e44e31..d162586f38 100644
--- a/fs/iso9660/Config.in
+++ b/fs/iso9660/Config.in
@@ -3,7 +3,7 @@ config BR2_TARGET_ROOTFS_ISO9660
depends on (BR2_i386 || BR2_x86_64)
depends on BR2_LINUX_KERNEL
depends on BR2_TARGET_GRUB || \
- BR2_TARGET_GRUB2 || \
+ BR2_TARGET_GRUB2_I386_PC || \
BR2_TARGET_SYSLINUX_ISOLINUX
select BR2_LINUX_KERNEL_INSTALL_TARGET \
if (!BR2_TARGET_ROOTFS_ISO9660_INITRD && !BR2_TARGET_ROOTFS_INITRAMFS)
@@ -33,7 +33,7 @@ config BR2_TARGET_ROOTFS_ISO9660_GRUB
config BR2_TARGET_ROOTFS_ISO9660_GRUB2
bool "grub2"
- depends on BR2_TARGET_GRUB2
+ depends on BR2_TARGET_GRUB2_I386_PC
help
Use Grub 2 as the bootloader for the ISO9660 image. Make
sure to enable the 'iso9660' module in
@@ -82,7 +82,7 @@ config BR2_TARGET_ROOTFS_ISO9660_HYBRID
endif
-comment "iso image needs a Linux kernel and one of grub, grub2 or isolinux to be built"
+comment "iso image needs a Linux kernel and one of grub, grub2 i386-pc or isolinux to be built"
depends on BR2_i386 || BR2_x86_64
depends on !BR2_LINUX_KERNEL || \
- !(BR2_TARGET_GRUB || BR2_TARGET_GRUB2 || BR2_TARGET_SYSLINUX_ISOLINUX)
+ !(BR2_TARGET_GRUB || BR2_TARGET_GRUB2_I386_PC || BR2_TARGET_SYSLINUX_ISOLINUX)
OpenPOWER on IntegriCloud