summaryrefslogtreecommitdiffstats
path: root/common/recipes-graphics
Commit message (Collapse)AuthorAgeFilesLines
* emgd: Remove EMGD 1.14 recipes and licensesTom Zanussi2013-03-201-131/+0
| | | | | | | With the BSPs converted over to 1.16, remove the 1.14 bits. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* emgd-1.16: create a new recipeNitin A Kamble2013-03-201-0/+157
| | | | | | | | | | | | | | | | | | | | | Create a new recipe for the latest emgd 1.16 version of the graphics driver. Also add the custom license files of the recipe to avoid build time QA warnings. There are strange characters in the license files, because they are copied verbatim from the sources. Include RDEPENDS fix (commit bfa92b9) from Richard Purdie for danny backport: RDEPENDS should be set on specific packages, not applied to everything in general (e.g. -dev, -dbg or -doc packages). This fixes up warnings in the build. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* emgd-driver-bin: remove duplicate files & fix soft linksNitin A Kamble2013-03-201-1/+31
| | | | | | | | | | | | | | | | | Replace all the duplicate files by soft links, and also fix targets of some of the broken soft links. These changes avoid link issues like following, where detailed library versions included in the .so filenames cause linking issues. [...]/tmp/sysroots/x86_64-linux/usr/libexec/core2-poky-linux/gcc/i586-poky-linux/4.7.2/ld: warning: libEMGDegl.so, needed by [...]/tmp/sysroots/fri2/usr/lib/libGLESv2.so, not found (try using -rpath or -rpath-link) [...]/tmp/sysroots/x86_64-linux/usr/libexec/core2-poky-linux/gcc/i586-poky-linux/4.7.2/ld: warning: libemgdsrv_um.so, needed by [...]/tmp/sysroots/fri2/usr/lib/libGLESv2.so, not found (try using -rpath or -rpath-link) This fixes Bug: [YOCTO #4020] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* mesa-dri_8.0.4.bbappend: Remove tabs from python codeKhem Raj2013-02-121-4/+4
| | | | | | | | | | | | | check for xserver to be non-empty before using it fixed errors like ERROR: Failed to parse recipe: /b/kraj/yocto/poky/meta/recipes-graphics/mesa/mesa-dri_8.0.4.bb ERROR: Error executing a python function in <code>: AttributeError: 'NoneType' object has no attribute 'split' Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* mesa-dri.bbappend: avoid conflict with emgd-driver-bin1.3.final1.3Nitin A Kamble2012-11-011-4/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extend the mesa-dri recipe from oecore to avoid conflict with files generated by emgd-driver-bin recipe. This extention is needed only when emgd-driver-bin recipe is included in the target image, so the code is conditional to run only on the machine with emgd graphics driver. The emgd binary driver also provides egl, gles1, gles2 library & headers. To avoid conflict disable egl, gles1, gles2 from meta-dri if the BSP image is bundling the emgd driver. This commits avoids these build warning WARNING: The recipe is trying to install files into a shared area when those files already exist. Those files are: /srv/home/nitin/build-test-bsps/build-crownbay/tmp/sysroots/crownbay/usr/include/KHR/khrplatform.h /srv/home/nitin/build-test-bsps/build-crownbay/tmp/sysroots/crownbay/usr/include/EGL/eglplatform.h /srv/home/nitin/build-test-bsps/build-crownbay/tmp/sysroots/crownbay/usr/include/EGL/eglext.h /srv/home/nitin/build-test-bsps/build-crownbay/tmp/sysroots/crownbay/usr/include/EGL/egl.h /srv/home/nitin/build-test-bsps/build-crownbay/tmp/sysroots/crownbay/usr/include/GLES/glplatform.h /srv/home/nitin/build-test-bsps/build-crownbay/tmp/sysroots/crownbay/usr/include/GLES/gl.h /srv/home/nitin/build-test-bsps/build-crownbay/tmp/sysroots/crownbay/usr/include/GLES/glext.h /srv/home/nitin/build-test-bsps/build-crownbay/tmp/sysroots/crownbay/usr/include/GLES2/gl2ext.h /srv/home/nitin/build-test-bsps/build-crownbay/tmp/sysroots/crownbay/usr/include/GLES2/gl2.h /srv/home/nitin/build-test-bsps/build-crownbay/tmp/sysroots/crownbay/usr/include/GLES2/gl2platform.h And revert the replacement change commited earlier to avoid these warnings. Revert "mesa-dri.bbappend: avoid buildtime warnings" This reverts commit 2408d28972db8e56f37ec52208adc65734c61dea. This fixes the bug: [YOCTO #3295] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* emgd-driver-bin: The item in LICENSE_FLAGS_WHITELIST is case sensitive, fix ↵Richard Purdie2012-10-251-1/+1
| | | | | | the instructions Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mesa-dri.bbappend: avoid buildtime warningsNitin A Kamble2012-10-191-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | Extend the mesa-dri recipe from oecore to avoid conflict with files generated by emgd-driver-bin recipe. This commits avoids these build warning WARNING: The recipe is trying to install files into a shared area when those files already exist. Those files are: /srv/home/nitin/build-test-bsps/build-crownbay/tmp/sysroots/crownbay/usr/include/KHR/khrplatform.h /srv/home/nitin/build-test-bsps/build-crownbay/tmp/sysroots/crownbay/usr/include/EGL/eglplatform.h /srv/home/nitin/build-test-bsps/build-crownbay/tmp/sysroots/crownbay/usr/include/EGL/eglext.h /srv/home/nitin/build-test-bsps/build-crownbay/tmp/sysroots/crownbay/usr/include/EGL/egl.h /srv/home/nitin/build-test-bsps/build-crownbay/tmp/sysroots/crownbay/usr/include/GLES/glplatform.h /srv/home/nitin/build-test-bsps/build-crownbay/tmp/sysroots/crownbay/usr/include/GLES/gl.h /srv/home/nitin/build-test-bsps/build-crownbay/tmp/sysroots/crownbay/usr/include/GLES/glext.h /srv/home/nitin/build-test-bsps/build-crownbay/tmp/sysroots/crownbay/usr/include/GLES2/gl2ext.h /srv/home/nitin/build-test-bsps/build-crownbay/tmp/sysroots/crownbay/usr/include/GLES2/gl2.h /srv/home/nitin/build-test-bsps/build-crownbay/tmp/sysroots/crownbay/usr/include/GLES2/gl2platform.h This resolves part of the issue reported on the bug: [Yocto #3238] This is a temporary fix, and will be fixed differently after 1.3 release. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Acked-by: Ross Burton <ross.burton@intel.com>
* emgd-driver-bin: note all the EMGD licensesNitin A Kamble2012-10-121-2/+3
| | | | | | | | | | | There are two files containing the custom license data for EMGD: license: which holds INTEL SOFTWARE LICENSE AGREEMENT readme.txt: which holds User Space Graphics Driver Binary License checksum both these files to track any license changes in future. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* emgd-driver_bin: Remove 1.10 in favor of 1.14Nitin A Kamble2012-10-121-93/+0
| | | | | | | All BSPs have been migrated to 1.14, we can now safely retire 1.10 Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* xf86-video-intel: Bring 2.20.0 version to match released graphics stackNitin A Kamble2012-10-123-0/+64
| | | | | | | | | | | | | | | The Intel Linux graphics stack version 12.07 released on 2012-07-24 requires version 2.20.0 as seen here: http://intellinuxgraphics.org/2012.07.html Currently oecore has 2.19.0 version. So get this 2.20.0 version in meta-intel layer to be used by sugarbay and other BSPs using the Intel graphics stack. Also took changes from version 2.20.8 recipe from Ross Burton's branch. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* emgd: Avoid 'already stripped' warningsDarren Hart2012-09-242-0/+4
| | | | | | | | The EMGD binaries comes stripped in the download, so there is nothing we can do about it. Avoid printing the warnings about them being already stripped. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* emgd-driver-bin: Fix package naming issueNitin A Kamble2012-09-201-1/+7
| | | | | | | | | | | | | | | emgd-driver-bin is generating rpm package with name libegl1. This name clashes with a package with sanme name from mesa-dri recipe. This name clash blocks installation of emgd user land binaries in the image. And due to missing emgd user land components X fails to start on BSPs like crownbay. Fix this problem by specifying package names in the recipe with the PKG_ vars. This fixes bug: [YOCTO #3063] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* meta-intel: move emgd-driver-bin_1.14 to xorg-driver/Tom Zanussi2012-09-151-0/+0
| | | | | | | emgd-driver-bin should be in common/recipes-graphics/xorg-driver rather than common/recipes-graphics/xorg-xserver so move it there. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: restore emgd 1.10Tom Zanussi2012-09-151-0/+91
| | | | | | | The upgrade to emgd 1.14 inadvertantly removed 1.10, which is still used by some BSPs, so restore it for them. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-romley: Move Matrox MGA Xorg driver to meta-intel/commonKishore Bodke2012-08-101-0/+19
| | | | | | | | Matrox MGA Xorg driver is being used by other meta-intel BSPs. So move this to meta-intel/common/recipes-graphics. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* emgd-driver-bin: upgrade from 1.10 to 1.14Nitin A Kamble2012-07-311-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.14 is the latest released driver for emgd. This change is tested on crownbay machine. Add runtime dependency to libxcb-dri2 Otherwise the libxcb-dri2.so is not getting installed, and video acceleration of emgd does not work. It is dynamic dependency of emgd_drv_video.so put files in gstreamer-0.10/.debug directory to the debug package. It avoids debug files packaging warnings. add downloadfilename param to SRC_URI As the url does not have the filename of the tarball, specify it here so that updated wget bitbake fetcher can save the downloaded file accordingly. BTW now EDC has also published another download URL on our request: http://edc.intel.com/App_Shared/Downloads/LIN_IEMGD_1_14_GOLD_2443.tgz And update emgd driver version in the README. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Tested-by: Tom Zanussi <tom.zanussi@intel.com>
* emgd-driver-bin: remove FILES_${PN}-dev additionTom Zanussi2012-07-201-2/+1
| | | | | | | | The package reordering patches exposed a problem in that the files specified in the FILES_${PN}-dev shouldn't really be put in the -dev package in the first place - this removes them. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* emgd-driver-bin: skip insane ldflags checkTom Zanussi2012-05-171-0/+3
| | | | | | | Add an INSANE_SKIP for ldflags, since these are binaries we have no control over. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* common: Fix xf86-input-evdev path mixupRichard Purdie2012-04-251-1/+1
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* common/meta-graphics: Add xf86-input-evdev 2.6.0Richard Purdie2012-04-251-0/+20
| | | | | | | This is needed by the pvr graphics stacks since newer versions won't build with the older xserver those platforms are using. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-intel: remove emgd-1.8Tom Zanussi2012-01-302-39/+0
| | | | | | emgd-1.8 is now obsoleted by emgd-1.10, so remove support for it. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: new recipe for emgd 1.10 driverTom Zanussi2012-01-301-0/+89
| | | | | | This adds a new recipe for the emgd 1.10 driver. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel/common: fix ptr->int and Werror=address compile errors1.2_M2.rc11.2_M2.finalTom Zanussi2012-01-123-0/+146
| | | | | | | | | | | | | | | | | | A couple of things that had previously been warnings are now errors, so they need to be fixed up. The first problem is a comparison between the address of a static struct and NULL, which can never be valid. A different fix for this is upstream, which includes an API usage change; we don't need that to fix this problem. The second problem is a cast from pointer to integer in fbdevhw.c. This also is fixed upstream by removing the whole section of code which is bogus anyway, which is also done here. This also adds a missing PR to the xserver-xorg recipe. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* emgd-driver-bin: add video componentsTom Zanussi2011-12-011-10/+12
| | | | | | | | | | | | | | This adds the video binaries extracted from the following EMGD 1.8 binary rpms (emgd/1.8.2032/IEMGD_HEAD_Linux/common/video_plugin): gst-plugins-mixvideo-0.10.30-1.i586.rpm gst-plugins-va-0.10.7MFLD-1.i586.rpm gst-vabuffer-0.10.5MFLD-1.i586.rpm mixcommon-0.1.9-1.i586.rpm mixvbp-0.1.24-1.i586.rpm mixvideo-0.1.31-1.i586.rpm Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: /common xserver-xorg name changeTom Zanussi2011-10-156-10/+10
| | | | | | | xserver-xf86-dri-lite changed its name to xorg-xserver, so update the version in /common. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: remove emgd-1.6Tom Zanussi2011-09-261-1/+1
| | | | | | emgd-1.6 is now obsoleted by emgd-1.8, so remove support for it. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: fix symlink typo and QA checks in emgd-driver-binTom Zanussi2011-09-261-3/+5
| | | | | | | | | There was a typo in the libEGL.so symlink creation - this fixes it. It also adds a missing symlink for scope services, and fixes the QA warnings for 'non-dev package contains symlink .so...'. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: move emgd-driver-bin_1.8 to commonTom Zanussi2011-08-252-0/+35
| | | | | | | emgd-driver-bin will be shared by multiple BSPs, crownbay and fri2 to start with, so move them into /common. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: add xserver-xf86-dri-lite_1.9.3 to commonTom Zanussi2011-06-015-0/+100
emgd 1.6 requires xserver 1.9.3, which is no longer in meta, and it needs to be shared by multiple BSPs, so add it to common. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com>