Booting yocto system (and many other useful scripts)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user