summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-test/imx-test.inc
diff options
context:
space:
mode:
authorLauren Post <lauren.post@freescale.com>2015-07-16 14:22:47 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2015-07-28 14:07:16 -0300
commitfe304aee8fafe4bf92815d02996f2f6712958382 (patch)
tree0dce5c507a7eeec8ed668d775b53be83d969de7c /recipes-bsp/imx-test/imx-test.inc
parentb29945421f9a94bcf6234a8d4a100b9fd77d2f89 (diff)
downloadmeta-fsl-arm-fe304aee8fafe4bf92815d02996f2f6712958382.tar.gz
imx-test: Upgrade to 5.0 version
Released with 3.14.38-6QP_beta release. This version change creates independence from BSP version. This will avoid confusion on future BSP updates that don't include imx-test changes. - Include support for MX7 - Rework makefiles for legacy machines to avoid rework with new chips. - DCIC fix for system hangs - MMDC support for 6QP and revision checks and higher granularity with ms. - EPDC deprecate old driver and add v2 unit test - remove patches for legacy. - V4L2 fixes for v4l2_buffer user pointer Create the mx7 SoC family to the COMPATIBLE_MACHINE in recipe. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/imx-test/imx-test.inc')
-rw-r--r--recipes-bsp/imx-test/imx-test.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-bsp/imx-test/imx-test.inc b/recipes-bsp/imx-test/imx-test.inc
index cba72f5..12cf0e1 100644
--- a/recipes-bsp/imx-test/imx-test.inc
+++ b/recipes-bsp/imx-test/imx-test.inc
@@ -9,6 +9,8 @@ DEPENDS_mx6dl = "virtual/kernel imx-lib imx-vpu"
9DEPENDS_mx6sl = "virtual/kernel imx-lib" 9DEPENDS_mx6sl = "virtual/kernel imx-lib"
10DEPENDS_mx6sx = "virtual/kernel imx-lib" 10DEPENDS_mx6sx = "virtual/kernel imx-lib"
11DEPENDS_mxs = "virtual/kernel" 11DEPENDS_mxs = "virtual/kernel"
12DEPENDS_mx7 = "virtual/kernel imx-lib"
13
12 14
13LICENSE = "GPLv2" 15LICENSE = "GPLv2"
14LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" 16LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
@@ -27,6 +29,7 @@ PLATFORM_mx6sl = "IMX6SL"
27PLATFORM_mx6sx = "IMX6SX" 29PLATFORM_mx6sx = "IMX6SX"
28PLATFORM_mx53 = "IMX53" 30PLATFORM_mx53 = "IMX53"
29PLATFORM_mx51 = "IMX51" 31PLATFORM_mx51 = "IMX51"
32PLATFORM_mx7 = "IMX7D"
30 33
31# Required so the fixdep binary is generated 34# Required so the fixdep binary is generated
32addtask make_scripts after do_patch before do_compile 35addtask make_scripts after do_patch before do_compile