[Buildroot] [PATCH] fs: cpio: uImage depends on U-Boot

Vivien Didelot vivien.didelot at savoirfairelinux.com
Mon Aug 10 20:05:06 UTC 2015


Even though some bootloaders such as Barebox can boot uImage, this
format is quite U-Boot specific. So make BR2_TARGET_ROOTFS_CPIO_UIMAGE
depends on BR2_TARGET_UBOOT.

Signed-off-by: Vivien Didelot <vivien.didelot at savoirfairelinux.com>
---
 fs/cpio/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/fs/cpio/Config.in b/fs/cpio/Config.in
index 206baca..97750e2 100644
--- a/fs/cpio/Config.in
+++ b/fs/cpio/Config.in
@@ -50,6 +50,7 @@ endchoice
 
 config BR2_TARGET_ROOTFS_CPIO_UIMAGE
 	bool "Create U-Boot image of the root filesystem"
+	depends on BR2_TARGET_UBOOT
 	select BR2_PACKAGE_HOST_UBOOT_TOOLS
 	help
 	  Add a U-Boot header to the cpio root filesystem. This allows
-- 
2.5.0



More information about the buildroot mailing list