From 009c807b1d69e0b1a0763f684ba2733e9814a3fd Mon Sep 17 00:00:00 2001 From: John Weber Date: Tue, 14 Jan 2014 08:43:05 -0600 Subject: [PATCH] wandboard: set PREFERRED_VERSION to 3.0.35 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 --- 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"