summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Niestroj <m.niestroj@grinn-global.com>2018-10-03 13:47:08 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-10-04 14:36:20 +0200
commit613f3c9750c3302f830a66ebdd17b2ceb18c879e (patch)
tree8eedebd5ecdbf9278882800caee5d13e9276e157
parent72e6c208094376d668f836d2b6255ab6414025bd (diff)
downloadbuildroot-613f3c9750c3302f830a66ebdd17b2ceb18c879e.tar.gz
buildroot-613f3c9750c3302f830a66ebdd17b2ceb18c879e.zip
configs/imx6ulevk: Bump Linux to 4.18.11
Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rw-r--r--configs/imx6ulevk_defconfig7
1 files changed, 4 insertions, 3 deletions
diff --git a/configs/imx6ulevk_defconfig b/configs/imx6ulevk_defconfig
index 069f8cfc5e..d0cf8a6751 100644
--- a/configs/imx6ulevk_defconfig
+++ b/configs/imx6ulevk_defconfig
@@ -3,8 +3,8 @@ BR2_arm=y
BR2_cortex_a7=y
BR2_ARM_FPU_NEON_VFPV4=y
-# Linux headers same as kernel, a 4.14 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_14=y
+# Linux headers same as kernel, a 4.18 series
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_18=y
# system
BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
@@ -12,10 +12,11 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
# kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.14"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.18.11"
BR2_LINUX_KERNEL_DEFCONFIG="imx_v6_v7"
BR2_LINUX_KERNEL_DTS_SUPPORT=y
BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6ul-14x14-evk"
+BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
# bootloader
BR2_TARGET_UBOOT=y
OpenPOWER on IntegriCloud