Move the appropriate backend code for the ZynqMP FPGA configuration from the interface subdirectory of the xilfpga library into the src directory so that the files are picked up by the Makefile. Otherwise the FPGA configuration code is non-functional.
Signed-off-by: Andreas Galauner <[email protected]> --- .../recipes-standalone/pmu-firmware/pmu-firmware_2018.3.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-xilinx-standalone/recipes-standalone/pmu-firmware/pmu-firmware_2018.3.bb b/meta-xilinx-standalone/recipes-standalone/pmu-firmware/pmu-firmware_2018.3.bb index 847e071..3432c1f 100644 --- a/meta-xilinx-standalone/recipes-standalone/pmu-firmware/pmu-firmware_2018.3.bb +++ b/meta-xilinx-standalone/recipes-standalone/pmu-firmware/pmu-firmware_2018.3.bb @@ -23,6 +23,9 @@ do_configure() { # manually do the copy_bsp step first, so as to be able to fix up use of # mb-* commands ${S}/../misc/copy_bsp.sh + + # fix xilfpga to include the zynqmp backend + mv ${S}/../misc/zynqmp_pmufw_bsp/psu_pmu_0/libsrc/xilfpga/src/interface/zynqmp/* ${S}/../misc/zynqmp_pmufw_bsp/psu_pmu_0/libsrc/xilfpga/src } COMPILER = "${CC}" -- 2.20.1 -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
