summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-test/imx-test.inc
diff options
context:
space:
mode:
authorLauren Post <lauren.post@freescale.com>2013-10-01 11:39:07 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2013-10-30 14:25:35 -0200
commit795e6fcebd82311ebb467cefba575d173dc33303 (patch)
tree9f39424da4a4adbdcd270ce05cbde1566f90bd03 /recipes-bsp/imx-test/imx-test.inc
parent8e1b19c405bd35cacd13a4fe1c91c8cd85b9910a (diff)
downloadmeta-fsl-arm-795e6fcebd82311ebb467cefba575d173dc33303.tar.gz
imx-test: Upgrade to 3.10.9-1.0.0
imx-test includes exclusion for imx6 solo lite for vpu test cases and inclusion on epdc test cases Previous patches on imx-test have been applied to imx-test package Update to handle 3.10 kernel uapi directory which has the mxc headers Change-Id: Ifc98af6ca1c035879dba0ccb94ade5e0b276db03 Signed-off-by: Lauren Post <lauren.post@freescale.com>
Diffstat (limited to 'recipes-bsp/imx-test/imx-test.inc')
-rw-r--r--recipes-bsp/imx-test/imx-test.inc18
1 files changed, 11 insertions, 7 deletions
diff --git a/recipes-bsp/imx-test/imx-test.inc b/recipes-bsp/imx-test/imx-test.inc
index fb3745d..052e356 100644
--- a/recipes-bsp/imx-test/imx-test.inc
+++ b/recipes-bsp/imx-test/imx-test.inc
@@ -1,25 +1,32 @@
1SUMMARY = "Test programs for IMX BSP" 1SUMMARY = "Test programs for IMX BSP"
2DESCRIPTION = "Unit tests for the IMX BSP" 2DESCRIPTION = "Unit tests for the IMX BSP"
3SECTION = "base" 3SECTION = "base"
4DEPENDS = "virtual/kernel imx-lib" 4DEPENDS_mx5 = "virtual/kernel imx-lib imx-vpu"
5DEPENDS_append_mx5 = " imx-vpu" 5DEPENDS_mx6q = "virtual/kernel imx-lib imx-vpu"
6DEPENDS_mx6dl = "virtual/kernel imx-lib imx-vpu"
7DEPENDS_mx6s = "virtual/kernel imx-lib imx-vpu"
8DEPENDS_mx6sl = "virtual/kernel imx-lib"
9
6LICENSE = "GPLv2" 10LICENSE = "GPLv2"
7LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" 11LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
8 12
9INC_PR = "r7" 13INC_PR = "r7"
10 14
11PLATFORM_mx6 = "IMX6Q" 15PLATFORM_mx6 = "IMX6Q"
16PLATFORM_mx6sl = "IMX6S"
12PLATFORM_mx53 = "IMX53" 17PLATFORM_mx53 = "IMX53"
13PLATFORM_mx51 = "IMX51" 18PLATFORM_mx51 = "IMX51"
14 19
15SRC_URI = "${FSL_MIRROR}/imx-test-${PV}.tar.gz \ 20SRC_URI = "${FSL_MIRROR}/imx-test-${PV}.tar.gz \
16 file://clocks.sh \ 21 file://clocks.sh"
17 file://mxc_x11_test-exclude-IMX-5-6-platforms.patch"
18 22
19INHIBIT_PACKAGE_DEBUG_SPLIT = "1" 23INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
20 24
21INCLUDE_DIR="-I${STAGING_INCDIR} \ 25INCLUDE_DIR="-I${STAGING_INCDIR} \
26 -I${S}/include \
27 -I${STAGING_KERNEL_DIR}/include/uapi \
22 -I${STAGING_KERNEL_DIR}/include \ 28 -I${STAGING_KERNEL_DIR}/include \
29 -I${STAGING_KERNEL_DIR}/arch/arm/include \
23 -I${STAGING_KERNEL_DIR}/drivers/mxc/security/rng/include \ 30 -I${STAGING_KERNEL_DIR}/drivers/mxc/security/rng/include \
24 -I${STAGING_KERNEL_DIR}/drivers/mxc/security/sahara2/include" 31 -I${STAGING_KERNEL_DIR}/drivers/mxc/security/sahara2/include"
25 32
@@ -34,9 +41,6 @@ do_install() {
34 install -m 755 test-utils.sh ${D}/unit_tests/test-utils.sh 41 install -m 755 test-utils.sh ${D}/unit_tests/test-utils.sh
35 install -m 0755 ${WORKDIR}/clocks.sh ${D}/unit_tests/clocks.sh 42 install -m 0755 ${WORKDIR}/clocks.sh ${D}/unit_tests/clocks.sh
36 install -m 755 ${S}/platform/${PLATFORM}/* ${D}/unit_tests/ 43 install -m 755 ${S}/platform/${PLATFORM}/* ${D}/unit_tests/
37 if [ -e ${S}/test/mxc_vpu_test/mxc-vpu-test.out ]; then
38 install -m 755 ${S}/test/mxc_vpu_test/configs/* ${D}/unit_tests/
39 fi
40} 44}
41 45
42FILES_${PN} += "/unit_tests" 46FILES_${PN} += "/unit_tests"