From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 4EC88E00C2B; Fri, 18 Dec 2015 13:01:18 -0800 (PST) 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: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, * medium trust * [147.11.146.13 listed in list.dnswl.org] Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 9E62DE00C11 for ; Fri, 18 Dec 2015 13:01:14 -0800 (PST) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail1.windriver.com (8.15.2/8.15.1) with ESMTPS id tBIL1DLP026130 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL); Fri, 18 Dec 2015 13:01:13 -0800 (PST) Received: from yow-bashfiel-d4.wrs.com (128.224.56.94) by ALA-HCA.corp.ad.wrs.com (147.11.189.40) with Microsoft SMTP Server id 14.3.248.2; Fri, 18 Dec 2015 13:01:12 -0800 From: Bruce Ashfield To: Date: Fri, 18 Dec 2015 16:01:08 -0500 Message-ID: X-Mailer: git-send-email 2.1.0 In-Reply-To: References: MIME-Version: 1.0 Cc: yocto@yoctoproject.org Subject: [PATCH 2/3] poky-lsb/poky-tiny: update preferred kernel to 4.1 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: Fri, 18 Dec 2015 21:01:18 -0000 Content-Type: text/plain The 3.14 LTSI kernel has been removed, so we bump the preferred kernel version to 4.1. Signed-off-by: Bruce Ashfield --- meta-yocto/conf/distro/poky-lsb.conf | 2 +- meta-yocto/conf/distro/poky-tiny.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-yocto/conf/distro/poky-lsb.conf b/meta-yocto/conf/distro/poky-lsb.conf index 6f2be808e4ed..e7d6995a7357 100644 --- a/meta-yocto/conf/distro/poky-lsb.conf +++ b/meta-yocto/conf/distro/poky-lsb.conf @@ -12,4 +12,4 @@ PREFERRED_PROVIDER_virtual/libx11 = "libx11" KERNEL_FEATURES_append_pn-linux-yocto = " features/nfsd/nfsd-enable.scc" # Use the LTSI Kernel for LSB Testing -PREFERRED_VERSION_linux-yocto_linuxstdbase ?= "3.14%" +PREFERRED_VERSION_linux-yocto_linuxstdbase ?= "4.1%" diff --git a/meta-yocto/conf/distro/poky-tiny.conf b/meta-yocto/conf/distro/poky-tiny.conf index b0227dedf68e..fbcbf1ae716b 100644 --- a/meta-yocto/conf/distro/poky-tiny.conf +++ b/meta-yocto/conf/distro/poky-tiny.conf @@ -37,7 +37,7 @@ DISTRO = "poky-tiny" # Distro config is evaluated after the machine config, so we have to explicitly # set the kernel provider to override a machine config. PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-tiny" -PREFERRED_VERSION_linux-yocto-tiny ?= "3.19%" +PREFERRED_VERSION_linux-yocto-tiny ?= "4.1%" # We can use packagegroup-core-boot, but in the future we may need a new packagegroup-core-tiny #POKY_DEFAULT_EXTRA_RDEPENDS += "packagegroup-core-boot" -- 2.1.0