All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] poky-tiny.conf: set QB_DEFAULT_FSTYPE to IMAGE_FSTYPES
@ 2016-10-12  8:47 Robert Yang
  2016-10-12  8:47 ` [PATCH 1/1] " Robert Yang
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Yang @ 2016-10-12  8:47 UTC (permalink / raw)
  To: poky

The following changes since commit 371ab635086e2878ada1f00a59c7ec826481ba0a:

  build-appliance-image: Update to master head revision (2016-10-11 23:43:28 +0100)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib rbt/tiny
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=rbt/tiny

Robert Yang (1):
  poky-tiny.conf: set QB_DEFAULT_FSTYPE to IMAGE_FSTYPES

 meta-poky/conf/distro/poky-tiny.conf | 2 ++
 1 file changed, 2 insertions(+)

-- 
2.9.0



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] poky-tiny.conf: set QB_DEFAULT_FSTYPE to IMAGE_FSTYPES
  2016-10-12  8:47 [PATCH 0/1] poky-tiny.conf: set QB_DEFAULT_FSTYPE to IMAGE_FSTYPES Robert Yang
@ 2016-10-12  8:47 ` Robert Yang
  0 siblings, 0 replies; 2+ messages in thread
From: Robert Yang @ 2016-10-12  8:47 UTC (permalink / raw)
  To: poky

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@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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-10-12  8:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-12  8:47 [PATCH 0/1] poky-tiny.conf: set QB_DEFAULT_FSTYPE to IMAGE_FSTYPES Robert Yang
2016-10-12  8:47 ` [PATCH 1/1] " Robert Yang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.