From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 05D16E00DF0; Thu, 13 Jun 2019 01:02:55 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, * medium trust * [192.103.53.11 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail5.wrs.com (mail5.windriver.com [192.103.53.11]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id D39B9E00C7D for ; Thu, 13 Jun 2019 01:02:53 -0700 (PDT) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail5.wrs.com (8.15.2/8.15.2) with ESMTPS id x5D826QY010797 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL) for ; Thu, 13 Jun 2019 01:02:43 -0700 Received: from [128.224.162.186] (128.224.162.186) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 13 Jun 2019 01:02:30 -0700 To: References: <1560411926-231994-1-git-send-email-changqing.li@windriver.com> From: Changqing Li Message-ID: <69b6adbd-a764-ce5c-9551-6ce5d57e3138@windriver.com> Date: Thu, 13 Jun 2019 16:02:28 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <1560411926-231994-1-git-send-email-changqing.li@windriver.com> X-Originating-IP: [128.224.162.186] Subject: Re: [PATCH 1/2] patchtest: fix virtio-9p-pci is not a valid device X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jun 2019 08:02:55 -0000 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Please ignore this one, I resend one. On 6/13/19 3:45 PM, changqing.li@windriver.com wrote: > From: Changqing Li > > 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 > --- > 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)