bitbake -e u-boot | grep ^PMU_FIRMWARE_DEPLOY_DIR (and
PMU_FIRMWARE_IMAGE_NAME)
but the config object in that directory so u-boot finds it during the build.
if providesbin and d.getVar("SOC_FAMILY") in ["zynqmp"]:
# setup PMU Firmware path via MAKEFLAGS
d.appendVar("EXTRA_OEMAKE", "
CONFIG_PMUFW_INIT_FILE=\"{0}\"".format("${PMU_FIRMWARE_DEPLOY_DIR}/${PMU_FIRMWARE_IMAGE_NAME}.bin"))
}
I think. I have a pmutmp and a pmutemp under my build directory (one is
wrong).
Philip
On 1/19/21 10:12 AM, Leon Woestenberg wrote:
> Hello Javier,
>
> On Tue, Jan 19, 2021 at 10:51 AM <[email protected]> wrote:
>
>> //Hundreds of lines that look like build commands
>
> Within these hundred lines, could you look (at the bottom few lines)
> for the failure that stopped the build?
>
> For example, in my case, this was the error:
>
> zcu102/build/tmp/work/zcu102_zynqmp-poky-linux/u-boot-xlnx/v2020.01-xilinx-v2020.2+gitAUTOINC+bb4660c33a-r0/git/Makefile:1842:
> recipe for target 'spl/u-boot-spl' failed
> | make[1]: *** [spl/u-boot-spl] Error 2
>
>> Am I still missing dependencies/layers/tools?
>
> It could be a dependency on the PMU stuff (on purpose vaguely defined
> while I am figuring this out myself).
>
> Regards,
>
> Leon.
>
>
>
>
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#4808):
https://lists.yoctoproject.org/g/meta-xilinx/message/4808
Mute This Topic: https://lists.yoctoproject.org/mt/79922814/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-xilinx/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-