nitrogen6x*, imx6qsabrelite: default to kernel 3.10.17

Various Freescale packages on the daisy branch require kernel
headers from 3.10.17, which breaks compatibility with 3.0.35 kernels.

Use the 3.10.17 branch as the default to allow more out-of-the box
build success.

Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Eric Nelson 2014-06-06 15:54:16 -07:00 committed by Otavio Salvador
parent 809c9ccf8f
commit 029f535cfb
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ KERNEL_DEVICETREE = "imx6dl-nit6xlite.dtb"
PREFERRED_PROVIDER_u-boot = "u-boot-boundary"
PREFERRED_PROVIDER_virtual/kernel ?= "linux-boundary"
PREFERRED_VERSION_linux-boundary ?= "3.0.35"
PREFERRED_VERSION_linux-boundary ?= "3.10.17"
# Use SPI NOR U-Boot by default
IMAGE_BOOTLOADER ?= ""

View File

@ -37,7 +37,7 @@ KERNEL_DEVICETREE = "imx6q-sabrelite.dtb imx6q-nitrogen6x.dtb imx6dl-nitrogen6x.
PREFERRED_PROVIDER_u-boot = "u-boot-boundary"
PREFERRED_PROVIDER_virtual/kernel ?= "linux-boundary"
PREFERRED_VERSION_linux-boundary ?= "3.0.35"
PREFERRED_VERSION_linux-boundary ?= "3.10.17"
# Use SPI NOR U-Boot by default
IMAGE_BOOTLOADER ?= ""