From: Chunrong Guo <chunrong....@nxp.com>

* fix missing dtb files in custom path

Signed-off-by: Chunrong Guo <chunrong....@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

-- 
_______________________________________________
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale

Reply via email to