Martin Roth has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/37916 )
Change subject: util/docker/coreboot-sdk: Add libcurl4 requirements for em100 ......................................................................
util/docker/coreboot-sdk: Add libcurl4 requirements for em100
Signed-off-by: Martin Roth martin@coreboot.org Change-Id: Ia1cd7e12f12cb6d26a10fd358a3b32c31ce1c834 --- M util/docker/coreboot-sdk/Dockerfile 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/16/37916/1
diff --git a/util/docker/coreboot-sdk/Dockerfile b/util/docker/coreboot-sdk/Dockerfile index ffb7c70..2e8fe38 100644 --- a/util/docker/coreboot-sdk/Dockerfile +++ b/util/docker/coreboot-sdk/Dockerfile @@ -37,6 +37,8 @@ gnat \ graphviz \ libcrypto++-dev \ + libcurl4 \ + libcurl4-openssl-dev \ libfreetype6-dev \ libftdi-dev \ libftdi1-dev \
Martin Roth has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37916 )
Change subject: util/docker/coreboot-sdk: Add libcurl4 requirements for em100 ......................................................................
Patch Set 1:
After this goes in, i'll update the docker images to get the latest toolchain changes.
Stefan Reinauer has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37916 )
Change subject: util/docker/coreboot-sdk: Add libcurl4 requirements for em100 ......................................................................
Patch Set 1: Code-Review+2
Philipp Deppenwiese has submitted this change. ( https://review.coreboot.org/c/coreboot/+/37916 )
Change subject: util/docker/coreboot-sdk: Add libcurl4 requirements for em100 ......................................................................
util/docker/coreboot-sdk: Add libcurl4 requirements for em100
Signed-off-by: Martin Roth martin@coreboot.org Change-Id: Ia1cd7e12f12cb6d26a10fd358a3b32c31ce1c834 Reviewed-on: https://review.coreboot.org/c/coreboot/+/37916 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Stefan Reinauer stefan.reinauer@coreboot.org --- M util/docker/coreboot-sdk/Dockerfile 1 file changed, 2 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Stefan Reinauer: Looks good to me, approved
diff --git a/util/docker/coreboot-sdk/Dockerfile b/util/docker/coreboot-sdk/Dockerfile index ffb7c70..2e8fe38 100644 --- a/util/docker/coreboot-sdk/Dockerfile +++ b/util/docker/coreboot-sdk/Dockerfile @@ -37,6 +37,8 @@ gnat \ graphviz \ libcrypto++-dev \ + libcurl4 \ + libcurl4-openssl-dev \ libfreetype6-dev \ libftdi-dev \ libftdi1-dev \