diff options
author | Lauren Post <lauren.post@nxp.com> | 2016-09-30 10:14:50 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-10-18 16:26:14 -0200 |
commit | ea526357128e51e27bdb252067578f348b2cd874 (patch) | |
tree | 5e8f0d30d8beee0ef7e766e62c76e3e692b8767b /recipes-bsp | |
parent | 290b4cd2e6a059b5a7059b026fe10b87d073acbf (diff) | |
download | meta-freescale-ea526357128e51e27bdb252067578f348b2cd874.tar.gz |
imx-test: Upgrade to 5.7
- 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>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/imx-test/imx-test_5.4.1.bb | 12 | ||||
-rw-r--r-- | recipes-bsp/imx-test/imx-test_5.7.bb | 8 |
2 files changed, 8 insertions, 12 deletions
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 index b3bad70f..00000000 --- a/recipes-bsp/imx-test/imx-test_5.4.1.bb +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | # Copyright (C) 2013-2016 Freescale Semiconductor | ||
2 | |||
3 | include imx-test.inc | ||
4 | |||
5 | SRC_URI[md5sum] = "fa1a5cdcfbdd6a3fed0ab4a5fd1f97bc" | ||
6 | SRC_URI[sha256sum] = "997ec10bdc6991e9687a2c2fa5816bb50b08d73bcfe4093f988a7cac4bf0b06a" | ||
7 | |||
8 | SRC_URI += "file://0001-imx-test-Fix-Makefiles-to-handle-library-dependencie.patch" | ||
9 | |||
10 | PR = "r1" | ||
11 | |||
12 | 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 index 00000000..d9eaea89 --- /dev/null +++ b/recipes-bsp/imx-test/imx-test_5.7.bb | |||
@@ -0,0 +1,8 @@ | |||
1 | # Copyright (C) 2013-2016 Freescale Semiconductor | ||
2 | |||
3 | include imx-test.inc | ||
4 | |||
5 | SRC_URI[md5sum] = "bf55f7c2c9fd6664d640557f7cd107a1" | ||
6 | SRC_URI[sha256sum] = "d7a503112098befc91c4d256d8683ca11eb4246123f4e57cf2df498791294888" | ||
7 | |||
8 | COMPATIBLE_MACHINE = "(mx6|mx6ul|mx7)" | ||