From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yh0-f54.google.com (mail-yh0-f54.google.com [209.85.213.54]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id EB361E0086E for ; Mon, 13 Jan 2014 05:56:32 -0800 (PST) Received: by mail-yh0-f54.google.com with SMTP id b12so1742268yha.13 for ; Mon, 13 Jan 2014 05:56:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=9FnBPchAQ2QVesNY/SW9fNIm2HHGDi9Jc00xIKXdtDU=; b=OQ6ob6COYMfND1RF3WkjvFyqsrCZWRXs98xsZjw80c8r71mGF6YvGnO34CIgsvA+LW CK4qlUldqNNWVX/p7KEN78I9gXO3T7MACgOMPPkfmSfxDPHaiKoQ9yXGfS3PYZhd9CXQ V/+srr70hBNh1IkLmn3OLcbg77xK7NY4bR9r9Wat4ajdLuoL9RfCfzFTLX57k9jWcI9S TuXVfoyCzdFQ/y2W+kb9IosxsEUzGAFsd5S0E9eN+GaVArM6r6vIl1wDlVoHOxmV1xR6 3h0VwoLguKS1EAeUEDEilkK4r2y5Q4MiJVvjeCRT8Ugol+3cGYzIzqK/SvG0/uq+NR7B AMLA== X-Received: by 10.236.20.75 with SMTP id o51mr6730296yho.65.1389621390254; Mon, 13 Jan 2014 05:56:30 -0800 (PST) Received: from goober.local ([75.76.228.60]) by mx.google.com with ESMTPSA id d32sm27931380yhq.27.2014.01.13.05.56.29 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 13 Jan 2014 05:56:29 -0800 (PST) Message-ID: <52D3F08D.6060704@gmail.com> Date: Mon, 13 Jan 2014 07:56:29 -0600 From: John Weber User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: "Daiane.Angolini@freescale.com" , "meta-freescale@yoctoproject.org" References: <1389392005-25349-1-git-send-email-rjohnweber@gmail.com> In-Reply-To: Subject: Re: [meta-fsl-arm-extra][PATCH 1/2] wandboard: set PREFERRED_VERSION to 3.0.35 X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jan 2014 13:56:33 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi Daiane - On 1/13/14 6:31 AM, Daiane.Angolini@freescale.com wrote: > >> -----Original Message----- >> From: meta-freescale-bounces@yoctoproject.org [mailto:meta-freescale- >> bounces@yoctoproject.org] On Behalf Of John Weber >> Sent: Friday, January 10, 2014 8:13 PM >> To: meta-freescale@yoctoproject.org >> Subject: [meta-freescale] [meta-fsl-arm-extra][PATCH 1/2] wandboard: set >> PREFERRED_VERSION to 3.0.35 >> >> Set the PREFERRED_VERSION for the Linux kernel to 3.0.35. Later kernel >> recipes may be used by edting the file conf/machine/include/wandboard.inc > *editing* > > Is it important to say why would I want to use the old version? > > Daiane > The intent of this patch is to preserve the use of the stable kernel once a later, but unstable, kernel recipe is introduced. With this patch I also sent a patch for 3.10.17_beta for people to start playing with on Wandboard. I wouldn't want that to be the preferred version, but if developers want to start with it then they can do so by uncommenting the line in the machine/conf file. >> and commenting out the line: >> >> PREFERRED_VERSION_linux-wandboard ?= 3.0.35 >> >> Signed-off-by: John Weber >> --- >> conf/machine/include/wandboard.inc | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/conf/machine/include/wandboard.inc >> b/conf/machine/include/wandboard.inc >> index 5e83ad5..088cdeb 100644 >> --- a/conf/machine/include/wandboard.inc >> +++ b/conf/machine/include/wandboard.inc >> @@ -4,6 +4,7 @@ include conf/machine/include/imx-base.inc include >> conf/machine/include/tune-cortexa9.inc >> >> PREFERRED_PROVIDER_virtual/kernel ?= "linux-wandboard" >> +PREFERRED_VERSION_linux-wandboard ?= "3.0.35" >> >> SERIAL_CONSOLE = "115200 ttymxc0" >> >> -- >> 1.7.9.5 >> >> _______________________________________________ >> meta-freescale mailing list >> meta-freescale@yoctoproject.org >> https://lists.yoctoproject.org/listinfo/meta-freescale >>