diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2017-03-16 03:13:26 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-17 16:53:04 +0000 |
commit | 766dccf9754437440ab5d6eb993248035ff1339b (patch) | |
tree | 9cd90cd99a5266f6c21df8a3df1411f6aa722ce8 /meta/lib/oeqa/selftest | |
parent | 8e9769773fd6d04402581c005bb423530a726457 (diff) | |
download | poky-766dccf9754437440ab5d6eb993248035ff1339b.tar.gz |
runqemu: only boot ramfs when specified
This can fix a problem:
IMAGE_FSTYPES += "iso"
$ bitbake core-image-minimal
$ runqemu qemux86
It may boot core-image-minimal-initramfs rather than core-image-minimal, this
is not what we want usually. This patch makes it avoid booting ramfs when there
are other choices, or when it is specified, for example, "runqemu qemux86 ramfs"
(From OE-Core rev: 614bde6774f4dfd414066bbaf75ed422943e37ab)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/selftest')
0 files changed, 0 insertions, 0 deletions