Go to file
Hector Palacios a32cea139b install_linux_fw_sd: expand variables when setting bootcmd to avoid redefining them
The setting of 'bootcmd' in the script was done using single quotes, which
doesn't expand variables. As a consequence the following variables must
be defined again (during the execution of the second part of the script):
 - mmcdev
 - INSTALL_LINUX_FILENAME
 - INSTALL_ROOTFS_FILENAME

This patch changes the single quotes with double quotes, so that these
variables are expanded during the setting of 'bootcmd' with the values
assigned at the begining of the installation script (notice these are
not dynamically generated so there is no risk to expand them).

At the same time we need to escape with a backslash:
 - double quotes containing strings
 - variables that we don't want to expand (like the return value $?)

Signed-off-by: Hector Palacios <hector.palacios@digi.com>
2016-07-06 16:26:49 +02:00
meta-digi-arm install_linux_fw_sd: expand variables when setting bootcmd to avoid redefining them 2016-07-06 16:26:49 +02:00
meta-digi-dey pulseaudio: only install hdmi_hotplug.sh for ccimx6 platforms 2016-07-05 15:52:38 +02:00
sdk meta-digi: do not use system libsdl-native 2016-06-21 12:03:03 +02:00
ChangeLog meta-digi: update changelog and release notes for dey-2.0-r1.2 2016-02-15 18:00:27 +01:00
README meta-digi-del: Add distribution layer. 2012-11-19 13:40:53 +01:00
Release_Notes.txt meta-digi: update changelog and release notes for dey-2.0-r1.2 2016-02-15 18:00:27 +01:00

README

meta-digi
=========

This is the location for Digi maintained layers.

Please see the README files contained in the individual layers for
specific information.