From: Robert Yang Date: Wed, 12 Oct 2016 08:47:22 +0000 (-0700) Subject: poky-tiny.conf: set QB_DEFAULT_FSTYPE to IMAGE_FSTYPES X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4c9792bbc8ac09417787838609aa5d466e3d0c77;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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] Signed-off-by: Robert Yang Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta-poky/conf/distro/poky-tiny.conf b/meta-poky/conf/distro/poky-tiny.conf index 4d30bde6c3a..08bd4972014 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