From 27684df52f37111b2c5aac80893fb81df5c825af Mon Sep 17 00:00:00 2001 From: Christophe Priouzeau Date: Fri, 10 Jun 2022 13:48:06 +0200 Subject: [PATCH] CLASS: FLASHLAYOUT: correct bad exit of loop Signed-off-by: Christophe Priouzeau Change-Id: Ic39366794622f52fa76353880fcc0cd1c9f563d2 --- classes/flashlayout-stm32mp.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/flashlayout-stm32mp.bbclass b/classes/flashlayout-stm32mp.bbclass index 646087c..bb5aa79 100644 --- a/classes/flashlayout-stm32mp.bbclass +++ b/classes/flashlayout-stm32mp.bbclass @@ -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)