From 3fe1a9a8c97dbecea291d3ae6b4f1a029edbed78 Mon Sep 17 00:00:00 2001 From: Joel Stanley Date: Mon, 20 Aug 2018 11:18:08 +0930 Subject: kernel: Move to Linux 4.18.3-openpower1 Update to 4.18, and re-generate the defconfig. In addition, make the following changes: - Enable EXPERT, so we can disable some things - Disable non-powerpc BPF decoders - Disable TASKSTATS - Disable unused syscalls - Set more things to be modules - Turn off unused network vendors Note that CONFIG_I2C_CHARDEV=y as the module is not loaded automatically, and without this i2cget etc. will fail. Buildroot is updated to include support for v4.18. Signed-off-by: Joel Stanley --- openpower/configs/zz_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openpower/configs/zz_defconfig') diff --git a/openpower/configs/zz_defconfig b/openpower/configs/zz_defconfig index 7f755d79..7577d009 100644 --- a/openpower/configs/zz_defconfig +++ b/openpower/configs/zz_defconfig @@ -13,7 +13,7 @@ BR2_ROOTFS_OVERLAY="../openpower/overlay" BR2_ROOTFS_POST_BUILD_SCRIPT="../openpower/scripts/fixup-target-var ../openpower/scripts/firmware-whitelist" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.17.12" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.18.3" BR2_LINUX_KERNEL_PATCH="$(BR2_EXTERNAL_OP_BUILD_PATH)/linux" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL_OP_BUILD_PATH)/configs/linux/skiroot_defconfig" -- cgit v1.2.1