diff options
Diffstat (limited to 'meta-fsl-arm/recipes-bsp/imx-test/imx-test.inc')
-rw-r--r-- | meta-fsl-arm/recipes-bsp/imx-test/imx-test.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-fsl-arm/recipes-bsp/imx-test/imx-test.inc b/meta-fsl-arm/recipes-bsp/imx-test/imx-test.inc index d30ee43e..b5535d6d 100644 --- a/meta-fsl-arm/recipes-bsp/imx-test/imx-test.inc +++ b/meta-fsl-arm/recipes-bsp/imx-test/imx-test.inc | |||
@@ -33,6 +33,9 @@ do_install() { | |||
33 | install -m 755 test-utils.sh ${D}/unit_tests/test-utils.sh | 33 | install -m 755 test-utils.sh ${D}/unit_tests/test-utils.sh |
34 | install -m 0755 ${WORKDIR}/clocks.sh ${D}/unit_tests/clocks.sh | 34 | install -m 0755 ${WORKDIR}/clocks.sh ${D}/unit_tests/clocks.sh |
35 | install -m 755 ${S}/platform/${PLATFORM}/* ${D}/unit_tests/ | 35 | install -m 755 ${S}/platform/${PLATFORM}/* ${D}/unit_tests/ |
36 | if [ -e ${S}/test/mxc_vpu_test/mxc-vpu-test.out ]; then | ||
37 | install -m 755 ${S}/test/mxc_vpu_test/configs/* ${D}/unit_tests/ | ||
38 | fi | ||
36 | } | 39 | } |
37 | 40 | ||
38 | FILES_${PN} += "/unit_tests" | 41 | FILES_${PN} += "/unit_tests" |