diff options
author | Daiane Angolini <daiane.angolini@freescale.com> | 2013-09-16 10:24:58 -0300 |
---|---|---|
committer | Gerrit Code Review <gerrit2@code.ossystems.com.br> | 2013-09-18 16:55:45 +0000 |
commit | f6b8f1ea9fd9d721f7f05bb519aaf214c97f4978 (patch) | |
tree | 4f94a798c3b0b4cff10487c9f15528fff9fd450c /meta-fsl-arm/recipes-bsp/imx-test | |
parent | a34deed319faef41b523ae0c2bdf4e27616e05eb (diff) | |
download | meta-freescale-f6b8f1ea9fd9d721f7f05bb519aaf214c97f4978.tar.gz |
imx-test: Install vpu config and media files
Files (config_dec, config_enc, config_encdec,
config_net) are used to configure mxc-vpu-test.out
And file akiyo.mp4 is a sample media file used
for mxc_vpu_test.out
Fixes [YOCTO: #4185]
Change-Id: I4a09988319440d75bf2c72d2f9351fa58a9804f4
Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
Diffstat (limited to 'meta-fsl-arm/recipes-bsp/imx-test')
-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" |