]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-test: Upgrade to 5.4 version
authorLauren Post <lauren.post@nxp.com>
Thu, 31 Mar 2016 15:25:33 +0000 (10:25 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 19 Apr 2016 18:06:34 +0000 (15:06 -0300)
- Restructure to support building all test cases on all machines
     regardless of harware support
- mx6s_v4l2_capture: Fix resource leak reported by coverity
- memtool: Fix string not null - Fix resource leak problem reported by coverity
- mxc_i2c_slave_test: Fix argument cannot be negative problem reported by coverity
- mxc_spi_test1:  Fix resource leak problems reported by coverity.
- mxc_vpu_test:  Encode and decode MPEG file in one app failed with return value
- mxc_v4l2_capture: Handle usb camera restriction which does not support CROP feature
- mxc_mlb_test: Fix out of bounds access reported by coverity
- soc_check:  Remove unnecessary operation in soc_check.h
- mxc_epdc_v2_fb: Initialize upd_data.dither_mode to 0 to avoid the spurious
"unsupported quantization bit number" error message.
- mxc_sim_test: When sim card doesn't exist, no atr can be received. The application
should directly return with corresponding error value.
- Remove legacy platform restriction to shell scripts - only support mx6 and mx7 SoC now.

Signed-off-by: Lauren Post <lauren.post@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-bsp/imx-test/imx-test_5.3.bb [deleted file]
recipes-bsp/imx-test/imx-test_5.4.bb [new file with mode: 0644]

diff --git a/recipes-bsp/imx-test/imx-test_5.3.bb b/recipes-bsp/imx-test/imx-test_5.3.bb
deleted file mode 100644 (file)
index ce57ae1..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright (C) 2013-2015 Freescale Semiconductor
-
-include imx-test.inc
-
-SRC_URI[md5sum] = "b5d156c4766f06135bfdbf83dc708373"
-SRC_URI[sha256sum] = "a7c8aefb57c59883349cef755dc64b09b14af20e20a6a7554828cf6d7347b40e"
-
-COMPATIBLE_MACHINE = "(mx6|mx6ul|mx7)"
diff --git a/recipes-bsp/imx-test/imx-test_5.4.bb b/recipes-bsp/imx-test/imx-test_5.4.bb
new file mode 100644 (file)
index 0000000..de4e5ba
--- /dev/null
@@ -0,0 +1,21 @@
+# Copyright (C) 2013-2016 Freescale Semiconductor
+
+include imx-test.inc
+
+DEPENDS_mx6q += "${@base_contains('DISTRO_FEATURES', 'x11', \
+                   ' libx11 libxdamage libxrender libxrandr', '', d)}"
+DEPENDS_mx6dl += "${@base_contains('DISTRO_FEATURES', 'x11', \
+                   ' libx11 libxdamage libxrender libxrandr', '', d)}"
+DEPENDS_mx6sl += "${@base_contains('DISTRO_FEATURES', 'x11', \
+                   ' libx11 libxdamage libxrender libxrandr', '', d)}"
+DEPENDS_mx6sx += "${@base_contains('DISTRO_FEATURES', 'x11', \
+                   ' libx11 libxdamage libxrender libxrandr', '', d)}"
+DEPENDS_mx6ul += "${@base_contains('DISTRO_FEATURES', 'x11', \
+                   ' libx11 libxdamage libxrender libxrandr', '', d)}"
+DEPENDS_mx7d += "${@base_contains('DISTRO_FEATURES', 'x11', \
+                   ' libx11 libxdamage libxrender libxrandr', '', d)}"
+
+SRC_URI[md5sum] = "46ddd6d1631cc0f7328383e13632d5bb"
+SRC_URI[sha256sum] = "cae6ec9b4d5cc1c402a7683cc8c2c35cccdd9598283caefcea2804baa47a15b6"
+
+COMPATIBLE_MACHINE = "(mx6|mx6ul|mx7)"