[meta-freescale] [PATCH 03/10] dpl-examples: install dtb files in custom folder

Chunrong Guo B40290 at freescale.com
Thu Oct 19 01:31:30 PDT 2017


From: Chunrong Guo <chunrong.guo at nxp.com>

* fix missing dtb files in custom path

Signed-off-by: Chunrong Guo <chunrong.guo at nxp.com>
---
 recipes-dpaa2/dpl-examples/dpl-examples_git.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-dpaa2/dpl-examples/dpl-examples_git.bb b/recipes-dpaa2/dpl-examples/dpl-examples_git.bb
index 9991d40..6ec067d 100644
--- a/recipes-dpaa2/dpl-examples/dpl-examples_git.bb
+++ b/recipes-dpaa2/dpl-examples/dpl-examples_git.bb
@@ -17,11 +17,13 @@ REGLEX_ls1088a = "ls1088a"
 do_install () {
     install -d ${D}/boot
     install -m 644 ${S}/${REGLEX}/RDB/*.dtb ${D}/boot
+    install -m 644 ${S}/${REGLEX}/RDB/custom/*.dtb ${D}/boot
 }
 
 do_deploy () {
     install -d ${DEPLOYDIR}/dpl-examples
     install -m 644 ${S}/${REGLEX}/RDB/*.dtb ${DEPLOYDIR}/dpl-examples
+    install -m 644 ${S}/${REGLEX}/RDB/custom/*.dtb ${DEPLOYDIR}/dpl-examples
 }
 addtask deploy before do_build after do_install
 
-- 
1.9.0



More information about the meta-freescale mailing list