From e765d9819bc8fc6755f6e1d2a076c7f6e002e62a Mon Sep 17 00:00:00 2001 From: Appana Durga Kedareswara rao Date: Tue, 7 Apr 2020 09:58:26 +0530 Subject: device-tree: Install psu_init files as well for zynqmp machines Install psu_init files for zynqmp machines these files are needed for building fsbl for corter5 processor use case as well. Signed-off-by: Appana Durga Kedareswara rao Signed-off-by: Mark Hatle --- meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend b/meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend index ab47f48f..a3f1c68b 100644 --- a/meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend +++ b/meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend @@ -21,7 +21,7 @@ DTC_FLAGS_append_xilinx-standalone = " -@" DT_INCLUDE_append_xilinx-standalone = " ${WORKDIR}/git/device_tree/data/kernel_dtsi/${XILINX_RELEASE_VERSION}/include/" -do_install_append_cortexa53-zynqmp(){ +do_install_append_zynqmp() { install -d ${D}${includedir}/devicetree install -m 0644 ${B}/${PN}/psu_init.c ${D}/${includedir}/devicetree/psu_init.c install -m 0644 ${B}/${PN}/psu_init.h ${D}/${includedir}/devicetree/psu_init.h -- cgit v1.2.3-54-g00ecf