mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 20:19:01 +02:00
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:
parent
809c9ccf8f
commit
029f535cfb
|
@ -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 ?= ""
|
||||
|
|
|
@ -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 ?= ""
|
||||
|
|
Loading…
Reference in New Issue
Block a user