From: Shyam Saini Date: Mon, 1 Apr 2019 13:43:01 +0000 (+0530) Subject: configs/engicam_imx6qdl_icore_rqs: bump to Linux kernel 5.0 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9fca39eb4650365551c9a350cdb0a523cc19881e;p=buildroot.git configs/engicam_imx6qdl_icore_rqs: bump to Linux kernel 5.0 This bumps to linux/linux-headers 5.0. Signed-off-by: Shyam Saini Signed-off-by: Thomas Petazzoni --- diff --git a/configs/engicam_imx6qdl_icore_rqs_defconfig b/configs/engicam_imx6qdl_icore_rqs_defconfig index 4cea880b5f..7ebe981c65 100644 --- a/configs/engicam_imx6qdl_icore_rqs_defconfig +++ b/configs/engicam_imx6qdl_icore_rqs_defconfig @@ -4,8 +4,8 @@ BR2_ARM_ENABLE_NEON=y BR2_ARM_ENABLE_VFP=y BR2_ARM_FPU_VFPV3=y -# Linux headers same as kernel, a 4.11 series -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_11=y +# Linux headers same as kernel, a 5.0 series +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_0=y # System BR2_TARGET_GENERIC_GETTY_PORT="ttymxc3" @@ -25,7 +25,7 @@ BR2_TARGET_UBOOT_SPL_NAME="SPL" # Kernel BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.11.5" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.0" BR2_LINUX_KERNEL_DEFCONFIG="imx_v6_v7" BR2_LINUX_KERNEL_UIMAGE=y BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x10008000"