diff options
author | 2019-02-22 14:09:49 -0800 | |
---|---|---|
committer | 2019-03-04 12:45:38 -0800 | |
commit | 2c98fa11ccf33b6d9a550bebf50d2a2a876f9afb (patch) | |
tree | 917d2c49d577ab74a295543408b5b3d075e38ba7 | |
parent | 225f49ec679760dd7ec3733472e40ff337199778 (diff) | |
download | meta-xilinx-2c98fa11ccf33b6d9a550bebf50d2a2a876f9afb.tar.gz meta-xilinx-2c98fa11ccf33b6d9a550bebf50d2a2a876f9afb.tar.bz2 meta-xilinx-2c98fa11ccf33b6d9a550bebf50d2a2a876f9afb.zip |
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 <luca@lucaceresoli.net>
Tested-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Andreas Galauner <andreas@galauner.de>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
-rw-r--r-- | meta-xilinx-standalone/recipes-standalone/pmu-firmware/pmu-firmware_2018.3.bb | 3 |
1 files changed, 3 insertions, 0 deletions
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}" |