summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-test/imx-test-hdcp_3.10.17-1.0.0.bb
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2014-10-10 03:19:58 +0200
committerTudor Florea <tudor.florea@enea.com>2014-10-10 03:19:58 +0200
commitf98b448ee835646be48f530b3e6fe13b32b093f5 (patch)
tree9d1062f1e8893e72829df650f5e558c5fb255955 /recipes-bsp/imx-test/imx-test-hdcp_3.10.17-1.0.0.bb
downloadmeta-fsl-arm-daisy-140929.tar.gz
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'recipes-bsp/imx-test/imx-test-hdcp_3.10.17-1.0.0.bb')
-rw-r--r--recipes-bsp/imx-test/imx-test-hdcp_3.10.17-1.0.0.bb23
1 files changed, 23 insertions, 0 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
new file mode 100644
index 0000000..b326b08
--- /dev/null
+++ b/recipes-bsp/imx-test/imx-test-hdcp_3.10.17-1.0.0.bb
@@ -0,0 +1,23 @@
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)"