Skip to content

Commit

Permalink
clean patch
Browse files Browse the repository at this point in the history
  • Loading branch information
DamiaPoquet committed Mar 19, 2024
1 parent bf7e581 commit c8f10a1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions artifacts/rock4cplus/u-boot/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@ steps:
# rock-4c-plus-rk3399
- |
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 rock-4c-plus-rk3399_defconfig
sed -i "s/CONFIG_TOOLS_LIBCRYPTO=y/# CONFIG_TOOLS_LIBCRYPTO is not set/" .config
build:
- |
make -j $(nproc) HOSTLDLIBS_mkimage="-lssl -lcrypto" BL31=/libs/arm-trusted-firmware/rk3399/bl31.elf
Expand Down

0 comments on commit c8f10a1

Please sign in to comment.