summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/gpu-viv-g2d/gpu-viv-g2d.inc
Commit message (Collapse)AuthorAgeFilesLines
* gpu-viv-g2d: Add a dependency on Vivante GPU core driverOtavio Salvador2015-02-151-0/+1
| | | | | | | The G2D uses symbols provided by the Vivante GPU core driver so for proper linking the .so files must to be around. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gpu-viv-g2d: Upgrade to 3.10.17-1.0.2 patch releaseLauren Post2014-11-101-1/+1
| | | | | | | Update G2D api to support extensive alpha blend. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gpu-viv-g2d: fix file ownership in packagesJavier Viguera2014-11-051-2/+2
| | | | | | | | | | | | Using 'cp -a' to install files in do_install function leaks user/group attributes from build machine to target packages. WARNING: log_check: There is a warn message in the logfile WARNING: log_check: Matched keyword: [warn] WARNING: log_check: warning: user xxxxx does not exist - using root Signed-off-by: Javier Viguera <javier.viguera@digi.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gpu-viv-g2d: Update to 3.10.17-1.0.0 GA versionLauren Post2014-04-301-4/+2
| | | | | | Change-Id: Id0ec99d783bbe2b7fe8ef751c45f3de670066f86 Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gpu-viv-g2d: Update to 3.10.17-1.0.0_betaLauren Post2014-03-031-1/+3
| | | | | | | | Add gmem tool installation Upgrade to p13 version Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gpu-viv-g2d: Fix packagingOtavio Salvador2014-03-031-1/+4
| | | | | | | | | | This rework the packaging: - add missing licence check file - package the .so lib in ${PN} - remove override of ${PN}-dbg Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gpu-viv-g2d: Fix package strip logicOtavio Salvador2014-02-121-0/+1
| | | | | | | | | | | | | OE-Core has include a package.bbclass change which has changes the behaviour from the strip logic. This patch restore the old beaviour so we have same functional result as before. See http://patches.openembedded.org/patch/65311/ Change-Id: I01d12cc0d69def46044cb2bf9ef1d507f8274e6e Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gpu-viv-g2d: Split libg2d packageRogerio Nunes2014-02-061-5/+4
| | | | | | | | | | | Split lib and samples into two different packages: libg2d for the lib, and gpu-viv-g2d for samples. Default packages removed from PACKAGES variable. Source variable (S) removed, as it's the default. Signed-off-by: Rogerio Nunes <rogerio.nunes@freescale.com>
* gpu-viv-g2d.inc: Remove redundant PACKAGE_ARCH settingOtavio Salvador2013-09-251-1/+0
| | | | | | | | The PACKAGE_ARCH is now dynamically set for package which depends on GPU libraries. Change-Id: I812549fa9982f87ef9d6998623be9557cb731811 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gpu-viv-g2d: Add version 3.5.7-1.0.0Lauren Post2013-08-251-0/+43
GPU 2D API libraries and sample applications Change-Id: Id94b33879119e882f939668bad61a1a7364db89d Signed-off-by: Lauren Post <lauren.post@freescale.com>