diff options
Diffstat (limited to 'meta-xilinx-standalone-sdt/recipes-libraries/xilffs-example_2024.1.bb')
| -rw-r--r-- | meta-xilinx-standalone-sdt/recipes-libraries/xilffs-example_2024.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-standalone-sdt/recipes-libraries/xilffs-example_2024.1.bb b/meta-xilinx-standalone-sdt/recipes-libraries/xilffs-example_2024.1.bb index cae39d17..74fbcc69 100644 --- a/meta-xilinx-standalone-sdt/recipes-libraries/xilffs-example_2024.1.bb +++ b/meta-xilinx-standalone-sdt/recipes-libraries/xilffs-example_2024.1.bb | |||
| @@ -25,7 +25,7 @@ do_install() { | |||
| 25 | 25 | ||
| 26 | do_deploy() { | 26 | do_deploy() { |
| 27 | install -d ${DEPLOYDIR}/${BPN}/ | 27 | install -d ${DEPLOYDIR}/${BPN}/ |
| 28 | install -Dm 0644 ${WORKDIR}/package/${base_libdir}/firmware/*.elf ${DEPLOYDIR}/${BPN}/ | 28 | install -Dm 0644 ${PKGD}/${base_libdir}/firmware/*.elf ${DEPLOYDIR}/${BPN}/ |
| 29 | } | 29 | } |
| 30 | addtask deploy before do_build after do_package | 30 | addtask deploy before do_build after do_package |
| 31 | 31 | ||
