Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update u-boot #3

Merged
merged 1 commit into from
Mar 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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