[meta-xilinx] [PATCH] Fix pmu-firmware build to include backend code for ZynqMP FPGA configuration
Andreas Galauner
andreas at galauner.de
Fri Jan 4 15:01:07 PST 2019
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 <andreas at galauner.de>
---
.../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
More information about the meta-xilinx
mailing list