summaryrefslogtreecommitdiffstats
path: root/openpower/configs/openpower_p9_mambo_defconfig
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2017-03-23 08:23:28 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-03-23 11:06:46 +1100
commit01013daeee51ca1450611d75a7fdaab7367ada7c (patch)
treea31653581005f5281b751b0733d7ed66acc61ac7 /openpower/configs/openpower_p9_mambo_defconfig
parentefbd5f2dedd0528d73dd1205dd3a1517a3570c64 (diff)
downloadtalos-op-build-01013daeee51ca1450611d75a7fdaab7367ada7c.tar.gz
talos-op-build-01013daeee51ca1450611d75a7fdaab7367ada7c.zip
POWER9 defconfigs: apply linux kernel patches
We initially disabled applying the patches on P9 platforms due to running a more recent kernel on P9 than P8 configs (and it being early bringup). Now that all platforms are on the same kernel, the patches will now apply. So, enable linux kernel patches for our POWER9 platforms. Fixes: bca805249d4191a113731e872978038434db2987 Fixes: 1a78268ee5f55282614cc27b290f140b0a7ce9b7 Fixes: 268ed580914e96b543769b7de221d7c528989198 Fixes: 4ea0cf4bd6e90f87cdcab2fb29d0302eba825174 Fixes: https://github.com/open-power/op-build/issues/956 Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'openpower/configs/openpower_p9_mambo_defconfig')
-rw-r--r--openpower/configs/openpower_p9_mambo_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/openpower/configs/openpower_p9_mambo_defconfig b/openpower/configs/openpower_p9_mambo_defconfig
index b8fb374c..9f79d8cb 100644
--- a/openpower/configs/openpower_p9_mambo_defconfig
+++ b/openpower/configs/openpower_p9_mambo_defconfig
@@ -15,6 +15,7 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="../openpower/scripts/fixup-target-var ../openpower
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.10.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"
BR2_LINUX_KERNEL_ZIMAGE_EPAPR=y
OpenPOWER on IntegriCloud