Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade buildroot to 2020.08.1 #25

Merged
merged 1 commit into from
Oct 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Member Author

@nickdesaulniers nickdesaulniers Oct 16, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reviewers should fetch this gzipped tarball from buildroot's releases (not this PR) and verify this sha256sum.

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.