Default to kernel version 3.10.31 to match meta-fsl-arm packages. 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 f17cff0..234da28 100644 --- a/conf/machine/nitrogen6x-lite.conf +++ b/conf/machine/nitrogen6x-lite.conf @@ -14,7 +14,7 @@ KERNEL_IMAGETYPE = "uImage" PREFERRED_PROVIDER_u-boot = "u-boot-boundary" PREFERRED_PROVIDER_virtual/kernel ?= "linux-boundary" -PREFERRED_VERSION_linux-boundary ?= "3.10.17" +PREFERRED_VERSION_linux-boundary ?= "3.10.31" # Use SPI NOR U-Boot by default IMAGE_BOOTLOADER ?= "" diff --git a/conf/machine/nitrogen6x.conf b/conf/machine/nitrogen6x.conf index 7fa2630..108ce5a 100644 --- a/conf/machine/nitrogen6x.conf +++ b/conf/machine/nitrogen6x.conf @@ -42,7 +42,7 @@ KERNEL_IMAGETYPE = "uImage" PREFERRED_PROVIDER_u-boot = "u-boot-boundary" PREFERRED_PROVIDER_virtual/kernel ?= "linux-boundary" -PREFERRED_VERSION_linux-boundary ?= "3.10.17" +PREFERRED_VERSION_linux-boundary ?= "3.10.31" # 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
