[coreboot-gerrit] Change in coreboot[master]: util/docker: add nasm to fix tianocore payload compilation

Piotr Król (Code Review) gerrit at coreboot.org
Mon Oct 9 09:29:41 CEST 2017


Piotr Król has uploaded this change for review. ( https://review.coreboot.org/21924


Change subject: util/docker: add nasm to fix tianocore payload compilation
......................................................................

util/docker: add nasm to fix tianocore payload compilation

This patch address problem with Tianocore compilation in coreboot-sdk
container. Without it compilation fails asking for nasm installation.

Change-Id: I546f9d42b380799d1cd80a70f33be2a768745080
Signed-off-by: Piotr Król <piotr.krol at 3mdeb.com>
---
M util/docker/coreboot-sdk/Dockerfile
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/24/21924/1

diff --git a/util/docker/coreboot-sdk/Dockerfile b/util/docker/coreboot-sdk/Dockerfile
index 512db06..0906205 100644
--- a/util/docker/coreboot-sdk/Dockerfile
+++ b/util/docker/coreboot-sdk/Dockerfile
@@ -51,6 +51,7 @@
 		libyaml-dev \
 		m4 \
 		make \
+		nasm \
 		openssl \
 		p7zip-full \
 		patch \

-- 
To view, visit https://review.coreboot.org/21924
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I546f9d42b380799d1cd80a70f33be2a768745080
Gerrit-Change-Number: 21924
Gerrit-PatchSet: 1
Gerrit-Owner: Piotr Król <piotr.krol at 3mdeb.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171009/163ff919/attachment.html>


More information about the coreboot-gerrit mailing list