From 45677492bbb2bec8215e421c4db22ac9cf9eacaf Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 23 Apr 2019 11:32:58 +0200 Subject: 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 --- recipes-images/images/files/library/mk-u-boot-scripts.sh | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 recipes-images/images/files/library/mk-u-boot-scripts.sh (limited to 'recipes-images/images/files/library/mk-u-boot-scripts.sh') 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 -- cgit v1.2.3