Integrate meta-seconorth-machine/kirkstone-fix-boot-scr-test-cases
requested to merge integrate/meta-seconorth-machine/kirkstone-fix-boot-scr-test-cases/into/kirkstone into kirkstone
Commit: seco-ne/yocto/layers/meta-seconorth-machine@17c680aa
bootscript-uboot: fix test -z cases
"test -z $var" do not work correctly if var is not defined:
u-boot=> pri test u-boot=> if test -z test; then echo 123; fi u-boot=> if test -z "test"; then echo 123; fi 123 u-boot=>
Signed-off-by: Mikhail Vanyulin mikhail.vanyulin@rtsoft.de