From f98b448ee835646be48f530b3e6fe13b32b093f5 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Fri, 10 Oct 2014 03:19:58 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- .../imx-test/imx-test-hdcp_3.10.17-1.0.0.bb | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 recipes-bsp/imx-test/imx-test-hdcp_3.10.17-1.0.0.bb (limited to 'recipes-bsp/imx-test/imx-test-hdcp_3.10.17-1.0.0.bb') 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 @@ +SUMMARY = "Test programs for IMX BSP" +DESCRIPTION = "Linux HDCP test application for imx6 platform" +SECTION = "base" +LICENSE = "Proprietary" +LIC_FILES_CHKSUM = "file://EULA.txt;md5=93b784b1c11b3fffb1638498a8dde3f6" + +SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" + +SRC_URI[md5sum] = "7289f732beac67c50a1857d86e43c6eb" +SRC_URI[sha256sum] = "a64075953103da6a06714bdacb3bfa43845c2bd304d1cd00b5443d3edf02d904" + +INHIBIT_PACKAGE_DEBUG_SPLIT = "1" + +inherit fsl-eula-unpack + +do_install() { + install -d ${D}/unit_tests + install -m 755 ${S}/*.out ${D}/unit_tests/ +} + +FILES_${PN} += "/unit_tests" + +COMPATIBLE_MACHINE = "(mx6)" -- cgit v1.2.3-54-g00ecf