All of lore.kernel.org
 help / color / mirror / Atom feed
From: Changqing Li <changqing.li@windriver.com>
To: <yocto@yoctoproject.org>
Subject: Re: [PATCH 1/2] patchtest: fix virtio-9p-pci is not a valid device
Date: Thu, 13 Jun 2019 16:02:28 +0800	[thread overview]
Message-ID: <69b6adbd-a764-ce5c-9551-6ce5d57e3138@windriver.com> (raw)
In-Reply-To: <1560411926-231994-1-git-send-email-changqing.li@windriver.com>

Please ignore this one, I resend one.

On 6/13/19 3:45 PM, changqing.li@windriver.com wrote:
> From: Changqing Li <changqing.li@windriver.com>
>
> fix error during runqemu:
> test_mount: 'virtio-9p-pci' is not a valid device model name
>
> recipe qemu has been splited into qemu/qemu-native/qemu-sytem-native
>
> Signed-off-by: Changqing Li <changqing.li@windriver.com>
> ---
>   meta-patchtest/recipes-devtools/qemu/qemu-system-native_%.bbappend | 1 +
>   meta-patchtest/recipes-devtools/qemu/qemu_%.bbappend               | 1 -
>   2 files changed, 1 insertion(+), 1 deletion(-)
>   create mode 100644 meta-patchtest/recipes-devtools/qemu/qemu-system-native_%.bbappend
>   delete mode 100644 meta-patchtest/recipes-devtools/qemu/qemu_%.bbappend
>
> diff --git a/meta-patchtest/recipes-devtools/qemu/qemu-system-native_%.bbappend b/meta-patchtest/recipes-devtools/qemu/qemu-system-native_%.bbappend
> new file mode 100644
> index 0000000..a91ccb7
> --- /dev/null
> +++ b/meta-patchtest/recipes-devtools/qemu/qemu-system-native_%.bbappend
> @@ -0,0 +1 @@
> +PACKAGECONFIG_append = " virtfs"
> diff --git a/meta-patchtest/recipes-devtools/qemu/qemu_%.bbappend b/meta-patchtest/recipes-devtools/qemu/qemu_%.bbappend
> deleted file mode 100644
> index 3ad9f03..0000000
> --- a/meta-patchtest/recipes-devtools/qemu/qemu_%.bbappend
> +++ /dev/null
> @@ -1 +0,0 @@
> -PACKAGECONFIG_append_pn-qemu-native = " virtfs"

-- 
BRs

Sandy(Li Changqing)



      reply	other threads:[~2019-06-13  8:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-13  7:45 [PATCH 1/2] patchtest: fix virtio-9p-pci is not a valid device changqing.li
2019-06-13  8:02 ` Changqing Li [this message]

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=69b6adbd-a764-ce5c-9551-6ce5d57e3138@windriver.com \
    --to=changqing.li@windriver.com \
    --cc=yocto@yoctoproject.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.