Released with 3.14.38-6QP_beta release.
Change version to be independent of BSP version. This limits
confusion on future BSP updates that do not include imx-lib updates
Add i.MX 7D support for platforms, machines and makefiles.
Change LICENSE Checksum to point to a full LGPL license.
Add the mx7 SoC family to the COMPATIBLE_MACHINE in recipe.
Signed-off-by: Lauren Post <lauren.post@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
SECTION = "multimedia"
DEPENDS = "virtual/kernel"
-LIC_FILES_CHKSUM = "file://ipu/mxc_ipu_hl_lib.h;endline=13;md5=6c7486b21a8524b1879fa159578da31e"
+LIC_FILES_CHKSUM = "file://COPYING-LGPL-2.1;md5=fbc093901857fcd118f065f900982c24"
PLATFORM_mx6 = "IMX6Q"
PLATFORM_mx5 = "IMX51"
PLATFORM_mx6sl = "IMX6S"
PLATFORM_mx6sx = "IMX6S"
+PLATFORM_mx7 = "IMX7"
PARALLEL_MAKE="-j 1"
EXTRA_OEMAKE = ""
+++ /dev/null
-# Copyright (C) 2013-2015 Freescale Semiconductor
-
-include imx-lib.inc
-
-PE = "1"
-
-SRC_URI[md5sum] = "c510512ebd2bae5a7e57079b9788960e"
-SRC_URI[sha256sum] = "4db2c1f286f2478b8236e62de4df9d2a2c26ff727c752dc4f21e2910f4a5e5d7"
-
-COMPATIBLE_MACHINE = "(mx6)"
--- /dev/null
+# Copyright (C) 2013-2015 Freescale Semiconductor
+
+include imx-lib.inc
+
+PE = "1"
+
+SRC_URI[md5sum] = "d38daf723e270387ba41041f7b588ac4"
+SRC_URI[sha256sum] = "0215acc97ca7e1c8dbdc2f1f9c7e85dae0725fdac56b79e8ec1c37e47a6d38a5"
+
+COMPATIBLE_MACHINE = "(mx6|mx7)"