aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa
AgeCommit message (Collapse)Author
2010-12-02mesa-dri-glsl-native: upgrade from 7.8.2 to 7.9Yu Ke
with the following changes - add license checksum - add dependency of talloc-native, because mesa 7.9 start to use talloc to manage its memory. Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-12-02mesa-demo: add new recpies mesa demo 8.0.2Yu Ke
mesa-demo is originally part of mesa in 7.8 or earlier version. But starting from 7.9, mesa-demo become a seperate tar ball and has its own version 8.0.2, so this commit add new recipe for mesa-demos Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-12-02mesa: enable gluYu Ke
GLU is needed by glew, which in turn needed by mesa-demos Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-12-02mesa-xlib: upgrade from 7.8.2 to 7.9Yu Ke
- starting from mesa 7.9, mesa-demos is not bundled with mesa in upstream, so remove the mesa demo in mesa recipes. there will be a seperate recipes to build mesa-demos Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-12-02mesa-dri: upgrade from 7.8.2 to 7.9Yu Ke
with the following changes: - remove mesa-demos, because starting from mesa 7.9, mesa-demos becomes a standalone src tar ball in upstream, so there will be a seperate recipes to build the mesa-demos - add dependency of talloc and libxml2-native Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-12-02qemugl: add license checksumYu Ke
also correct the license type according to the src Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-10-11qemugl: remove obsolate /usr/X11R6/lib lib directoryYu Ke
qemugl makefile has "-L/usr/X11R6/lib" to specifiy the X lib dir. it is actually obsolate in poky now, because poky use Xserver from X.org (X11R7.x), and its libs are in standard /usr/lib. Meanwhile,the -L/usr/X11R6/lib will cause warning: library search path "/usr/X11R6/lib" is unsafe for cross-compilation. so better to remove it. Fix [BUGID #386] Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-10-08Rename MACHINE=netbook to MACHINE=atom-pcDarren Hart
In preparation for the more generic atom-pc, rename the netbook machine and all the relevant overrides. Leave the linux-netbook kernel recipe intact and as the default kernel for the atom-pc machine. A future patch will convert this over to linux-wrs and likely remove the linux-netbook kernel recipe. Cc: Tom Zanussi <tom.zanussi@intel.com> Cc: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-27Major layout change to the packages directoryRichard Purdie
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>