Skip to content

Commit b98be8f

Browse files
committed
Update buildroot to 2022.11
1 parent 32906bc commit b98be8f

File tree

8 files changed

+17
-8
lines changed

8 files changed

+17
-8
lines changed

Dockerfile-builder.template

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,18 @@ RUN set -eux; \
8383
\
8484
unsetConfs=' \
8585
BR2_SHARED_LIBS \
86+
BR2_TOOLCHAIN_BUILDROOT_GLIBC \
8687
'; \
8788
\
8889
# buildroot arches: https://git.busybox.net/buildroot/tree/arch
8990
# buildroot+uclibc arches: https://git.busybox.net/buildroot/tree/package/uclibc/Config.in ("config BR2_PACKAGE_UCLIBC_ARCH_SUPPORTS")
9091
dpkgArch="$(dpkg --print-architecture)"; \
9192
case "$dpkgArch" in \
93+
# explicitly target amd64 v1
9294
amd64) \
9395
setConfs="$setConfs \
9496
BR2_x86_64=y \
97+
BR2_x86_x86_64=y \
9598
"; \
9699
;; \
97100
\

stable/glibc/Dockerfile.builder

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stable/musl/Dockerfile.builder

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stable/uclibc/Dockerfile.builder

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

unstable/glibc/Dockerfile.builder

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

unstable/musl/Dockerfile.builder

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

unstable/uclibc/Dockerfile.builder

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"stable": {
33
"buildroot": {
4-
"version": "2022.08.2"
4+
"version": "2022.11"
55
},
66
"sha256": "415fbd89e5344c96acf449d94a6f956dbed62e18e835fc83e064db33a34bd549",
77
"variants": [
@@ -13,7 +13,7 @@
1313
},
1414
"unstable": {
1515
"buildroot": {
16-
"version": "2022.08.2"
16+
"version": "2022.11"
1717
},
1818
"sha256": "faeeb244c35a348a334f4a59e44626ee870fb07b6884d68c10ae8bc19f83a694",
1919
"variants": [

0 commit comments

Comments
 (0)