diff options
| -rw-r--r-- | meta-xilinx-standalone/recipes-applications/zynqmp-fsbl/zynqmp-fsbl_git.bb | 2 | ||||
| -rw-r--r-- | meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend | 8 |
2 files changed, 4 insertions, 6 deletions
diff --git a/meta-xilinx-standalone/recipes-applications/zynqmp-fsbl/zynqmp-fsbl_git.bb b/meta-xilinx-standalone/recipes-applications/zynqmp-fsbl/zynqmp-fsbl_git.bb index d0779e73..a2b7fa05 100644 --- a/meta-xilinx-standalone/recipes-applications/zynqmp-fsbl/zynqmp-fsbl_git.bb +++ b/meta-xilinx-standalone/recipes-applications/zynqmp-fsbl/zynqmp-fsbl_git.bb | |||
| @@ -4,7 +4,7 @@ ESW_COMPONENT_SRC = "/lib/sw_apps/zynqmp_fsbl/src" | |||
| 4 | 4 | ||
| 5 | DEPENDS += "xilstandalone xiltimer xilffs xilsecure xilpm device-tree" | 5 | DEPENDS += "xilstandalone xiltimer xilffs xilsecure xilpm device-tree" |
| 6 | 6 | ||
| 7 | PSU_INIT = "${RECIPE_SYSROOT}/boot/devicetree/psu_init*" | 7 | PSU_INIT = "${RECIPE_SYSROOT}/${includedir}/devicetree/psu_init*" |
| 8 | 8 | ||
| 9 | do_configure_prepend() { | 9 | do_configure_prepend() { |
| 10 | # Copy psu_init* files to fsbl source code | 10 | # Copy psu_init* files to fsbl source code |
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 71ed4971..80eea0d0 100644 --- a/meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend +++ b/meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend | |||
| @@ -22,9 +22,7 @@ DT_INCLUDE_append = " ${WORKDIR}/git/device_tree/data/kernel_dtsi/2019.2/include | |||
| 22 | 22 | ||
| 23 | 23 | ||
| 24 | do_install_append_cortexa53-zynqmp(){ | 24 | do_install_append_cortexa53-zynqmp(){ |
| 25 | install -d ${D}/var | 25 | install -d ${D}${includedir}/devicetree |
| 26 | install -m 0644 ${B}/${PN}/psu_init.c ${D}/boot/devicetree/psu_init.c | 26 | install -m 0644 ${B}/${PN}/psu_init.c ${D}/${includedir}/devicetree/psu_init.c |
| 27 | install -m 0644 ${B}/${PN}/psu_init.h ${D}/boot/devicetree/psu_init.h | 27 | install -m 0644 ${B}/${PN}/psu_init.h ${D}/${includedir}/devicetree/psu_init.h |
| 28 | } | 28 | } |
| 29 | |||
| 30 | FILES_${PN}-psu-init = "/boot/devicetree/psu_init.*" | ||
