summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-lib/imx-lib.inc
Commit message (Collapse)AuthorAgeFilesLines
* imx-lib: Stop using generic SoC overridesOtavio Salvador2016-09-081-2/+4
| | | | | | | | The recipe has been changed to use the SoC specific override. It makes the recipe easier to read and to maintain. Change-Id: I6cb608efea8668e57bbde24750d1a857737271d1 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Drop Freescale official Linux kernel for i.MX23, i.MX28 and i.MX5 SoC familiesOtavio Salvador2015-08-061-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Linux kernel provided by Freescale for i.MX28 and i.MX5 is too old (2.6.35.3) and there are no plans to upgrade it, as the OE-Core is going to use GCC 5.2 as default compiler soon and it is not possible to compile this kernel with the new toolchain, thus the removal. The metadata related to the i.MX23, i.MX28 and i.MX5 SoC family, which is dependant of this Linux kernel support, has been removed in this commit so if someone ever wants to bring it back it is easy to find out all the necessary changes. The recipes affected are: - alsa-state - amd-gpu-x11-bin - gtk+3 - imx-lib - imx-test - imx-vpu - libfslcodec - linux-imx - mesa - qt4-embedded-free - qt4-x11-free - qtbase - xf86-video-imxfb Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
* imx-lib: Upgrade to 5.1 and add i.MX 6UltraLite supportLauren Post2015-08-041-0/+1
| | | | | | | | Enable pxp libraries for i.MX 6UltraLite. Fix rng and shara2 to exclude the 6UL platform to avoid build breaks Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-lib: Upgrade to 5.0 versionLauren Post2015-07-281-1/+2
| | | | | | | | | | | | | | | 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>
* imx-lib: Upgrade to 3.10.31-1.1.0 Beta versionLauren Post2014-11-101-0/+2
| | | | | | | | | | | | | | | | | | | Makefiles changed for mx6sx and mx6sl to exclude rng and sahara since those are not supported on mx6 chips. Platform is set to MX6S for both mx6sx and mx6sl so the previous makefiles only excluded MX6Q platform. Note this is different for imx-test which specifies MX6SX and MX6SL in makefiles. In imx-lib they are treated the same. Add PLATFORM setting for mx6sx and mx6sl imx-lib has pxp libraries only used for mx6sx and mx6sl Previously used MX6Q but mx6q and mx6dl can't be built with pxp Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-lib.inc: Don't use sysroot/uapi extra includeOtavio Salvador2013-11-081-1/+1
| | | | | | | | The uapi files are inside kernel source and we shouldn't have extra include paths here where it is not expected to be placed. Change-Id: Ieab7fa0cdb3a92e921ac4268f4dbc4fc8b9b080f Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-lib: Upgrade to 3.10.9-1.0.0Lauren Post2013-10-301-9/+5
| | | | | | | | | | | | | | | | This includes following main changes: - imx-lib requires uapi header include for 3.10 kernel - imx-lib no longer contains imx-vpu so all of imx-lib is LGPL - libvpu is now in a separate component so eula-unpack inherit is not required Also will not build libraries on mx6 only applicable to mx53 Previous kernels supported all the headers but 3.5.7 and 3.10.9 linux-imx do not inclue mx53 headers Change-Id: Ia747ee6adf2c2e1a3425ae183ac9e3e0018c5a79 Signed-off-by: Lauren Post <lauren.post@freescale.com>
* imx-lib: Move PR value to 11.09.01 and 3.0.35-4.0.0Otavio Salvador2013-07-201-3/+1
| | | | | Change-Id: Id3135cd7a75ce80e53fb86a072e5737bb151e98d Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-lib.inc: Remove unused assignment for FILES definitionOtavio Salvador2013-07-181-5/+0
| | | | | | | | | The standard FILES definition works fine for current contents; I did check the package contents before/after using buildhistory and packaged files are the same. Change-Id: Ia048338e1db38896a66aaf9f46fcc4071d402f42 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-lib: Move it to recipe-bsp dirDaiane Angolini2013-05-281-0/+39
imx-lib is not a multimedia application. It provides others libs not related with multimedia, so it should go to recipes-bsp dir. Change-Id: Ie2f2adba2e155d780ce4436fc308277961a66769 Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>