Added BLK_DEV_INITRD in boot-live.cfg for linux-yocto-3.0, meta branch.
Cedartrail (at least) cannot boot live from ISO image due to
BLK_DEV_INITRD missing:
"VFS: Cannot open root device "ram0" or unkown-block(0,0)"
Should fix #3050

[YOCTO #3050]

Signed-off-by: Mihai Lindner <mihaix.lind...@linux.intel.com>
---
 meta/cfg/kernel-cache/cfg/boot-live.cfg |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta/cfg/kernel-cache/cfg/boot-live.cfg 
b/meta/cfg/kernel-cache/cfg/boot-live.cfg
index a102052..a3ea9f5 100644
--- a/meta/cfg/kernel-cache/cfg/boot-live.cfg
+++ b/meta/cfg/kernel-cache/cfg/boot-live.cfg
@@ -7,3 +7,5 @@ CONFIG_RD_GZIP=y
 CONFIG_BLK_DEV_IDECD=y
 CONFIG_ISO9660_FS=y
 CONFIG_BLK_DEV_SR=y
+# Initial ramdisk support
+CONFIG_BLK_DEV_INITRD=y
-- 
1.7.8.6

_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to