8000 buildroot: Upgrade to 2023.02.2 · ClangBuiltLinux/boot-utils@aff63bf · GitHub
[go: up one dir, main page]

Skip to content

Commit aff63bf

Browse files
committed
buildroot: Upgrade to 2023.02.2
In order to making applying patches for LoongArch a little easier, update buildroot to the latest LTS release. As part of this upgrade, we: * Move to ulibc instead of glibc for the RISC-V toolchain, which results in a smaller toolchain download. * Move to a prebuilt toolchain for s390, which results in a faster overall build because the toolchain only has to be downloaded, rather than built. * Drop BR2_powerpc_power8, as it is now the default choice after [1] and [2]. [1]: buildroot/buildroot@c0b0288 [2]: buildroot/buildroot@fdb2369 Signed-off-by: Nathan Chancellor <nathan@kernel.org>
1 parent 8ffe148 commit aff63bf

6 files changed

+5
-7
lines changed

buildroot/buildroot-2022.02.tar.gz.sha256

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
44cced15a58505c93a87b215a632eba25f65560da64782fea50111f62b5ae86c buildroot-2023.02.2.tar.gz

buildroot/ppc64le.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
BR2_powerpc64le=y
2-
BR2_powerpc_power8=y
32
BR2_TOOLCHAIN_EXTERNAL=y
43
BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64LE_POWER8_GLIBC_STABLE=y
54
BR2_TARGET_GENERIC_ROOT_PASSWD="root"

buildroot/rebuild.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import shutil
88
import subprocess
99

10-
BUILDROOT_VERSION = '2022.02'
10+
BUILDROOT_VERSION = '2023.02.2'
1111
SUPPORTED_ARCHES = [
1212
'arm64',
1313
'arm64be',

buildroot/riscv.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BR2_riscv=y
22
BR2_TOOLCHAIN_EXTERNAL=y
3-
BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV64_LP64D_GLIBC_STABLE=y
3+
BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV64_LP64D_UCLIBC_STABLE=y
44
BR2_TARGET_GENERIC_ROOT_PASSWD="root"
55
BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
66
BR2_ROOTFS_OVERLAY="../overlay-poweroff"

buildroot/s390.config

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
BR2_s390x=y
2-
BR2_KERNEL_HEADERS_4_4=y
3-
BR2_BINUTILS_VERSION_2_35_X=y
4-
BR2_GCC_VERSION_10_X=y
2+
BR2_TOOLCHAIN_EXTERNAL=y
3+
BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_S390X_Z13_GLIBC_STABLE=y
54
BR2_TARGET_GENERIC_ROOT_PASSWD="root"
65
BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
76
BR2_ROOTFS_OVERLAY="../overlay-poweroff"

0 commit comments

Comments
 (0)
0