From ed49957abb64d2ddd8e8b0947d3e4b12e2a6ab43 Mon Sep 17 00:00:00 2001 From: Drew Moseley Date: Thu, 5 Mar 2020 14:44:28 -0500 Subject: [PATCH] Add u-boot-tools to docker image. In the case of the COMFILE PI which is a customized system with a RPI Compute Module, we need to add some gpio commands into the boot.scr. Changelog: None Signed-off-by: Drew Moseley --- Dockerfile | 2 ++ requirements-deb.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5377ba9..bef3cc6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,6 +42,8 @@ RUN apt-get update && apt-get install -y \ udev \ # to create bmap index file (MENDER_USE_BMAP) bmap-tools \ +# to regenerate the U-Boot boot.scr on platforms that need customization + u-boot-tools \ # needed to run pxz libgomp1 diff --git a/requirements-deb.txt b/requirements-deb.txt index 4d91f68..463bd94 100644 --- a/requirements-deb.txt +++ b/requirements-deb.txt @@ -1 +1 @@ -binutils xz-utils file rsync parted e2fsprogs xfsprogs pigz dosfstools wget git make bmap-tools +binutils xz-utils file rsync parted e2fsprogs xfsprogs pigz dosfstools wget git make bmap-tools u-boot-tools