]> code.ossystems Code Review - meta-freescale.git/commitdiff
aiopsl: fix missing path
authorChunrong Guo <chunrong.guo@nxp.com>
Wed, 13 Nov 2019 06:00:48 +0000 (14:00 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 19 Nov 2019 22:25:13 +0000 (19:25 -0300)
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
recipes-dpaa2/aiopsl/aiopsl_git.bb

index 57b2c25390820bccb2d5d7ddce175c7e7d440dfa..a1b0028938e5176e88a025da2eee0350b63e9113 100644 (file)
@@ -19,7 +19,7 @@ DEMOS_PATH_ls1088a = "LS1088A"
 do_install () {
     install -d ${D}/usr/aiop/bin
     install -d ${D}/usr/aiop/
-    cp -rf ${S}/demos/images/  ${D}/usr/aiop/bin
+    cp -rf ${S}/demos/images/*  ${D}/usr/aiop/bin
     cp -rf ${S}/misc/setup/scripts ${D}/usr/aiop/
     cp -rf ${S}/misc/setup/traffic_files/ ${D}/usr/aiop/
 }