docker/coreboot-sdk: Add meson

This is needed to build opensil. With meson and ninja added to the
coreboot-sdk image there is no need have them in the jenkins node image.

Change-Id: I36188ae895f2a770f1dc4528f332c09bf386db73
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80736
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
This commit is contained in:
Arthur Heymans
2024-02-23 19:03:16 +01:00
committed by Felix Singer
parent 6d1560f05d
commit 55b3c0466c
2 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,6 @@ RUN apt-get -y update && \
liblua5.4-dev \ liblua5.4-dev \
linkchecker \ linkchecker \
lua5.4 \ lua5.4 \
meson \
ninja-build \
openssh-server \ openssh-server \
parallel \ parallel \
ruby-full \ ruby-full \

View File

@ -64,8 +64,10 @@ RUN \
libyaml-dev \ libyaml-dev \
m4 \ m4 \
make \ make \
meson \
msitools \ msitools \
neovim \ neovim \
ninja-build \
openssh-client \ openssh-client \
openssl \ openssl \
parted \ parted \