From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yh0-f46.google.com (mail-yh0-f46.google.com [209.85.213.46]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 4AAF4E00813 for ; Tue, 14 Jan 2014 06:43:22 -0800 (PST) Received: by mail-yh0-f46.google.com with SMTP id 29so136191yhl.19 for ; Tue, 14 Jan 2014 06:43: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=r+qWjDiCOoOumR6jOIoo2g1HhZMzpDVaqFOn1I490/g=; b=hOjwXan4MCUNqpzAufiE3PV1y+SkW8ohpUje1GUtsVVJkcVN6DGNv0qW2SnYstg6dH vbxhK+gVdkw4YD7FR7dnhI9O3StrpkIvzRD/nqfrN1gJGmrGcInvI0P6huNi5Xpsashc au9mTVBjT4f0s3o4yoDZyiI7lLTybkpk12pgtL5VVgiFtqKX22PUG4dHLGPaXuTOp2bR ppB/JAp1AoKbyEUVxLO73+YWaMzvtHSZ8sla3Fv5sDdYtlXlX45/fklr1C0IAcmC5h1x oPf82y/AZZBIfIerfPv9jzr+xtpZOO2avYcfaML3GdpFVWDjaE9DJeneHRSxG7ORlsXo Ygbw== X-Received: by 10.236.112.242 with SMTP id y78mr9204709yhg.94.1389710601383; Tue, 14 Jan 2014 06:43:21 -0800 (PST) Received: from localhost.localdomain ([75.76.228.60]) by mx.google.com with ESMTPSA id h66sm1299331yhb.7.2014.01.14.06.43.20 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 14 Jan 2014 06:43:20 -0800 (PST) From: John Weber To: meta-freescale@yoctoproject.org Date: Tue, 14 Jan 2014 08:43:05 -0600 Message-Id: <1389710586-12440-1-git-send-email-rjohnweber@gmail.com> X-Mailer: git-send-email 1.7.9.5 Subject: [meta-fsl-arm-extra][PATCH v4 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: Tue, 14 Jan 2014 14:43:23 -0000 Set the PREFERRED_VERSION for the Linux kernel to 3.0.35. This allows the addition of Linux 3.10.17-beta recipes without them being used by default as they do not fully support the hardware and are for development only. Signed-off-by: John Weber --- changes in v2: modified commit log to remove extra information changes in v3: modified commit log to add reason for change changes in v4: none 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