From 3956b70f583490df9ed0d3d16cc89eb5c1af1001 Mon Sep 17 00:00:00 2001 From: Stefano Stabellini Date: Mon, 14 Sep 2020 17:41:08 -0700 Subject: Removed unused container-based usage Initially ImageBuilder was meant to be mainly invoked from a container but in practice ImageBuilder's scripts have been called directly. Remove the old documentation and Dockerfile. Signed-off-by: Stefano Stabellini Reviewed-by: Brian Woods --- scripts/imagebuilder_tftp | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 scripts/imagebuilder_tftp (limited to 'scripts/imagebuilder_tftp') diff --git a/scripts/imagebuilder_tftp b/scripts/imagebuilder_tftp deleted file mode 100644 index 70b5379..0000000 --- a/scripts/imagebuilder_tftp +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash - -rm -rf /tmp/output -mkdir /tmp/output -cp config /tmp/output -cp -r /home/builder/output/* /tmp/output -cd /tmp/output -bash /uboot-script-gen -c ./config -d ./ -t tftp -- cgit v1.2.3