From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-gg0-f180.google.com (mail-gg0-f180.google.com [209.85.161.180]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id C83A6E007EB for ; Fri, 10 Jan 2014 14:13:42 -0800 (PST) Received: by mail-gg0-f180.google.com with SMTP id q3so835116gge.25 for ; Fri, 10 Jan 2014 14:13:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=JxzQ+HYL9bbI22n0alj6ypd7jtMXg1FHfJwi8dP5Grk=; b=oAF1QKkQ2EMdjTVNZXC6b1xcQlRfCkpz02Pw4EJ/QFecKdLLzARvDPX8Y3XLJF2fKV burpGcrI89mHsis5sYCT1A+sU3UgqCVzi8WuAFlknfQo+gIIVEYemVX6PgbkIO3K1Lui oNnA/sD8CFlL6PmIDb/GIDJwzuUcdOlkPsFCLX8tnPiHGD5LF5UhiciZh0/NTu3TR/cv CQpvJlMi83VaRM83PgZwCtQlfER43t5R8at4UelCxw5ISc2tXHN3I924mgJe6dzA6MlX 0LJjbcZOKATVcok+hyYHboZEFQu1TJqa7WCPDDbj39sN7ZtSG3BmMVBUPXKGAp2QkAMr tQRg== X-Received: by 10.236.124.17 with SMTP id w17mr296655yhh.147.1389392021131; Fri, 10 Jan 2014 14:13:41 -0800 (PST) Received: from localhost.localdomain ([75.76.228.60]) by mx.google.com with ESMTPSA id k76sm13628538yho.18.2014.01.10.14.13.40 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 10 Jan 2014 14:13:40 -0800 (PST) From: John Weber To: meta-freescale@yoctoproject.org Date: Fri, 10 Jan 2014 16:13:24 -0600 Message-Id: <1389392005-25349-1-git-send-email-rjohnweber@gmail.com> X-Mailer: git-send-email 1.7.9.5 Subject: [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: Fri, 10 Jan 2014 22:13:43 -0000 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 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