summaryrefslogtreecommitdiffstats
path: root/openpower/configs/garrison_defconfig
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2018-08-20 11:18:08 +0930
committerJoel Stanley <joel@jms.id.au>2018-08-20 15:47:10 +0930
commit3fe1a9a8c97dbecea291d3ae6b4f1a029edbed78 (patch)
tree017ad87a3db5bb9ed65bfee7da05c5f2b6a3cbb2 /openpower/configs/garrison_defconfig
parentc57597296f58a6a2354e909fc81d6e3b4686bb8d (diff)
downloadblackbird-op-build-3fe1a9a8c97dbecea291d3ae6b4f1a029edbed78.tar.gz
blackbird-op-build-3fe1a9a8c97dbecea291d3ae6b4f1a029edbed78.zip
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 <joel@jms.id.au>
Diffstat (limited to 'openpower/configs/garrison_defconfig')
-rw-r--r--openpower/configs/garrison_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpower/configs/garrison_defconfig b/openpower/configs/garrison_defconfig
index fae441fa..2e58c5ab 100644
--- a/openpower/configs/garrison_defconfig
+++ b/openpower/configs/garrison_defconfig
@@ -14,7 +14,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"
OpenPOWER on IntegriCloud