summaryrefslogtreecommitdiff
path: root/meta/recipes-graphics/drm
Commit message (Collapse)AuthorAgeFilesLines
* libdrm: Update to version 2.4.31Saul Wold2012-02-281-3/+3
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* More quoting fixesMartin Jansa2012-02-261-1/+1
| | | | | | | | * We have various variables which are either not quoted at all or are half quoted. This patch fixes the bad exmaples so everything is consistent. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libdrm: Fix build failure unearthed by uclibcKhem Raj2012-02-072-2/+34
| | | | | | | | uclibc wants to know value of __USE_GNU for certain header prototypes to be enabled. So we move the config.h header up in search list. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libdrm: Update to 2.4.30Saul Wold2012-02-021-2/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* libdrm: Upgrade to 2.4.29Saul Wold2011-12-211-4/+4
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* libdrm: Update to 2.4.27Saul Wold2011-11-291-3/+3
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* libdrm: improve packagingMartin Jansa2011-10-043-5/+6
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libdrm: upgrade to 2.4.26Yu Ke2011-07-043-2/+5
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* recipes: Add Upstream-Status for multiple recipesYu Ke2011-05-121-1/+1
| | | | | | | | | | | | | iputils: update patch Upstream-Status mktemp: update patch Upstream-Status xinetd: update Upstream-Status libdrm: update patch Upstream-Status qemugl: update patch Upstream-Status x11-common: update patch Upstream-Status xorg-app: update patch Upstream-Status xorg-driver: update patch Upstream-Status Signed-off-by: Yu Ke <ke.yu@intel.com>
* poky-default-revisions: move the SRCREV to recipe fileYu Ke2011-05-041-0/+1
| | | | | | in this case, those non poky distro can also use these recipe normally Signed-off-by: Yu Ke <ke.yu@intel.com>
* libdrm: upgrade from 2.4.23 to 2.4.25Yu Ke2011-04-183-45/+52
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* recipes-graphics: Add more detailed SUMMARY and DESCRIPTIONSMark Hatle2011-02-031-2/+5
| | | | | | | | | | | | | Add more detailed SUMMARY and DESCRIPTIONS to various graphics and graphics related components. I've recently gotten question from users what something is, or why it was needed.. this should go a long way toward answering those questions. Many of the descriptions were taken directly from the upstream location, where one was not available the Debian packages were consulted for information. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* libdrm: upgrade to 2.4.23Yu Ke2011-01-182-2/+2
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* recpies: use SRCPV instead of SRCREV for PVYu Ke2011-01-061-1/+1
| | | | | | | | SRCPV is intended being used by PV, some recipes still use SRCREV for PV, which is not correct. This patch fix all the misusage. Signed-off-by: Yu Ke <ke.yu@intel.com>
* recipes-graphics: Add SUMMARY and update DESCRIPTIONMark Hatle2010-12-161-0/+1
| | | | | | Add the missing SUMMARY fields and update DESCRIPTION fields if necessary Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* libdrm: add license checksumYu Ke2010-12-021-0/+2
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* libdrm: upgrade from 2.4.21 to 2.4.22Yu Ke2010-11-223-4/+7
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* Major layout change to the packages directoryRichard Purdie2010-08-274-0/+69
Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>