]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-test: Upgrade to 5.7
authorLauren Post <lauren.post@nxp.com>
Fri, 30 Sep 2016 15:14:50 +0000 (10:14 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 18 Oct 2016 18:26:14 +0000 (16:26 -0200)
- Makefile fixes to work with LDFLAG changes
- mxc_mmc_tty_test: Fix for null terminal setting and printf
- evtest - new sensor test
- memtool - Add i.MX 6ULL support
- mx6s_v4l2_capture:  Add 6ULL support
- mxc_vpu_test:  Add new IOCTL_VIDEOC_S_INPUT_CROP for 4.1 kernel
- mxc_vpu_test Support picture width height no multiple of 16
- mmdc, mxc_ipu_dev and mxc_vpu_test:  replace index with strchr

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.4.1.bb [deleted file]
recipes-bsp/imx-test/imx-test_5.7.bb [new file with mode: 0644]

diff --git a/recipes-bsp/imx-test/imx-test_5.4.1.bb b/recipes-bsp/imx-test/imx-test_5.4.1.bb
deleted file mode 100644 (file)
index b3bad70..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright (C) 2013-2016 Freescale Semiconductor
-
-include imx-test.inc
-
-SRC_URI[md5sum] = "fa1a5cdcfbdd6a3fed0ab4a5fd1f97bc"
-SRC_URI[sha256sum] = "997ec10bdc6991e9687a2c2fa5816bb50b08d73bcfe4093f988a7cac4bf0b06a"
-
-SRC_URI += "file://0001-imx-test-Fix-Makefiles-to-handle-library-dependencie.patch"
-
-PR = "r1"
-
-COMPATIBLE_MACHINE = "(mx6|mx6ul|mx7)"
diff --git a/recipes-bsp/imx-test/imx-test_5.7.bb b/recipes-bsp/imx-test/imx-test_5.7.bb
new file mode 100644 (file)
index 0000000..d9eaea8
--- /dev/null
@@ -0,0 +1,8 @@
+# Copyright (C) 2013-2016 Freescale Semiconductor
+
+include imx-test.inc
+
+SRC_URI[md5sum] = "bf55f7c2c9fd6664d640557f7cd107a1"
+SRC_URI[sha256sum] = "d7a503112098befc91c4d256d8683ca11eb4246123f4e57cf2df498791294888"
+
+COMPATIBLE_MACHINE = "(mx6|mx6ul|mx7)"