IMGDEPLOYDIR is not being expanded anymore, this causes do_rootfs to fail because it can't create the manifest file, we can set it to the default being set on image.bbclass since this is only a decoy function anyway to satisfy testimage, this makes do_rootfs happy and allows it to continue.
Signed-off-by: Alejandro Hernandez Samaniego <[email protected]> Signed-off-by: Alejandro Hernandez Samaniego <[email protected]> --- .../baremetal-examples/baremetal-helloworld_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-skeleton/recipes-baremetal/baremetal-examples/baremetal-helloworld_git.bb b/meta-skeleton/recipes-baremetal/baremetal-examples/baremetal-helloworld_git.bb index d8633702fc..e84a90f28c 100644 --- a/meta-skeleton/recipes-baremetal/baremetal-examples/baremetal-helloworld_git.bb +++ b/meta-skeleton/recipes-baremetal/baremetal-examples/baremetal-helloworld_git.bb @@ -37,6 +37,7 @@ do_install(){ # Borrowed from meta-freertos inherit rootfs-postcommands inherit deploy +IMGDEPLOYDIR ?= "${WORKDIR}/deploy-${PN}-image-complete" do_deploy[dirs] = "${DEPLOYDIR} ${DEPLOY_DIR_IMAGE}" do_rootfs[dirs] = "${DEPLOYDIR} ${DEPLOY_DIR_IMAGE}" DEPLOYDIR = "${IMGDEPLOYDIR}" -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#137541): https://lists.openembedded.org/g/openembedded-core/message/137541 Mute This Topic: https://lists.openembedded.org/mt/73315983/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
