Go to file
Javier Viguera 1db41c8473 install_linux_fw_sd: workaround bad behavior of 'test' command
Old versions of u-boot 'v2013.0x' have a bug in the shell's test command
that makes structures like:

if test "${not-existing}" = "0x01"; then ...
if test -z "${not-existing}"; then ...

to fail when the checked variable does not exist.

So implement workarounds in the updater script to overcome this problem.

This is needed because the script may be used in modules with an old
pre-installed u-boot.

https://jira.digi.com/browse/DEL-2231

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
2016-02-18 11:32:39 +01:00
meta-digi-arm install_linux_fw_sd: workaround bad behavior of 'test' command 2016-02-18 11:32:39 +01:00
meta-digi-dey meta-digi-dey: move ${GRAPHICAL_BACKEND} to DEY distro conf 2016-02-12 12:09:53 +01:00
sdk build scripts: adapt to new DEY images 2016-02-05 18:07:49 +01: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.