From 1db79a1dbe1f6835986196b4570ee70eccd35a64 Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Wed, 13 Nov 2019 14:00:48 +0800 Subject: [PATCH] aiopsl: fix missing path Signed-off-by: Chunrong Guo --- recipes-dpaa2/aiopsl/aiopsl_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" 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/ } -- 2.40.1