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 <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2023-07-07 18:01:49 +02:00
parent aa41094ef5
commit f75c78dd8f
1 changed files with 1 additions and 0 deletions

View File

@ -141,3 +141,4 @@ fill_description() {
# Clean dir.
rm -f images_temp.txt
}
fill_description[dirs] = "${DEPLOY_DIR_IMAGE} ${WORKDIR}"