commit 842a797460cd07b779ab588a4ece7e5d4d97417b
Author: Robert Yang <[email protected]>

Date:   Tue Jul 29 00:05:04 2014 -0700

    image-vmdk.bbclass: use sda rather than hda

    The modern kernels may not support IDE (CONFIG_IDE=y), but it should
    support SCSI in most of the cases. The boot-directdisk.bbclass uses
    sda, too.

    Remove an extra space from image-live.bbclass and image-vmdk.bbclass to
    not confuse the user.

    Signed-off-by: Robert Yang <[email protected]>
    Signed-off-by: Saul Wold <[email protected]>


changed

-SYSLINUX_ROOT = "root=/dev/hda2 "
+SYSLINUX_ROOT ?= "root=/dev/sda2"

but I see that linux-yocto ( 3.17) for qemu still expects /dev/hda2,
so I guess we also need to set this up in qemu machine conf to match
linux-yocto's expectation
-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to