summaryrefslogtreecommitdiff
path: root/recipes-images/images/files/library/mk-u-boot-scripts.sh
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-04-23 11:32:58 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2019-04-23 11:35:44 +0200
commit45677492bbb2bec8215e421c4db22ac9cf9eacaf (patch)
tree6282322f554b110ce2a029bd461cd2de4d235b85 /recipes-images/images/files/library/mk-u-boot-scripts.sh
parent9a09de4a689897937eb5ca2655c1b15b39b1adaf (diff)
images: drop the legacy update procedure
Use the Toradex Easy Installer instead. If you included tdx-image-fstype.inc in your image recipes you will have to remove that include. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-images/images/files/library/mk-u-boot-scripts.sh')
-rwxr-xr-xrecipes-images/images/files/library/mk-u-boot-scripts.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/recipes-images/images/files/library/mk-u-boot-scripts.sh b/recipes-images/images/files/library/mk-u-boot-scripts.sh
deleted file mode 100755
index dda47d5..0000000
--- a/recipes-images/images/files/library/mk-u-boot-scripts.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-for f in *.scr
-do
- mkimage -T script -C none -n 'Flash Apalis/Colibri module' -d $f `basename $f .scr`.img
-done