aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-graphics/xorg-driver
AgeCommit message (Collapse)Author
2016-08-31xf86-video-amd: use hashes rather than tags for SRCREVAwais Belal
Using tags in the SRCREV breaks the BB_NO_NETWORK builds because bitbake only allows hashes to be used in SRCREV otherwise the fetch sequence is re-run every time after cleansstate in order to fetch the tag information from the actual repo. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-03-18glamor-egl: Remove deprecated recipe.Drew Moseley
This stand-aloneo Xorg driver has been replaced by the version that is part of the Xserver-xorg package. Switch to the one provided by xserver-xorg.
2016-03-18xf86-video-amd: Update to latest release tags.Drew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2016-03-15xf86-video-*: Consolidate recipesDrew Moseley
These two recipes are virtually identical and can be combined into a new renamed recipe (xf86-video-amd) with just a few overridden variables. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2016-03-15xf86 driver: Embed the inc file directly in the bbDrew Moseley
Since these include files are only ever included once, get rid of them and embed their contents into the bb file directly. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2016-03-15xf86-video-ati: Package conf files separatelyDrew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2016-03-15xf86-video-ati: Add missing RDEPEND on glamor-eglDrew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2016-03-15glamor-egl: Consolidate recipesDrew Moseley
The versions of glamor-egl on steppeeagle and amdfalconx86 were previously different but there is nothing machine specific. Consolidate them and change the PV to appropriately reflect that it is the current git version. Note that this package appears abandoned in the community so we should probably start looking to replace this. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2016-03-15glamor-egl: Fix sysroot path leakage into .pc files.Drew Moseley
The upstream glamor-egl project builds the glamor.pc and glamor-egl.pc files from .in versions. Currently the settings for some of the dependent packages are embedded directly in the .pc files resulting in path name leakage through sstate. This patch will adjust the .pc files to simply use "Requires:" settings which will be resolved at compile time. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2016-03-15glamor-egl: Add missing DEPENDSDrew Moseley
Add DEPENDS for features provided by MESA. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2015-03-25mesa: Upgrade to 10.4.4Drew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-12-02xf86-video-ati: Remove 7.3.0 recipeMichael
2014-12-01xf86-video-ati: Use include recipeMichael
- Move xf86-video-ati_git.bb to xf86-video-ati.inc and create two versioned recipes to be used - SteppeEagle: Remove libdrm preferred version
2014-11-07xf86-video-ati: move main recipe to amd/commonAwais Belal
The main recipe for xf86-video-ati is now provided through the amd/common layer. The BaldEagle and Steppe Eagle only provide specifics for platform. Signed-off-by: Awais Belal <awais_belal@mentor.com>