All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Yang <liezhi.yang@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [RFC PATCH 0/1] core-image-minimal-initramfs: set QB_DEFAULT_FSTYPE
Date: Fri, 24 Feb 2017 01:47:44 -0800	[thread overview]
Message-ID: <cover.1487929089.git.liezhi.yang@windriver.com> (raw)

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



             reply	other threads:[~2017-02-24  9:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-24  9:47 Robert Yang [this message]
2017-02-24  9:47 ` [RFC PATCH 1/1] core-image-minimal-initramfs: set QB_DEFAULT_FSTYPE Robert Yang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1487929089.git.liezhi.yang@windriver.com \
    --to=liezhi.yang@windriver.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.