From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 1617EE00DF0; Thu, 13 Jun 2019 02:16:54 -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 ED4D9E00D63 for ; Thu, 13 Jun 2019 02:16:52 -0700 (PDT) Received: from ALA-HCB.corp.ad.wrs.com (ala-hcb.corp.ad.wrs.com [147.11.189.41]) by mail5.wrs.com (8.15.2/8.15.2) with ESMTPS id x5D9GW1q012465 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL) for ; Thu, 13 Jun 2019 02:16:42 -0700 Received: from pek-lpg-core2.corp.ad.wrs.com (128.224.153.41) by ALA-HCB.corp.ad.wrs.com (147.11.189.41) with Microsoft SMTP Server id 14.3.439.0; Thu, 13 Jun 2019 02:16:21 -0700 From: To: Date: Thu, 13 Jun 2019 17:16:20 +0800 Message-ID: <1560417380-358445-1-git-send-email-changqing.li@windriver.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <20190613082931.GA15674@localhost> References: <20190613082931.GA15674@localhost> MIME-Version: 1.0 Subject: [patchtest][PATCH V2] patchtest: fix linux-yocto version 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 09:16:54 -0000 Content-Type: text/plain From: Changqing Li 4.9 is not avaiable currently, so remove version from bbappend and remove PREFERRED_VERSION. Signed-off-by: Changqing Li --- .../linux/{linux-yocto_4.%.bbappend => linux-yocto_%.bbappend} | 0 scripts/create-guest-machine | 5 ----- 2 files changed, 5 deletions(-) rename meta-patchtest/recipes-kernel/linux/{linux-yocto_4.%.bbappend => linux-yocto_%.bbappend} (100%) diff --git a/meta-patchtest/recipes-kernel/linux/linux-yocto_4.%.bbappend b/meta-patchtest/recipes-kernel/linux/linux-yocto_%.bbappend similarity index 100% rename from meta-patchtest/recipes-kernel/linux/linux-yocto_4.%.bbappend rename to meta-patchtest/recipes-kernel/linux/linux-yocto_%.bbappend diff --git a/scripts/create-guest-machine b/scripts/create-guest-machine index 8dd6a2e..8381ef8 100755 --- a/scripts/create-guest-machine +++ b/scripts/create-guest-machine @@ -145,11 +145,6 @@ cat >> $POKY/build/conf/auto.conf << EOF $PTSMARK MACHINE = "$MACHINE" -# The preferred kernel version in poky (4.10%, master) returns an error whilst -# executing patchtest on guest. Changing the preferred version to 4.9% as it -# is more suitable and does not present any errors. -PREFERRED_VERSION_linux-yocto_qemux86-64 = "4.9%" - PACKAGE_CLASSES = "package_ipk" IMAGE_FSTYPES = "ext4" SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/dev/PATH" -- 2.7.4