From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 21AEEE00EC9; Thu, 15 Feb 2018 22:42:17 -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=-1.9 required=5.0 tests=BAYES_00 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] Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 9ACA6E00EBA for ; Thu, 15 Feb 2018 22:42:16 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Feb 2018 22:42:15 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,519,1511856000"; d="scan'208";a="18934398" Received: from hwang4-mobl1.gar.corp.intel.com (HELO [10.255.130.178]) ([10.255.130.178]) by orsmga006.jf.intel.com with ESMTP; 15 Feb 2018 22:42:13 -0800 To: akuster808 , Bruce Ashfield , richard.purdie@linuxfoundation.org References: <2d69d47f2413a8e1b969303c9d985869b9abc847.1517934700.git.bruce.ashfield@windriver.com> <7b1631bc-be63-91c5-04b0-085432488822@intel.com> From: Anuj Mittal Message-ID: <2cd7d073-e958-df67-b5b3-390c1225bd32@intel.com> Date: Fri, 16 Feb 2018 14:42:12 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Cc: yocto@yoctoproject.org Subject: Re: [PATCH 2/3] poky: update default kernel to v4.15 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, 16 Feb 2018 06:42:17 -0000 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 02/16/2018 02:14 PM, akuster808 wrote: > > > On 02/15/2018 08:54 PM, Anuj Mittal wrote: >> Hi Bruce, >> >> On 02/07/2018 12:34 AM, Bruce Ashfield wrote: >>> Updating the default kernel for qemu* to be v4.15. This allows easy >>> integration of the latest fixes/features for new BSPs. 4.14 is also >>> available as a LTS kernel option. >>> >>> Signed-off-by: Bruce Ashfield >>> --- >>> meta-poky/conf/distro/poky.conf | 2 +- >>> 1 file changed, 1 insertion(+), 1 deletion(-) >>> >>> diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf >>> index 3dac26fa3c7b..441986c190bf 100644 >>> --- a/meta-poky/conf/distro/poky.conf >>> +++ b/meta-poky/conf/distro/poky.conf >>> @@ -21,7 +21,7 @@ POKY_DEFAULT_EXTRA_RRECOMMENDS = "kernel-module-af-packet" >>> >>> DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT} ${DISTRO_FEATURES_LIBC} ${POKY_DEFAULT_DISTRO_FEATURES}" >>> >>> -PREFERRED_VERSION_linux-yocto ?= "4.12%" >>> +PREFERRED_VERSION_linux-yocto ?= "4.14%" >> Should this have been 4.15? > If I am not mistaken, the default will be the lts kernel which is 4.14. Oh okay, thanks. I got confused because of the commit message. Thanks, Anuj