From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-gg0-f173.google.com (mail-gg0-f173.google.com [209.85.161.173]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id CB099E00804 for ; Mon, 13 Jan 2014 08:36:21 -0800 (PST) Received: by mail-gg0-f173.google.com with SMTP id n5so636641ggj.32 for ; Mon, 13 Jan 2014 08:36:21 -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=V/9LyIqrVSkIVMOd7jq1w4BrQ3wgpB5XnnbxL0e8xF4=; b=CfSaAgdOA+D3ai7qqxRfyBQAK5LkELiu5M0E8reoG5VnYW8EphqVM2FfcqcIVggPJc wXJhDWllYQeH3bkQzqGr/JnZZqTn9Uc39yzrpIXgRfqs1jm0T5Rmz0gXF96vI7ht5xUM rWnSK9N4H3K8Nyedec+Adn7O89d5WQLH9YQosCn12awVaFLbPKtJ/48mu5Q0JEQ46I4r AM0Jd7p/PWktwQsavplwna5/gpHze1qdeYU6CDwAlRvnMFlK8UgrJqZHPoMAliIAs5g6 yzNp59IEAQ1AKKDqoS4MfOtAiHwU4A8zJqh1k4oCj4DnSTcU1LMC7/8H8YcS750O8viY 0HcA== X-Received: by 10.236.163.137 with SMTP id a9mr2629750yhl.150.1389630980910; Mon, 13 Jan 2014 08:36:20 -0800 (PST) Received: from localhost.localdomain ([75.76.228.60]) by mx.google.com with ESMTPSA id q9sm28530505yhk.16.2014.01.13.08.36.20 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 13 Jan 2014 08:36:20 -0800 (PST) From: rjohnweber@gmail.com To: meta-freescale@yoctoproject.org Date: Mon, 13 Jan 2014 10:36:04 -0600 Message-Id: <52d41604.899eec0a.1441.6926@mx.google.com> X-Mailer: git-send-email 1.7.9.5 Subject: [meta-fsl-arm-extra][PATCH v2 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 16:36:25 -0000 From: John Weber Set the PREFERRED_VERSION for the Linux kernel to 3.0.35. Signed-off-by: John Weber --- changes in v2: modified commit log to remove extra information 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