mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 09:12:08 +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:
@@ -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/*
|
||||||
|
Reference in New Issue
Block a user