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>
diff --git a/openpower/configs/romulus_defconfig b/openpower/configs/romulus_defconfig
index 120833d..a454d74 100644
--- a/openpower/configs/romulus_defconfig
+++ b/openpower/configs/romulus_defconfig
@@ -17,6 +17,7 @@
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