From 2c98fa11ccf33b6d9a550bebf50d2a2a876f9afb Mon Sep 17 00:00:00 2001 From: Andreas Galauner Date: Fri, 22 Feb 2019 14:09:49 -0800 Subject: pmu-firmware: Fix pmu-firmware build to include backend code for ZynqMP FPGA configuration 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. Reviewed-by: Luca Ceresoli Tested-by: Luca Ceresoli Signed-off-by: Andreas Galauner Signed-off-by: Manjukumar Matha --- .../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 847e0718..3432c1f2 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}" -- cgit v1.2.3-54-g00ecf