diff options
author | Joel Stanley <joel@jms.id.au> | 2019-04-03 10:59:50 +1030 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2019-04-03 11:09:11 +1030 |
commit | 301cb8933f48909d52cc726c379fb93487560c52 (patch) | |
tree | 6ca704d62bdc38d8a378cf856a1164d2c9e97999 /openpower/configs/romulus_defconfig | |
parent | 59e1b74b6cef5847cb58d62897ac4e9b84a6ecd8 (diff) | |
download | blackbird-op-build-301cb8933f48909d52cc726c379fb93487560c52.tar.gz blackbird-op-build-301cb8933f48909d52cc726c379fb93487560c52.zip |
kernel: Move to Linux v5.0.5-openpower1
PowerPC changes:
powerpc/security: Fix spectre_v2 reporting
powerpc/vdso64: Fix CLOCK_MONOTONIC inconsistencies across Y2038
Defconfigs are regenerated as we are back on the default kernel version,
so the configs do not need to set the kernel series for the headers
package.
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'openpower/configs/romulus_defconfig')
-rw-r--r-- | openpower/configs/romulus_defconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/openpower/configs/romulus_defconfig b/openpower/configs/romulus_defconfig index b759eadc..9c9a5a58 100644 --- a/openpower/configs/romulus_defconfig +++ b/openpower/configs/romulus_defconfig @@ -1,6 +1,5 @@ BR2_powerpc64le=y BR2_powerpc_power8=y -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_0=y BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="--enable-targets=powerpc64-linux" BR2_GCC_VERSION_6_X=y BR2_EXTRA_GCC_CONFIG_OPTIONS="--enable-targets=powerpc64-linux --disable-libsanitizer" @@ -17,7 +16,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="5.0.4" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.0.5" 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" |