diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-03-18 19:14:49 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-22 08:50:02 +0000 |
commit | 72ead278876fbed55b0403732b0b840ca41212d1 (patch) | |
tree | 5472c46e6001ccb259fdd33ffcde38c5e4a005c0 /meta-yocto-bsp/conf | |
parent | 38aff0dc0fc7b814fd642a405b910209b2d3effa (diff) | |
download | poky-72ead278876fbed55b0403732b0b840ca41212d1.tar.gz |
sanity.bbclass: vmdk and live can't be built together
Both vmdk and live use syslinux, but they have different/conflicted
configurations, the main conflictions are:
vmdk live
SYSLINUX_ROOT root=/dev/sda2 root=/dev/ram0
SYSLINUX_LABELS boot boot install
INITRD No yes
So it would make the boot menu strange and vmdk can't be boot, we need
add a few extra vars to fix the problem such as SYSLINUX_ROOT_VMDK
SYSLINUX_ROOT_LIVE, but that needs a lot of changes in the code, so just
add a sanity checking for it.
[YOCTO #6889]
(From OE-Core rev: 521737f456b6ea7f7f153132c77cb74c08f088dc)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/conf')
0 files changed, 0 insertions, 0 deletions