From 5106a192deacf2c0c08f3f4aa9a9f79ca69e6abe Mon Sep 17 00:00:00 2001 From: Lauren Post Date: Thu, 31 Mar 2016 10:25:33 -0500 Subject: [PATCH] imx-test: Upgrade to 5.4 version - 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 Signed-off-by: Otavio Salvador --- recipes-bsp/imx-test/imx-test_5.3.bb | 8 -------- recipes-bsp/imx-test/imx-test_5.4.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 8 deletions(-) delete mode 100644 recipes-bsp/imx-test/imx-test_5.3.bb create mode 100644 recipes-bsp/imx-test/imx-test_5.4.bb 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 index ce57ae1b..00000000 --- a/recipes-bsp/imx-test/imx-test_5.3.bb +++ /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 index 00000000..de4e5bad --- /dev/null +++ b/recipes-bsp/imx-test/imx-test_5.4.bb @@ -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)" -- 2.40.1