All of lore.kernel.org
 help / color / mirror / Atom feed
* [patchtest][PATCH 1/2] patchtest: fix virtio-9p-pci is not a valid device
@ 2019-06-13  7:46 changqing.li
  2019-06-13  7:46 ` [patchtest][PATCH 2/2] patchtest: fix linux-yocto version changqing.li
  0 siblings, 1 reply; 6+ messages in thread
From: changqing.li @ 2019-06-13  7:46 UTC (permalink / raw)
  To: yocto

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"
-- 
2.7.4



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

end of thread, other threads:[~2019-08-14  2:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-13  7:46 [patchtest][PATCH 1/2] patchtest: fix virtio-9p-pci is not a valid device changqing.li
2019-06-13  7:46 ` [patchtest][PATCH 2/2] patchtest: fix linux-yocto version changqing.li
2019-06-13  8:29   ` Adrian Bunk
2019-06-13  8:36     ` Changqing Li
2019-06-13  9:16     ` [patchtest][PATCH V2] " changqing.li
2019-08-14  2:26       ` Changqing Li

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.