diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2016-10-12 01:47:22 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-15 10:01:44 +0100 |
commit | 8bc037f751e66726bcfdad077a734450ba7fe258 (patch) | |
tree | b789d3e6feba3d9528c8182fc28cef2f421f6571 | |
parent | cd271d2f2b1a0dc9fc6b04271f419cbea12fc830 (diff) | |
download | poky-8bc037f751e66726bcfdad077a734450ba7fe258.tar.gz |
poky-tiny.conf: set QB_DEFAULT_FSTYPE to IMAGE_FSTYPES
Its IMAGE_FSTYPES is cpio.gz, not the default ext4 which is set in
qemuboot.bbclass. Now we can boot it by:
$ runqemu tmp/deploy/images/qemux86/ nographic
[YOCTO #7477]
(From meta-yocto rev: 4c9792bbc8ac09417787838609aa5d466e3d0c77)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta-poky/conf/distro/poky-tiny.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-poky/conf/distro/poky-tiny.conf b/meta-poky/conf/distro/poky-tiny.conf index 4d30bde6c3..08bd497201 100644 --- a/meta-poky/conf/distro/poky-tiny.conf +++ b/meta-poky/conf/distro/poky-tiny.conf | |||
@@ -98,6 +98,8 @@ DISTRO_FEATURES_BACKFILL_CONSIDERED += "sysvinit" | |||
98 | # character support. | 98 | # character support. |
99 | IMAGE_FSTYPES = "cpio.gz" | 99 | IMAGE_FSTYPES = "cpio.gz" |
100 | 100 | ||
101 | QB_DEFAULT_FSTYPE = "${IMAGE_FSTYPES}" | ||
102 | |||
101 | # Drop v86d from qemu dependency list (we support serial) | 103 | # Drop v86d from qemu dependency list (we support serial) |
102 | # Drop grub from meta-intel BSPs | 104 | # Drop grub from meta-intel BSPs |
103 | # FIXME: A different mechanism is needed here. We could define -tiny | 105 | # FIXME: A different mechanism is needed here. We could define -tiny |