diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-11-13 14:00:48 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-11-19 19:25:13 -0300 |
commit | 1db79a1dbe1f6835986196b4570ee70eccd35a64 (patch) | |
tree | 518443db2ef5b73e0d437dd150c5c678fd7f013f /recipes-dpaa2/aiopsl | |
parent | c9d338ebde2d75a1d364515d7ef3ac71aaf716df (diff) | |
download | meta-freescale-1db79a1dbe1f6835986196b4570ee70eccd35a64.tar.gz |
aiopsl: fix missing path
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Diffstat (limited to 'recipes-dpaa2/aiopsl')
-rw-r--r-- | recipes-dpaa2/aiopsl/aiopsl_git.bb | 2 |
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" | |||
19 | do_install () { | 19 | do_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 | } |