[Fuego] [PATCH] Dockerfile: sdk dependencies for building a x86_64 kernel

Daniel Sangorrin daniel.sangorrin at toshiba.co.jp
Tue Mar 27 08:55:23 UTC 2018


Note, I have added the dependencies to the kernel_build test's
test.yaml. In the future, it would be nice to install them
directly from ftc. At the moment that is not possible so I add
them here, but I'm also adding is_on_sdk checks to the test
so even if this patch is not accepted the user should be
able to understand the error log.

Signed-off-by: Daniel Sangorrin <daniel.sangorrin at toshiba.co.jp>
---
 Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 4dcf505..2c0b17e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -31,7 +31,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get -yV install \
 	inotify-tools g++ bzip2 bc libaio-dev gettext pkg-config libglib2.0-dev \
 	time python-pip python-xmltodict at minicom lzop bsdmainutils u-boot-tools \
 	mc netcat lava-tool openssh-server python-parsedatetime \
-	libsdl1.2-dev libcairo2-dev libxmu-dev libxmuu-dev iperf3
+	libsdl1.2-dev libcairo2-dev libxmu-dev libxmuu-dev iperf3 \
+	bison flex libelf-dev libssl-dev
 
 RUN pip install python-jenkins==0.4.14
 RUN pip install filelock
-- 
2.7.4




More information about the Fuego mailing list