From 4b84f8b16aa52db8d3699f98a0de2dbb7d85591d Mon Sep 17 00:00:00 2001 From: Joel Stanley Date: Mon, 4 Mar 2019 12:46:37 +1030 Subject: buildroot: Move to 2018.11.3 stable release Upstream release notes: http://lists.busybox.net/pipermail/buildroot/2019-February/243960.html https://git.buildroot.net/buildroot/plain/CHANGES?id=2018.11.3 This includes a patch to move to 4.20 as the default kernel. As we're still on 4.19, we must now set the buildroot kernel series option. Signed-off-by: Joel Stanley --- buildroot | 2 +- openpower/configs/barreleye_defconfig | 1 + openpower/configs/firenze_defconfig | 1 + openpower/configs/firestone_defconfig | 1 + openpower/configs/garrison_defconfig | 1 + openpower/configs/habanero_defconfig | 1 + openpower/configs/openpower_mambo_defconfig | 1 + openpower/configs/p9dsu_defconfig | 1 + openpower/configs/palmetto_defconfig | 1 + openpower/configs/pseries_defconfig | 1 + openpower/configs/romulus_defconfig | 1 + openpower/configs/vesnin_defconfig | 1 + openpower/configs/witherspoon_defconfig | 1 + openpower/configs/witherspoon_dev_defconfig | 1 + openpower/configs/zaius_defconfig | 1 + openpower/configs/zz_defconfig | 1 + 16 files changed, 16 insertions(+), 1 deletion(-) diff --git a/buildroot b/buildroot index 5d7cc8cb..222837a4 160000 --- a/buildroot +++ b/buildroot @@ -1 +1 @@ -Subproject commit 5d7cc8cb980ace084b8025522f05e83eb367c706 +Subproject commit 222837a45396964a1bd5a5d730509907dcdcf377 diff --git a/openpower/configs/barreleye_defconfig b/openpower/configs/barreleye_defconfig index d4209658..705a749b 100644 --- a/openpower/configs/barreleye_defconfig +++ b/openpower/configs/barreleye_defconfig @@ -1,5 +1,6 @@ BR2_powerpc64le=y BR2_powerpc_power8=y +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=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" diff --git a/openpower/configs/firenze_defconfig b/openpower/configs/firenze_defconfig index bd32b24a..e9925ffe 100644 --- a/openpower/configs/firenze_defconfig +++ b/openpower/configs/firenze_defconfig @@ -1,5 +1,6 @@ BR2_powerpc64le=y BR2_powerpc_power8=y +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=y BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="--enable-targets=powerpc64-linux" BR2_EXTRA_GCC_CONFIG_OPTIONS="--enable-targets=powerpc64-linux --disable-libsanitizer" BR2_TARGET_GENERIC_HOSTNAME="skiroot" diff --git a/openpower/configs/firestone_defconfig b/openpower/configs/firestone_defconfig index f0a58154..4f021994 100644 --- a/openpower/configs/firestone_defconfig +++ b/openpower/configs/firestone_defconfig @@ -1,5 +1,6 @@ BR2_powerpc64le=y BR2_powerpc_power8=y +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=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" diff --git a/openpower/configs/garrison_defconfig b/openpower/configs/garrison_defconfig index b7cdf861..dd0f6a8a 100644 --- a/openpower/configs/garrison_defconfig +++ b/openpower/configs/garrison_defconfig @@ -1,5 +1,6 @@ BR2_powerpc64le=y BR2_powerpc_power8=y +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=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" diff --git a/openpower/configs/habanero_defconfig b/openpower/configs/habanero_defconfig index 356703ca..a91d5958 100644 --- a/openpower/configs/habanero_defconfig +++ b/openpower/configs/habanero_defconfig @@ -1,5 +1,6 @@ BR2_powerpc64le=y BR2_powerpc_power8=y +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=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" diff --git a/openpower/configs/openpower_mambo_defconfig b/openpower/configs/openpower_mambo_defconfig index c618849f..f3758604 100644 --- a/openpower/configs/openpower_mambo_defconfig +++ b/openpower/configs/openpower_mambo_defconfig @@ -1,5 +1,6 @@ BR2_powerpc64le=y BR2_powerpc_power8=y +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=y BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="--enable-targets=powerpc64-linux" BR2_EXTRA_GCC_CONFIG_OPTIONS="--enable-targets=powerpc64-linux --disable-libsanitizer" BR2_TARGET_GENERIC_HOSTNAME="skiroot" diff --git a/openpower/configs/p9dsu_defconfig b/openpower/configs/p9dsu_defconfig index 853f2d26..46bf91e9 100644 --- a/openpower/configs/p9dsu_defconfig +++ b/openpower/configs/p9dsu_defconfig @@ -1,5 +1,6 @@ BR2_powerpc64le=y BR2_powerpc_power8=y +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=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" diff --git a/openpower/configs/palmetto_defconfig b/openpower/configs/palmetto_defconfig index f4a06a0c..b63aa10b 100644 --- a/openpower/configs/palmetto_defconfig +++ b/openpower/configs/palmetto_defconfig @@ -1,5 +1,6 @@ BR2_powerpc64le=y BR2_powerpc_power8=y +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=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" diff --git a/openpower/configs/pseries_defconfig b/openpower/configs/pseries_defconfig index e18d14af..cfd30842 100644 --- a/openpower/configs/pseries_defconfig +++ b/openpower/configs/pseries_defconfig @@ -1,5 +1,6 @@ BR2_powerpc64le=y BR2_powerpc_power8=y +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=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" diff --git a/openpower/configs/romulus_defconfig b/openpower/configs/romulus_defconfig index 4fc2a454..0ab9818d 100644 --- a/openpower/configs/romulus_defconfig +++ b/openpower/configs/romulus_defconfig @@ -1,5 +1,6 @@ BR2_powerpc64le=y BR2_powerpc_power8=y +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=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" diff --git a/openpower/configs/vesnin_defconfig b/openpower/configs/vesnin_defconfig index 545f5ec6..7af5998e 100644 --- a/openpower/configs/vesnin_defconfig +++ b/openpower/configs/vesnin_defconfig @@ -1,6 +1,7 @@ BR2_powerpc64le=y BR2_powerpc_power8=y BR2_GLOBAL_PATCH_DIR="$(BR2_EXTERNAL_OP_BUILD_PATH)/patches/vesnin-patches" +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=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" diff --git a/openpower/configs/witherspoon_defconfig b/openpower/configs/witherspoon_defconfig index 3a2aba36..35990c46 100644 --- a/openpower/configs/witherspoon_defconfig +++ b/openpower/configs/witherspoon_defconfig @@ -1,5 +1,6 @@ BR2_powerpc64le=y BR2_powerpc_power8=y +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=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" diff --git a/openpower/configs/witherspoon_dev_defconfig b/openpower/configs/witherspoon_dev_defconfig index 5861f89f..cda370f0 100644 --- a/openpower/configs/witherspoon_dev_defconfig +++ b/openpower/configs/witherspoon_dev_defconfig @@ -1,5 +1,6 @@ BR2_powerpc64le=y BR2_powerpc_power8=y +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=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" diff --git a/openpower/configs/zaius_defconfig b/openpower/configs/zaius_defconfig index 31b9bc85..5cf65b81 100644 --- a/openpower/configs/zaius_defconfig +++ b/openpower/configs/zaius_defconfig @@ -1,5 +1,6 @@ BR2_powerpc64le=y BR2_powerpc_power8=y +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=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" diff --git a/openpower/configs/zz_defconfig b/openpower/configs/zz_defconfig index b6717d3c..833ddd34 100644 --- a/openpower/configs/zz_defconfig +++ b/openpower/configs/zz_defconfig @@ -1,5 +1,6 @@ BR2_powerpc64le=y BR2_powerpc_power8=y +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=y BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="--enable-targets=powerpc64-linux" BR2_EXTRA_GCC_CONFIG_OPTIONS="--enable-targets=powerpc64-linux --disable-libsanitizer" BR2_TARGET_GENERIC_HOSTNAME="skiroot" -- cgit v1.2.1