mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
baremetal-helloworld: Fix IMGDEPLOYDIR expansion
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. (From OE-Core rev: 06ed491e30b47b8c5f89746e890519dd7de800fd) Signed-off-by: Alejandro Hernandez Samaniego <alejandro@enedino.org> Signed-off-by: Alejandro Hernandez Samaniego <alhe@linux.microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
87a2e7c43d
commit
48a8eb0fc2
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user