From 46e5dba32244200ec5cde4832c19f3a532c5e078 Mon Sep 17 00:00:00 2001 From: Lauren Post Date: Thu, 16 Jul 2015 14:22:47 -0500 Subject: 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 Signed-off-by: Otavio Salvador --- recipes-bsp/imx-test/imx-test.inc | 3 +++ recipes-bsp/imx-test/imx-test_3.14.28-1.0.0.bb | 13 ------------- recipes-bsp/imx-test/imx-test_5.0.bb | 11 +++++++++++ 3 files changed, 14 insertions(+), 13 deletions(-) delete mode 100644 recipes-bsp/imx-test/imx-test_3.14.28-1.0.0.bb create mode 100644 recipes-bsp/imx-test/imx-test_5.0.bb (limited to 'recipes-bsp') diff --git a/recipes-bsp/imx-test/imx-test.inc b/recipes-bsp/imx-test/imx-test.inc index cba72f58..12cf0e1d 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" 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 index fc2ad1d5..00000000 --- a/recipes-bsp/imx-test/imx-test_3.14.28-1.0.0.bb +++ /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 index 00000000..90e34d57 --- /dev/null +++ b/recipes-bsp/imx-test/imx-test_5.0.bb @@ -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)" -- cgit v1.2.3-54-g00ecf