Skip to content

Commit

Permalink
upgrade buildroot to 2020.08.1
Browse files Browse the repository at this point in the history
This should enable us to build for s390. Separate commit for the
upgrade.

BR2_BINUTILS_VERSION_2_31_X=y is deprecated and must be removed to build
with this new version.
  • Loading branch information
nickdesaulniers committed Oct 16, 2020
1 parent 3b21a5b commit c828c0e
Show file tree
Hide file tree
Showing 23 changed files with 2 additions and 12 deletions.
1 change: 0 additions & 1 deletion buildroot/arm.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
BR2_arm=y
BR2_OPTIMIZE_3=y
BR2_KERNEL_HEADERS_4_4=y
BR2_BINUTILS_VERSION_2_31_X=y
BR2_GCC_VERSION_8_X=y
BR2_TARGET_GENERIC_ROOT_PASSWD="root"
BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0"
Expand Down
1 change: 0 additions & 1 deletion buildroot/arm64.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ BR2_aarch64=y
BR2_cortex_a57=y
BR2_OPTIMIZE_3=y
BR2_KERNEL_HEADERS_4_4=y
BR2_BINUTILS_VERSION_2_31_X=y
BR2_GCC_VERSION_8_X=y
BR2_TARGET_GENERIC_ROOT_PASSWD="root"
BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0"
Expand Down
1 change: 0 additions & 1 deletion buildroot/buildroot-2020.02.tar.gz.sha256

This file was deleted.

1 change: 1 addition & 0 deletions buildroot/buildroot-2020.08.1.tar.gz.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
75d890a2256214b8f36365716a2bd72be3842528599677e0966193f972ecb914 buildroot-2020.08.1.tar.gz
1 change: 0 additions & 1 deletion buildroot/mips.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
BR2_mips=y
BR2_OPTIMIZE_3=y
BR2_KERNEL_HEADERS_4_4=y
BR2_BINUTILS_VERSION_2_31_X=y
BR2_GCC_VERSION_8_X=y
BR2_TARGET_GENERIC_ROOT_PASSWD="root"
BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0"
Expand Down
1 change: 0 additions & 1 deletion buildroot/mipsel.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
BR2_mipsel=y
BR2_OPTIMIZE_3=y
BR2_KERNEL_HEADERS_4_4=y
BR2_BINUTILS_VERSION_2_31_X=y
BR2_GCC_VERSION_8_X=y
BR2_TARGET_GENERIC_ROOT_PASSWD="root"
BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0"
Expand Down
1 change: 0 additions & 1 deletion buildroot/ppc32.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
BR2_powerpc=y
BR2_powerpc_440=y
BR2_KERNEL_HEADERS_4_4=y
BR2_BINUTILS_VERSION_2_31_X=y
BR2_GCC_VERSION_8_X=y
BR2_TARGET_GENERIC_ROOT_PASSWD="root"
BR2_SYSTEM_BIN_SH_BASH=y
Expand Down
1 change: 0 additions & 1 deletion buildroot/ppc64.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
BR2_powerpc64=y
BR2_CCACHE=y
BR2_KERNEL_HEADERS_4_4=y
BR2_BINUTILS_VERSION_2_31_X=y
BR2_GCC_VERSION_8_X=y
BR2_TARGET_GENERIC_ROOT_PASSWD="root"
BR2_SYSTEM_BIN_SH_BASH=y
Expand Down
1 change: 0 additions & 1 deletion buildroot/ppc64le.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
BR2_powerpc64le=y
BR2_CCACHE=y
BR2_KERNEL_HEADERS_4_4=y
BR2_BINUTILS_VERSION_2_31_X=y
BR2_GCC_VERSION_8_X=y
BR2_TARGET_GENERIC_ROOT_PASSWD="root"
BR2_SYSTEM_BIN_SH_BASH=y
Expand Down
2 changes: 1 addition & 1 deletion buildroot/rebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ while ((${#})); do
done

# Download latest LTS buildroot release
BUILDROOT_VERSION=2020.02
BUILDROOT_VERSION=2020.08.1
if [[ -d src ]]; then
if [[ $(cd src && make print-version | cut -d - -f 1 2>/dev/null) != "${BUILDROOT_VERSION}" ]]; then
rm -rf src
Expand Down
1 change: 0 additions & 1 deletion buildroot/riscv.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
BR2_riscv=y
BR2_OPTIMIZE_3=y
BR2_BINUTILS_VERSION_2_31_X=y
BR2_TARGET_GENERIC_ROOT_PASSWD="root"
BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
BR2_ROOTFS_OVERLAY="../overlay-poweroff"
Expand Down
1 change: 0 additions & 1 deletion buildroot/x86.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
BR2_OPTIMIZE_3=y
BR2_KERNEL_HEADERS_4_4=y
BR2_BINUTILS_VERSION_2_31_X=y
BR2_GCC_VERSION_8_X=y
BR2_TARGET_GENERIC_ROOT_PASSWD="root"
BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
Expand Down
1 change: 0 additions & 1 deletion buildroot/x86_64.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
BR2_x86_64=y
BR2_OPTIMIZE_3=y
BR2_KERNEL_HEADERS_4_4=y
BR2_BINUTILS_VERSION_2_31_X=y
BR2_GCC_VERSION_8_X=y
BR2_TARGET_GENERIC_ROOT_PASSWD="root"
BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
Expand Down
Binary file modified images/arm/rootfs.cpio.zst
Binary file not shown.
Binary file modified images/arm64/rootfs.cpio.zst
Binary file not shown.
Binary file modified images/mips/rootfs.cpio.zst
Binary file not shown.
Binary file modified images/mipsel/rootfs.cpio.zst
Binary file not shown.
Binary file modified images/ppc32/rootfs.cpio.zst
Binary file not shown.
Binary file modified images/ppc64/rootfs.cpio.zst
Binary file not shown.
Binary file modified images/ppc64le/rootfs.cpio.zst
Binary file not shown.
Binary file modified images/riscv/rootfs.cpio.zst
Binary file not shown.
Binary file modified images/x86/rootfs.cpio.zst
Binary file not shown.
Binary file modified images/x86_64/rootfs.cpio.zst
Binary file not shown.

0 comments on commit c828c0e

Please sign in to comment.