diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-22 14:35:41 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-25 15:03:26 +0200 |
commit | abbc5acc0f13e98b7abee03f989db3a29ce6aac9 (patch) | |
tree | 3e97e757921ff69a9a5ebebf649b8f9e9e327999 /recipes/mesa/README | |
parent | 02fdabdbaffc37a206034e6ee2efd3ab9e908f1d (diff) |
mesa: move common definitions to include file, change SRC_URI to freedesktop for releases newer than 7.5
* drop eee901 override (no such machine in OE, dropped from poky
http://git.pokylinux.org/cgit.cgi/poky/commit/?id=542eb3b16dc1c6fa7920257219ed5dac0b95c257)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Henning Heinold <heinold@inf.fu-berlin.de>
Acked-by: Graeme Gregory <dp@xora.org.uk>
Diffstat (limited to 'recipes/mesa/README')
-rw-r--r-- | recipes/mesa/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/mesa/README b/recipes/mesa/README new file mode 100644 index 0000000000..3c6de3ee42 --- /dev/null +++ b/recipes/mesa/README @@ -0,0 +1,12 @@ +mesa-common.inc +* Settings shared by ALL recipes + +mesa-${PV}.inc +* Settings for particular version, mostly checksums and additional patches +* Patches are stored mesa-${PV} dir and -dri and xlib has adjusted FILESPATHPKG + +mesa-dri.inc +* Setting shared by ALL dri recipes - defines what is mesa-dri + +mesa-xlib.inc +* Setting shared by ALL xlib recipes - defines what is mesa-xlib |