From f463f754048ebc3325025f0e1506b03cf14203a5 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 20 Oct 2015 14:56:24 +0200 Subject: update.sh: use moduletype specific folder for output files With update.sh one creates files on e.g. a SD-card or a tftp server which enables updating the SW on a module from U-Boot running on said module. This commit adds a module type specific directory on that output media so that update data for multiple module types can be stored on one media. Generic U-Boot scripts in the media's root directory do select the matching update data depending on module type. --- recipes/images/files/colibri-t20/colibri-t20_bin/fwd_mmc.scr | 1 + 1 file changed, 1 insertion(+) create mode 120000 recipes/images/files/colibri-t20/colibri-t20_bin/fwd_mmc.scr (limited to 'recipes/images/files/colibri-t20/colibri-t20_bin/fwd_mmc.scr') diff --git a/recipes/images/files/colibri-t20/colibri-t20_bin/fwd_mmc.scr b/recipes/images/files/colibri-t20/colibri-t20_bin/fwd_mmc.scr new file mode 120000 index 0000000..3848cfa --- /dev/null +++ b/recipes/images/files/colibri-t20/colibri-t20_bin/fwd_mmc.scr @@ -0,0 +1 @@ +../../library/fwd_mmc.scr \ No newline at end of file -- cgit v1.2.3