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:
Christophe Priouzeau 2022-06-10 13:48:06 +02:00 committed by Romuald JEANNE
parent ffbfea95d8
commit 27684df52f
1 changed files with 1 additions and 1 deletions

View File

@ -661,7 +661,7 @@ python do_create_flashlayout_config() {
if not os.path.exists(flashlayout_file):
# The tsv does not exist, so cannot generate the tsv for wrapper4dbg
break
continue
if d.getVar("ENABLE_FLASHLAYOUT_CONFIG_WRAPPER4DBG") == "1":
bb.debug(1, '*** Loop for flashlayout for the wrapper for debug %s' % labeltype)