1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-02 17:22:22 +02: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:
Simon Glass
2023-08-24 13:55:46 -06:00
committed by Tom Rini
parent 71f634b822
commit f25820b1ae

View File

@@ -39,6 +39,7 @@ RUN apt-get update && apt-get install -y \
binutils-dev \ binutils-dev \
bison \ bison \
build-essential \ build-essential \
cgpt \
clang-16 \ clang-16 \
coreutils \ coreutils \
cpio \ cpio \
@@ -115,6 +116,8 @@ RUN apt-get update && apt-get install -y \
util-linux \ util-linux \
uuid-dev \ uuid-dev \
virtualenv \ virtualenv \
vboot-kernel-utils \
vboot-utils \
xxd \ xxd \
zip \ zip \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*