Skip to content

Commit 7b49673

Browse files
iavclaude
andcommitted
config: enable uboot-binman-fix-pkg-resources extension
Enable the binman pkg_resources fix for all builds. The extension is a no-op for U-Boot >= v2025.10. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4f2bd6d commit 7b49673

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/functions/configuration/main-config.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ function do_main_configuration() {
6565
# Armbian config is central tool used in all builds. As its build externally, we have moved it to extension. Enable it here.
6666
enable_extension "armbian-config"
6767

68+
# Fix binman pkg_resources removal in setuptools >= 82. Can be removed when all U-Boot versions are >= v2025.10.
69+
enable_extension "uboot-binman-fix-pkg-resources"
70+
6871
# Network stack to use, default to network-manager; configuration can override this.
6972
# Will be made read-only further down.
7073
declare -g NETWORKING_STACK="${NETWORKING_STACK}"

0 commit comments

Comments
 (0)