diff options
Diffstat (limited to 'meta-xilinx-standalone-sdt/classes-recipe/esw_examples.bbclass')
| -rw-r--r-- | meta-xilinx-standalone-sdt/classes-recipe/esw_examples.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-standalone-sdt/classes-recipe/esw_examples.bbclass b/meta-xilinx-standalone-sdt/classes-recipe/esw_examples.bbclass index 9a94f3cd..2696cd00 100644 --- a/meta-xilinx-standalone-sdt/classes-recipe/esw_examples.bbclass +++ b/meta-xilinx-standalone-sdt/classes-recipe/esw_examples.bbclass | |||
| @@ -29,7 +29,7 @@ do_install() { | |||
| 29 | 29 | ||
| 30 | do_deploy() { | 30 | do_deploy() { |
| 31 | install -d ${DEPLOYDIR}/${BPN}/ | 31 | install -d ${DEPLOYDIR}/${BPN}/ |
| 32 | install -Dm 0644 ${WORKDIR}/package/${base_libdir}/firmware/*.elf ${DEPLOYDIR}/${BPN}/ | 32 | install -Dm 0644 ${PKGD}/${base_libdir}/firmware/*.elf ${DEPLOYDIR}/${BPN}/ |
| 33 | } | 33 | } |
| 34 | addtask deploy before do_build after do_package | 34 | addtask deploy before do_build after do_package |
| 35 | 35 | ||
