summaryrefslogtreecommitdiffstats
path: root/recipes-dpaa2
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2019-11-13 14:00:48 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2019-11-19 19:25:13 -0300
commit1db79a1dbe1f6835986196b4570ee70eccd35a64 (patch)
tree518443db2ef5b73e0d437dd150c5c678fd7f013f /recipes-dpaa2
parentc9d338ebde2d75a1d364515d7ef3ac71aaf716df (diff)
downloadmeta-freescale-1db79a1dbe1f6835986196b4570ee70eccd35a64.tar.gz
aiopsl: fix missing path
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Diffstat (limited to 'recipes-dpaa2')
-rw-r--r--recipes-dpaa2/aiopsl/aiopsl_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-dpaa2/aiopsl/aiopsl_git.bb b/recipes-dpaa2/aiopsl/aiopsl_git.bb
index 57b2c253..a1b00289 100644
--- a/recipes-dpaa2/aiopsl/aiopsl_git.bb
+++ b/recipes-dpaa2/aiopsl/aiopsl_git.bb
@@ -19,7 +19,7 @@ DEMOS_PATH_ls1088a = "LS1088A"
19do_install () { 19do_install () {
20 install -d ${D}/usr/aiop/bin 20 install -d ${D}/usr/aiop/bin
21 install -d ${D}/usr/aiop/ 21 install -d ${D}/usr/aiop/
22 cp -rf ${S}/demos/images/ ${D}/usr/aiop/bin 22 cp -rf ${S}/demos/images/* ${D}/usr/aiop/bin
23 cp -rf ${S}/misc/setup/scripts ${D}/usr/aiop/ 23 cp -rf ${S}/misc/setup/scripts ${D}/usr/aiop/
24 cp -rf ${S}/misc/setup/traffic_files/ ${D}/usr/aiop/ 24 cp -rf ${S}/misc/setup/traffic_files/ ${D}/usr/aiop/
25} 25}