diff options
author | Stewart Smith <stewart@linux.ibm.com> | 2018-05-24 18:20:44 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-24 18:20:44 +1000 |
commit | 29aa6bdf7d09d5afa898ecf568046aec1055daf2 (patch) | |
tree | 006f24234174483ecad24695e1e334c9c1fc3ab9 /openpower/configs/witherspoon_defconfig | |
parent | 5acf8d8f90a0e23d2c2857199d03b82d8c1de637 (diff) | |
parent | dd5447498ce3d4fa9c904cbe4fa07c417cc6c01c (diff) | |
download | talos-op-build-29aa6bdf7d09d5afa898ecf568046aec1055daf2.tar.gz talos-op-build-29aa6bdf7d09d5afa898ecf568046aec1055daf2.zip |
Merge pull request #2134 from shenki/kernel-4.16.11
kernel: Move to Linux 4.16.11-openpower1
Diffstat (limited to 'openpower/configs/witherspoon_defconfig')
-rw-r--r-- | openpower/configs/witherspoon_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openpower/configs/witherspoon_defconfig b/openpower/configs/witherspoon_defconfig index 52ebe4af..a27d0a94 100644 --- a/openpower/configs/witherspoon_defconfig +++ b/openpower/configs/witherspoon_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.16.10" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.16.11" 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" |