mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-18 06:38:15 +01:00
CI: Add ChromiumOS utilities
We need cgpt and futility for building test images. Add them. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
71f634b822
commit
f25820b1ae
@ -39,6 +39,7 @@ RUN apt-get update && apt-get install -y \
|
||||
binutils-dev \
|
||||
bison \
|
||||
build-essential \
|
||||
cgpt \
|
||||
clang-16 \
|
||||
coreutils \
|
||||
cpio \
|
||||
@ -115,6 +116,8 @@ RUN apt-get update && apt-get install -y \
|
||||
util-linux \
|
||||
uuid-dev \
|
||||
virtualenv \
|
||||
vboot-kernel-utils \
|
||||
vboot-utils \
|
||||
xxd \
|
||||
zip \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user