aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-lib
AgeCommit message (Collapse)Author
2013-11-08imx-lib.inc: Don't use sysroot/uapi extra includeOtavio Salvador
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>
2013-11-06imx-lib: Upgrade to 3.10.9-1.0.0Lauren Post
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>
2013-10-18imx-lib: Move from 11.09.01 to 11.09.02Daiane Angolini
The lib-vpu must be remove from imx-lib package due to a license conflict. Beside that a list of patches was included over 11.09.01: * ENGR00277379 yocto: Makefile changes to build on Yocto * ENGR00272020 Add EULA.txt to VPU lib directory * ENGR00215182 HDMI CEC:Add Makefile of hdmi-cec lib * ENGR00234665 Enable pxp library building * ENGR00230334: Fix for GCC 4.6 toolchain and build warnings * ENGR00221837-2 ipu lib: only build for i.MX5 platform * ENGR00179726-2 Add VDOA V4L support to VPU unit test * ENGR00177165: Fix build error of missing videodev.h * ENGR00174611: Configured ePxP lib for MX6 * ENGR00170744 IPU lib:Control interface supports allocating pmem buf * ENGR00170632 IPU lib:Allocate pmem buf for rotation buf * ENGR00170455 IPU lib:Change head file for flash Change-Id: I034f22535d78edfce08519eead0310b2a8b4e4a0 Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2013-09-25imx-lib: Remove redundant PACKAGE_ARCH settingOtavio Salvador
The PACKAGE_ARCH is now dynamically set for package which depends on kernel. Change-Id: I880147182edf7023747fb7d756a2eab2a54b3071 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-07-31imx-lib: Update to version 3.5.7-1.0.0Lauren Post
Update from 3.0.35-4.0.0 to 3.5.7-1.0.0 and is compatible with i.MX6 SoCs only. Change-Id: I62e66b38a1eaff27b99879c1d2ba26591fb71403 Signed-off-by: Lauren Post <lauren.post@freescale.com>
2013-07-20imx-lib: Move PR value to 11.09.01 and 3.0.35-4.0.0Otavio Salvador
Change-Id: Id3135cd7a75ce80e53fb86a072e5737bb151e98d Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-07-18imx-lib.inc: Remove unused assignment for FILES definitionOtavio Salvador
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>
2013-05-28imx-lib: Move it to recipe-bsp dirDaiane Angolini
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>