]> code.ossystems Code Review - openembedded-core.git/commit
u-boot.inc: make sure all counter variables are properly unset
authorCarlos Rafael Giani <dv@pseudoterminal.org>
Mon, 20 Apr 2015 19:17:08 +0000 (21:17 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 24 Apr 2015 10:05:55 +0000 (11:05 +0100)
commit50233dc2544fe8eeee69a5dc07f505db29fc9e0e
tree99944fe8e39892b704ec8376e1f864b10efa8eb7
parent166f2587468ae71988c610858aad3f7ef67eccba
u-boot.inc: make sure all counter variables are properly unset

The script does "i == j" checks to retrieve the config <-> type pairs from
the UBOOT_MACHINE and UBOOT_CONFIG lists. This check however requires both
j and i to be initially unset. Ensure this by explicitely unsetting i.

This fixes broken u-boot SPL installations with SolidRun machines
(the SPL wasn't being installed and deployed.)

Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-bsp/u-boot/u-boot.inc