summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauren Post <lauren.post@freescale.com>2015-04-02 15:38:35 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2015-04-09 08:57:12 -0300
commitc24c5ef88cf3c6527e4ada2087952205e435da26 (patch)
tree877737c815e56f8011ec31088afb1eac38dbb136
parentf0ac2b7b3632cabfa8e9e42762e6bb98600264bf (diff)
downloadmeta-fsl-arm-c24c5ef88cf3c6527e4ada2087952205e435da26.tar.gz
imx-test: Upgrade to version 3.14.28-1.0.0 GA
mmdc: Change the mmdc tool granularity mx6s_capture: Handle failure case when failed open video device. hdcp: remove since requires package download in 3.14 Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-bsp/imx-test/imx-test-hdcp_3.10.17-1.0.0.bb23
-rw-r--r--recipes-bsp/imx-test/imx-test_3.14.28-1.0.0.bb (renamed from recipes-bsp/imx-test/imx-test_3.10.53-1.1.0.bb)6
2 files changed, 2 insertions, 27 deletions
diff --git a/recipes-bsp/imx-test/imx-test-hdcp_3.10.17-1.0.0.bb b/recipes-bsp/imx-test/imx-test-hdcp_3.10.17-1.0.0.bb
deleted file mode 100644
index b326b08..0000000
--- a/recipes-bsp/imx-test/imx-test-hdcp_3.10.17-1.0.0.bb
+++ /dev/null
@@ -1,23 +0,0 @@
1SUMMARY = "Test programs for IMX BSP"
2DESCRIPTION = "Linux HDCP test application for imx6 platform"
3SECTION = "base"
4LICENSE = "Proprietary"
5LIC_FILES_CHKSUM = "file://EULA.txt;md5=93b784b1c11b3fffb1638498a8dde3f6"
6
7SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true"
8
9SRC_URI[md5sum] = "7289f732beac67c50a1857d86e43c6eb"
10SRC_URI[sha256sum] = "a64075953103da6a06714bdacb3bfa43845c2bd304d1cd00b5443d3edf02d904"
11
12INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
13
14inherit fsl-eula-unpack
15
16do_install() {
17 install -d ${D}/unit_tests
18 install -m 755 ${S}/*.out ${D}/unit_tests/
19}
20
21FILES_${PN} += "/unit_tests"
22
23COMPATIBLE_MACHINE = "(mx6)"
diff --git a/recipes-bsp/imx-test/imx-test_3.10.53-1.1.0.bb b/recipes-bsp/imx-test/imx-test_3.14.28-1.0.0.bb
index e7b80b5..fc2ad1d 100644
--- a/recipes-bsp/imx-test/imx-test_3.10.53-1.1.0.bb
+++ b/recipes-bsp/imx-test/imx-test_3.14.28-1.0.0.bb
@@ -2,14 +2,12 @@
2 2
3include imx-test.inc 3include imx-test.inc
4 4
5SRC_URI += "file://Fix-build-in-OpenEmbedded-Core-environment.patch"
6
7SRC_URI_append_mx5 = " file://revert_epdc_hdr_change.patch \ 5SRC_URI_append_mx5 = " file://revert_epdc_hdr_change.patch \
8 file://clocks.sh" 6 file://clocks.sh"
9SRC_URI_append_mxs = " file://revert_epdc_hdr_change.patch \ 7SRC_URI_append_mxs = " file://revert_epdc_hdr_change.patch \
10 file://clocks.sh" 8 file://clocks.sh"
11 9
12SRC_URI[md5sum] = "9a866ceb8c4f5fd2b3bdc7f054544987" 10SRC_URI[md5sum] = "f349aed49830a21cc75d305b06979205"
13SRC_URI[sha256sum] = "a578c773ec3314572e56e8c5984dc5aec9d7195958d4aae47c225df8ca0fbdd7" 11SRC_URI[sha256sum] = "ea3d572e82a374bcfc9acc654b66262cd97a246ffec9fb9fc458b19a02512723"
14 12
15COMPATIBLE_MACHINE = "(mxs|mx5|mx6)" 13COMPATIBLE_MACHINE = "(mxs|mx5|mx6)"