Skip to content

Commit e5f7cbf

Browse files
Nicolas Pitrestephanosio
authored andcommitted
Dockerfile.base: add gdisk and uuid-runtime packages
The Corstone-1000-A320 board build requires sgdisk (from gdisk) to create GPT partition tables in the flash image, and uuidgen (from uuid-runtime) for generating partition GUIDs. Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
1 parent ede6bfe commit e5f7cbf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile.base

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ RUN <<EOF
9494
gcc \
9595
gcovr \
9696
gdb \
97+
gdisk \
9798
git \
9899
git-core \
99100
gnupg \
@@ -137,6 +138,7 @@ RUN <<EOF
137138
sudo \
138139
texinfo \
139140
unzip \
141+
uuid-runtime \
140142
valgrind \
141143
wget \
142144
ovmf \

0 commit comments

Comments
 (0)