From 211c54071872dafc9b101c3328eac1c2cf58d580 Mon Sep 17 00:00:00 2001 From: Noel Georgi Date: Tue, 19 Mar 2024 14:38:27 +0530 Subject: [PATCH] feat: update u-boot Update `u-boot` to v2024.01. Signed-off-by: Noel Georgi --- Pkgfile | 6 +++--- artifacts/bananapi_m64/u-boot/pkg.yaml | 6 ++++-- artifacts/libretech_all_h3_cc_h5/u-boot/pkg.yaml | 6 ++++-- artifacts/pine64/u-boot/pkg.yaml | 6 ++++-- 4 files changed, 15 insertions(+), 9 deletions(-) diff --git a/Pkgfile b/Pkgfile index 48e4e46..98b5e54 100644 --- a/Pkgfile +++ b/Pkgfile @@ -9,8 +9,8 @@ vars: arm_trusted_firmware_sha512: 958cf8f9e258638e59d0fbd8b053fce7d8a9ea2fc922686c9d20ea16f79f55219ac18a12ab240c528ee98e49c2e0eef4c963fdb255cc14b92437a5b3cffc8640 # renovate: datasource=github-tags extractVersion=^v(?.*)$ depName=u-boot/u-boot - uboot_version: 2023.01 - uboot_sha256: 69423bad380f89a0916636e89e6dcbd2e4512d584308d922d1039d1e4331950f - uboot_sha512: 417a28267eb7875820d08fafc7316f164663609378637539e71648b0b9b7d28796b6c381717f31b0ab6472805fefd32628ef7d1b2e7b9f3c51c8ad122993f679 + uboot_version: 2024.01 + uboot_sha256: b99611f1ed237bf3541bdc8434b68c96a6e05967061f992443cb30aabebef5b3 + uboot_sha512: 45bd093ba3bda23e43cdde83d8656c1ee1348ac2886ecff1fee475f101ac4965a5be6565408fa5b990c723f3fdc833edfca60a719f735a43040cd14a1b59a88b labels: org.opencontainers.image.source: https://github.com/siderolabs/sbc-allwinner diff --git a/artifacts/bananapi_m64/u-boot/pkg.yaml b/artifacts/bananapi_m64/u-boot/pkg.yaml index e3e776b..4961976 100644 --- a/artifacts/bananapi_m64/u-boot/pkg.yaml +++ b/artifacts/bananapi_m64/u-boot/pkg.yaml @@ -19,12 +19,14 @@ steps: # bananapi_m64 - | mkdir -p /usr/bin \ - && ln -sf /toolchain/bin/env /usr/bin/env + && ln -sf /toolchain/bin/env /usr/bin/env \ + && ln -sf /toolchain/bin/python3 /toolchain/bin/python + + pip3 install pyelftools tar xf u-boot.tar.bz2 --strip-components=1 - | make bananapi_m64_defconfig - sed -i "s/CONFIG_TOOLS_LIBCRYPTO=y/# CONFIG_TOOLS_LIBCRYPTO is not set/" .config build: - | export SCP=/dev/null diff --git a/artifacts/libretech_all_h3_cc_h5/u-boot/pkg.yaml b/artifacts/libretech_all_h3_cc_h5/u-boot/pkg.yaml index a569768..5d7f237 100644 --- a/artifacts/libretech_all_h3_cc_h5/u-boot/pkg.yaml +++ b/artifacts/libretech_all_h3_cc_h5/u-boot/pkg.yaml @@ -19,12 +19,14 @@ steps: # libretech_all_h3_cc_h5 - | mkdir -p /usr/bin \ - && ln -sf /toolchain/bin/env /usr/bin/env + && ln -sf /toolchain/bin/env /usr/bin/env \ + && ln -sf /toolchain/bin/python3 /toolchain/bin/python + + pip3 install pyelftools tar xf u-boot.tar.bz2 --strip-components=1 - | make libretech_all_h3_cc_h5_defconfig - sed -i "s/CONFIG_TOOLS_LIBCRYPTO=y/# CONFIG_TOOLS_LIBCRYPTO is not set/" .config build: - | export SCP=/dev/null diff --git a/artifacts/pine64/u-boot/pkg.yaml b/artifacts/pine64/u-boot/pkg.yaml index d7b145f..63d97fa 100644 --- a/artifacts/pine64/u-boot/pkg.yaml +++ b/artifacts/pine64/u-boot/pkg.yaml @@ -19,12 +19,14 @@ steps: # pine64_plus_defconfig - | mkdir -p /usr/bin \ - && ln -sf /toolchain/bin/env /usr/bin/env + && ln -sf /toolchain/bin/env /usr/bin/env \ + && ln -sf /toolchain/bin/python3 /toolchain/bin/python + + pip3 install pyelftools tar xf u-boot.tar.bz2 --strip-components=1 - | make pine64_plus_defconfig - sed -i "s/CONFIG_TOOLS_LIBCRYPTO=y/# CONFIG_TOOLS_LIBCRYPTO is not set/" .config build: - | export SCP=/dev/null