From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id DFDBBE00830; Thu, 23 Oct 2014 11:35:36 -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=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high * trust * [192.55.52.88 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 7FD93E0079E for ; Thu, 23 Oct 2014 11:35:23 -0700 (PDT) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 23 Oct 2014 11:35:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.04,776,1406617200"; d="scan'208";a="610137608" Received: from unknown (HELO swold-linux.amr.corp.intel.com) ([10.255.13.134]) by fmsmga001.fm.intel.com with ESMTP; 23 Oct 2014 11:35:19 -0700 From: Saul Wold To: poky@yoctoproject.org Date: Thu, 23 Oct 2014 11:35:10 -0700 Message-Id: <1414089310-4625-1-git-send-email-sgw@linux.intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [PATCH] poky-lsb: Set LTSI as base kernel for LSB X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion & patch submission for meta-yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2014 18:35:36 -0000 By doing this we will enable the LTSI kernel (3.10 at this time) for the LSB based images. [YOCTO #6853] Signed-off-by: Saul Wold --- meta-yocto/conf/distro/poky-lsb.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-yocto/conf/distro/poky-lsb.conf b/meta-yocto/conf/distro/poky-lsb.conf index b0c2cf8..a9030a2 100644 --- a/meta-yocto/conf/distro/poky-lsb.conf +++ b/meta-yocto/conf/distro/poky-lsb.conf @@ -11,4 +11,5 @@ PREFERRED_PROVIDER_virtual/libx11 = "libx11" # Ensure the kernel nfs server is enabled KERNEL_FEATURES_append_pn-linux-yocto = " features/nfsd/nfsd-enable.scc" - +# Use the LTSI Kernel for LSB Testing +PREFERRED_VERSION_linux-yocto_linuxstdbase ?= "3.10%" -- 1.8.3.1