Hi Mark, I use U-Boot SPL, so the u-boot binary includes pmu-firmware. In my case, the U-Boot SPL injects also the PM configuration object. So far (gatesgarth), u-boot had multiconfig dependency:
do_compile[mcdepends] = "multiconfig::pmu:pmu-firmware:do_deploy" and thinks worked smoothly. I aligned the names and the local.conf with your new naming (according to meta-xilinx-standalone). So, the new dependency is: do_compile[mcdepends] = "multiconfig:microblaze-zynqmp-pmu:zynqmp-pmufw:pmu-firmware:do_deploy" However, after your work, I get an error when I try to build an image for zynqmp: NOTE: Resolving any missing task queue dependencies ERROR: Nothing PROVIDES 'pmu-firmware' pmu-firmware was skipped: incompatible with host aarch64-poky-linux (not in COMPATIBLE_HOST) pmu-firmware was skipped: incompatible with host aarch64-xilinx-elf (not in COMPATIBLE_HOST) pmu-firmware was skipped: incompatible with host aarch64-xilinx-elf (not in COMPATIBLE_HOST How should I address that? U-Boot is properly looking for ..tmp-microblaze-zynqmp-pmufw/deploy/images/falcon-zynqmp/pmu-firmware-zynqmp-pmu.bin which hasn't been built yet. Regards, Adrian
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#4901): https://lists.yoctoproject.org/g/meta-xilinx/message/4901 Mute This Topic: https://lists.yoctoproject.org/mt/84870075/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-xilinx/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
