Booting yocto system (and many other useful scripts)

This commit is contained in:
2025-07-31 17:44:58 +02:00
parent 3fd35d723a
commit 40ae7a8412
14 changed files with 141 additions and 77 deletions

View File

@@ -5,38 +5,39 @@ ENV DEBIAN_FRONTEND=noninteractive
# Install dependencies
RUN apt-get update && apt-get install -y \
gawk \
wget \
git \
diffstat \
unzip \
texinfo \
gcc \
build-essential \
chrpath \
socat \
cpio \
python3 \
python3-pip \
python3-pexpect \
xz-utils \
debianutils \
diffstat \
file \
gawk \
gcc \
git \
iputils-ping \
less \
libacl1 \
liblz4-tool \
locales \
ovmf \
python3 \
python3-git \
python3-jinja2 \
python3-pexpect \
python3-pip \
python3-subunit \
zstd \
liblz4-tool \
file \
locales \
libacl1 \
sudo \
vim \
less \
tree \
qemu-system-data \
qemu-system-x86 \
qemu-utils \
socat \
sudo \
texinfo \
tree \
unzip \
vim \
wget \
xz-utils \
zstd \
&& rm -rf /var/lib/apt/lists/*
# Set up locale