Openembedded Core Discussions
 help / color / mirror / Atom feed
* [RFC PATCH 0/1] core-image-minimal-initramfs: set QB_DEFAULT_FSTYPE
@ 2017-02-24  9:47 Robert Yang
  2017-02-24  9:47 ` [RFC PATCH 1/1] " Robert Yang
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Yang @ 2017-02-24  9:47 UTC (permalink / raw)
  To: openembedded-core

Hi,

This is a RFC patch, my concern is that QB_DEFAULT_FSTYPE is only used
for qemu boot, it is harmless for non qemu machines, so I assume that it
is OK to set it in the image recipe.

There are also other image recipes have the similar issues:
WARNING: meta/recipes-core/images/core-image-minimal-initramfs.bb: QB_DEFAULT_FSTYPE 'ext4' is not in IMAGE_FSTYPES 'cpio.gz'.
WARNING: meta/recipes-extended/images/core-image-testmaster-initramfs.bb: QB_DEFAULT_FSTYPE 'ext4' is not in IMAGE_FSTYPES 'cpio.gz'.
WARNING: meta-selftest/recipes-test/images/wic-image-minimal.bb: QB_DEFAULT_FSTYPE 'ext4' is not in IMAGE_FSTYPES 'wic'.
WARNING: meta/recipes-core/images/core-image-tiny-initramfs.bb: QB_DEFAULT_FSTYPE 'ext4' is not in IMAGE_FSTYPES 'cpio.gz wic'.
WARNING: meta/recipes-core/images/build-appliance-image_15.0.0.bb: QB_DEFAULT_FSTYPE 'ext4' is not in IMAGE_FSTYPES 'vmdk'.

I added the WARNING locally to do the checking. I will fix others if this patch is fine.

BTW, I'm working runqemu testcases (oe-selftest -r runqemu) recently,
please feel free to give your comments on what should be tested.

https://bugzilla.yoctoproject.org/show_bug.cgi?id=10249

// Robert

The following changes since commit 65cfc8aca3ff7e39453977a0215a350d13cb85ef:

  libva: Find the correct wayland-scanner (2017-02-23 12:29:21 -0800)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/qb
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=rbt/qb

Robert Yang (1):
  core-image-minimal-initramfs: set QB_DEFAULT_FSTYPE

 meta/recipes-core/images/core-image-minimal-initramfs.bb | 2 ++
 1 file changed, 2 insertions(+)

-- 
2.10.2



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

end of thread, other threads:[~2017-02-24  9:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-24  9:47 [RFC PATCH 0/1] core-image-minimal-initramfs: set QB_DEFAULT_FSTYPE Robert Yang
2017-02-24  9:47 ` [RFC PATCH 1/1] " Robert Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox