From f75c78dd8f4e3c3eb8f7824eedcbba21866e6f97 Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Fri, 7 Jul 2023 18:01:49 +0200 Subject: [PATCH] swu-images: swu.inc: configure directories needed for fill_description fill_description copies some artifacts to the images deploy directory, so that should be created beforehand. Otherwise it may fail on the 'do_unpack' task depending on how bitbake schedules the tasks. Signed-off-by: Javier Viguera --- meta-digi-dey/recipes-digi/swu-images/swu.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-digi-dey/recipes-digi/swu-images/swu.inc b/meta-digi-dey/recipes-digi/swu-images/swu.inc index e521f03db..0e0a04fc2 100644 --- a/meta-digi-dey/recipes-digi/swu-images/swu.inc +++ b/meta-digi-dey/recipes-digi/swu-images/swu.inc @@ -141,3 +141,4 @@ fill_description() { # Clean dir. rm -f images_temp.txt } +fill_description[dirs] = "${DEPLOY_DIR_IMAGE} ${WORKDIR}"