CLASS: FLASHLAYOUT: correct bad exit of loop
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@foss.st.com> Change-Id: Ic39366794622f52fa76353880fcc0cd1c9f563d2
This commit is contained in:
parent
ffbfea95d8
commit
27684df52f
|
|
@ -661,7 +661,7 @@ python do_create_flashlayout_config() {
|
||||||
|
|
||||||
if not os.path.exists(flashlayout_file):
|
if not os.path.exists(flashlayout_file):
|
||||||
# The tsv does not exist, so cannot generate the tsv for wrapper4dbg
|
# The tsv does not exist, so cannot generate the tsv for wrapper4dbg
|
||||||
break
|
continue
|
||||||
|
|
||||||
if d.getVar("ENABLE_FLASHLAYOUT_CONFIG_WRAPPER4DBG") == "1":
|
if d.getVar("ENABLE_FLASHLAYOUT_CONFIG_WRAPPER4DBG") == "1":
|
||||||
bb.debug(1, '*** Loop for flashlayout for the wrapper for debug %s' % labeltype)
|
bb.debug(1, '*** Loop for flashlayout for the wrapper for debug %s' % labeltype)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue