meta-digi/meta-digi-arm/recipes-bsp/u-boot
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
..
u-boot-dey-2013.01/ccardimx28 meta-digi-arm: rework SD card generation class 2015-06-25 18:44:13 +02:00
u-boot-dey-2015.04/ccimx6 install_linux_fw_sd: workaround bad behavior of 'test' command 2016-02-18 11:32:39 +01:00
u-boot-fw-utils meta-digi-arm: use u-boot fw-utils from Poky 2015-10-06 10:30:00 +02:00
u-boot-dey-rev_2013.01.inc meta-digi: revert kernel and u-boot revisions to AUTOREV 2016-02-15 18:02:34 +01:00
u-boot-dey_2013.01.bb meta-digi-arm: rework SD card generation class 2015-06-25 18:44:13 +02:00
u-boot-dey_2015.04.bb meta-digi: revert kernel and u-boot revisions to AUTOREV 2016-02-15 18:02:34 +01:00
u-boot-fw-utils_%.bbappend meta-digi-arm: use u-boot fw-utils from Poky 2015-10-06 10:30:00 +02:00