From: Chunrong Guo <chunrong....@nxp.com> *include the following changes a6c8375 - Merge pull request #151 in DPAA2/dpl-examples from ls1088a to master 804d48a - ls1088a: add custom DPC with 4M bman buffers b51acbb - Merge pull request #148 in DPAA2/dpl-examples from ls1088a to master 3fe5c1a - ls1088a: Added DPNI@1 connected to DPMAC@2 05e9c76 - Merge pull request #141 in DPAA2/dpl-examples from ls2088a to master 89dfc05 - Merge pull request #140 in DPAA2/dpl-examples from ls1088a to master 8086cca - ls1088a: Added DPC and DPL for backplane support cf5aecb - ls2088a: Added DPC and DPL for backplane support 759cbc9 - add root LICENSE file 365f259 - add root LICENSE file
Signed-off-by: Chunrong Guo <chunrong....@nxp.com> --- recipes-dpaa2/dpl-examples/dpl-examples_git.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes-dpaa2/dpl-examples/dpl-examples_git.bb b/recipes-dpaa2/dpl-examples/dpl-examples_git.bb index d6d668b..2e57d19 100644 --- a/recipes-dpaa2/dpl-examples/dpl-examples_git.bb +++ b/recipes-dpaa2/dpl-examples/dpl-examples_git.bb @@ -7,7 +7,7 @@ DEPENDS = "dtc-native" inherit deploy SRC_URI = "git://github.com/qoriq-open-source/dpl-examples.git;nobranch=1" -SRCREV = "592fc2fd1f13107c8a4ae8070fed11a5f8d10471" +SRCREV = "a6c83759c0d9c02822eec89e86357a0998ef51d4" S = "${WORKDIR}/git" @@ -17,11 +17,14 @@ REGLEX_ls1088a = "ls1088a" do_install () { install -d ${D}/boot install -m 644 ${S}/${REGLEX}/RDB/*.dtb ${D}/boot + } do_deploy () { install -d ${DEPLOYDIR}/dpl-examples + install -d ${DEPLOYDIR}/dpl-examples/${REGLEX}/RDB/custom install -m 644 ${S}/${REGLEX}/RDB/*.dtb ${DEPLOYDIR}/dpl-examples + install -m 644 ${S}/${REGLEX}/RDB/custom/*.dtb ${DEPLOYDIR}/dpl-examples/${REGLEX}/RDB/custom } 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