The path specified is the internal firmware path.  This could be in a the
current deploy directory, a multiconfig deploy directory or some other place
directly specified by the user.

When using the sstate-cache, the build of the component in the a multiconfig
directory can be skipped, causing an error to find the component.

Instead we want to use OUR deploy directory, which will always have a copy
of the pmu firmware, no matter how it was constructed or packaged.

Signed-off-by: Mark Hatle <[email protected]>
---
 meta-xilinx-core/conf/machine/zynqmp-generic.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-xilinx-core/conf/machine/zynqmp-generic.conf 
b/meta-xilinx-core/conf/machine/zynqmp-generic.conf
index 055c7e5b..b5a2f832 100644
--- a/meta-xilinx-core/conf/machine/zynqmp-generic.conf
+++ b/meta-xilinx-core/conf/machine/zynqmp-generic.conf
@@ -150,7 +150,7 @@ QB_PMU_OPT = " \
     -display none \
     -hw-dtb ${QEMU_HW_DTB_PMU} \
     -kernel ${PMU_ROM} \
-    -device 
loader,file=${PMU_FIRMWARE_DEPLOY_DIR}/${PMU_FIRMWARE_IMAGE_NAME}.elf \
+    -device loader,file=${DEPLOY_DIR_IMAGE}/${PMU_FIRMWARE_IMAGE_NAME}.elf \
     -device loader,addr=0xfd1a0074,data=0x1011003,data-len=4 \
     -device loader,addr=0xfd1a007C,data=0x1010f03,data-len=4 \
     "
-- 
2.34.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#5398): 
https://lists.yoctoproject.org/g/meta-xilinx/message/5398
Mute This Topic: https://lists.yoctoproject.org/mt/106609988/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-xilinx/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to