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 <[email protected]> --- conf/machine/nitrogen6x-lite.conf | 2 +- conf/machine/nitrogen6x.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/machine/nitrogen6x-lite.conf b/conf/machine/nitrogen6x-lite.conf index 5e441c2..de98f39 100644 --- a/conf/machine/nitrogen6x-lite.conf +++ b/conf/machine/nitrogen6x-lite.conf @@ -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 ?= "" diff --git a/conf/machine/nitrogen6x.conf b/conf/machine/nitrogen6x.conf index 49a33a1..bd18995 100644 --- a/conf/machine/nitrogen6x.conf +++ b/conf/machine/nitrogen6x.conf @@ -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 ?= "" -- 1.9.1 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
