[poky] [PATCH 1/1] poky-tiny.conf: set QB_DEFAULT_FSTYPE to IMAGE_FSTYPES
Robert Yang
liezhi.yang at windriver.com
Wed Oct 12 01:47:22 PDT 2016
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]
Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
---
meta-poky/conf/distro/poky-tiny.conf | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-poky/conf/distro/poky-tiny.conf b/meta-poky/conf/distro/poky-tiny.conf
index 4d30bde..08bd497 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"
# character support.
IMAGE_FSTYPES = "cpio.gz"
+QB_DEFAULT_FSTYPE = "${IMAGE_FSTYPES}"
+
# Drop v86d from qemu dependency list (we support serial)
# Drop grub from meta-intel BSPs
# FIXME: A different mechanism is needed here. We could define -tiny
--
2.9.0
More information about the poky
mailing list