]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-test: Upgrade to 5.0 version
authorLauren Post <lauren.post@freescale.com>
Thu, 16 Jul 2015 19:22:47 +0000 (14:22 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 29 Jul 2015 02:26:59 +0000 (23:26 -0300)
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>
recipes-bsp/imx-test/imx-test.inc
recipes-bsp/imx-test/imx-test_3.14.28-1.0.0.bb [deleted file]
recipes-bsp/imx-test/imx-test_5.0.bb [new file with mode: 0644]

index cba72f585a20a75019f56125ed52b8d356d9e427..12cf0e1d66d860871d774f539516b2cafb7de54e 100644 (file)
@@ -9,6 +9,8 @@ DEPENDS_mx6dl = "virtual/kernel imx-lib imx-vpu"
 DEPENDS_mx6sl = "virtual/kernel imx-lib"
 DEPENDS_mx6sx = "virtual/kernel imx-lib"
 DEPENDS_mxs   = "virtual/kernel"
+DEPENDS_mx7   = "virtual/kernel imx-lib"
+
 
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
@@ -27,6 +29,7 @@ PLATFORM_mx6sl = "IMX6SL"
 PLATFORM_mx6sx = "IMX6SX"
 PLATFORM_mx53 = "IMX53"
 PLATFORM_mx51 = "IMX51"
+PLATFORM_mx7 = "IMX7D"
 
 # Required so the fixdep binary is generated
 addtask make_scripts after do_patch before do_compile
diff --git a/recipes-bsp/imx-test/imx-test_3.14.28-1.0.0.bb b/recipes-bsp/imx-test/imx-test_3.14.28-1.0.0.bb
deleted file mode 100644 (file)
index fc2ad1d..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright (C) 2013-2015 Freescale Semiconductor
-
-include imx-test.inc
-
-SRC_URI_append_mx5 = " file://revert_epdc_hdr_change.patch \
-                       file://clocks.sh"
-SRC_URI_append_mxs = " file://revert_epdc_hdr_change.patch \
-                       file://clocks.sh"
-
-SRC_URI[md5sum] = "f349aed49830a21cc75d305b06979205"
-SRC_URI[sha256sum] = "ea3d572e82a374bcfc9acc654b66262cd97a246ffec9fb9fc458b19a02512723"
-
-COMPATIBLE_MACHINE = "(mxs|mx5|mx6)"
diff --git a/recipes-bsp/imx-test/imx-test_5.0.bb b/recipes-bsp/imx-test/imx-test_5.0.bb
new file mode 100644 (file)
index 0000000..90e34d5
--- /dev/null
@@ -0,0 +1,11 @@
+# Copyright (C) 2013-2015 Freescale Semiconductor
+
+include imx-test.inc
+
+SRC_URI_append_mx5 = " file://clocks.sh"
+SRC_URI_append_mxs = " file://clocks.sh"
+
+SRC_URI[md5sum] = "9a44d97f9133cfb933351cf57fe68bb1"
+SRC_URI[sha256sum] = "d78c3c0c5f4b74e4efb625b030cd2bb9499143358140e64d2f4f0bba10904a9c"
+
+COMPATIBLE_MACHINE = "(mxs|mx5|mx6|mx7)"