Skip to content

Commit

Permalink
feat: update u-boot
Browse files Browse the repository at this point in the history
Update `u-boot` to v2024.01.

Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
frezbo committed Mar 19, 2024
1 parent 33010eb commit 211c540
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Pkgfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ vars:
arm_trusted_firmware_sha512: 958cf8f9e258638e59d0fbd8b053fce7d8a9ea2fc922686c9d20ea16f79f55219ac18a12ab240c528ee98e49c2e0eef4c963fdb255cc14b92437a5b3cffc8640

# renovate: datasource=github-tags extractVersion=^v(?<version>.*)$ 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
6 changes: 4 additions & 2 deletions artifacts/bananapi_m64/u-boot/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 4 additions & 2 deletions artifacts/libretech_all_h3_cc_h5/u-boot/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 4 additions & 2 deletions artifacts/pine64/u-boot/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 211c540

Please sign in to comment.