Skip to content

Commit 96965a9

Browse files
committed
Add missing xxd dep
Signed-off-by: Loïc Minier <[email protected]>
1 parent c96e5d1 commit 96965a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/u-boot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
set -ux
6060
# install build-dependencies
6161
apt -y install git crossbuild-essential-arm64 make bison flex bc \
62-
libssl-dev gnutls-dev gzip mkbootimg
62+
libssl-dev gnutls-dev xxd coreutils gzip mkbootimg
6363
scripts/build-u-boot-rb1.sh
6464
6565
- name: Upload results to fileserver

scripts/build-u-boot-rb1.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ packages="git"
2525
# a cross-compiler on other architectures
2626
packages="${packages} crossbuild-essential-arm64"
2727
# u-boot build-dependencies
28-
packages="${packages} make bison flex bc libssl-dev gnutls-dev"
28+
packages="${packages} make bison flex bc libssl-dev gnutls-dev xxd"
2929
# for nproc
3030
packages="${packages} coreutils"
3131
# needed to pack resulting u-boot binary into an Android boot image

0 commit comments

Comments
 (0)