Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/46799 )
Change subject: util/docker: Update coreboot-sdk with additional tools ......................................................................
util/docker: Update coreboot-sdk with additional tools
- cscope: Run cscope targets - ctags: Run ctags targets - pbzip2: Allow compression on all cpu cores
Signed-off-by: Martin Roth martin@coreboot.org Change-Id: I31ca45fcc5880f2b0346ca3f7d36a71ae18da979 Reviewed-on: https://review.coreboot.org/c/coreboot/+/46799 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Patrick Georgi pgeorgi@google.com --- M util/docker/coreboot-sdk/Dockerfile 1 file changed, 3 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Patrick Georgi: Looks good to me, approved
diff --git a/util/docker/coreboot-sdk/Dockerfile b/util/docker/coreboot-sdk/Dockerfile index 007e9af..749b543 100644 --- a/util/docker/coreboot-sdk/Dockerfile +++ b/util/docker/coreboot-sdk/Dockerfile @@ -24,11 +24,13 @@ bzip2 \ ccache \ cmake \ + cscope \ curl \ device-tree-compiler \ dh-autoreconf \ diffutils \ doxygen \ + exuberant-ctags \ flex \ g++ \ gawk \ @@ -62,6 +64,7 @@ nasm \ openssl \ patch \ + pbzip2 \ pkg-config \ python2 \ python3 \