From fda10db5497de7616cabf757183ed5a5b616b1b7 Mon Sep 17 00:00:00 2001 From: Stefano Stabellini Date: Thu, 1 Aug 2019 15:19:03 -0700 Subject: Move multi-domain configuration to imagebuilder Previously it was expected to come with zynqmp-dt-config-package. Add documentation on how to add addition VMs to the automatic boot. Signed-off-by: Stefano Stabellini --- Dockerfile.image | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Dockerfile.image') diff --git a/Dockerfile.image b/Dockerfile.image index 32b7f61..4b57f7b 100644 --- a/Dockerfile.image +++ b/Dockerfile.image @@ -11,6 +11,7 @@ COPY [ \ "./docker-extras/*", \ "/tmp/docker-build/" \ ] +COPY config /tmp/docker-build/ RUN \ # apk @@ -33,6 +34,7 @@ RUN \ uboot-tools && \ \ # Copy run file + cp /tmp/docker-build/config /config && \ cp /tmp/docker-build/imagebuilder_tftp /imagebuilder_tftp && \ cp /tmp/docker-build/imagebuilder_sd /imagebuilder_sd && \ cp /tmp/docker-build/uboot-script-gen /uboot-script-gen && \ -- cgit v1.2.3