]> code.ossystems Code Review - openembedded-core.git/commit
image-vmdk.bbclass: use sda rather than hda
authorRobert Yang <liezhi.yang@windriver.com>
Tue, 29 Jul 2014 07:05:04 +0000 (00:05 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 2 Aug 2014 08:21:13 +0000 (09:21 +0100)
commit842a797460cd07b779ab588a4ece7e5d4d97417b
tree5b4586a3aefede247166cca8dd59348d66ff3635
parentaea4b2d58856226c471922dfa40650cba2f5a36a
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 <liezhi.yang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/classes/image-live.bbclass
meta/classes/image-vmdk.bbclass