summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa
diff options
context:
space:
mode:
authorYu Ke <ke.yu@intel.com>2011-04-16 13:34:58 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-18 09:57:03 +0100
commita2545c42200d3de2f722611218c3bdb51cacf0f2 (patch)
tree0ee8be4b2c08a363f21f46d8d0cdbd24216d264e /meta/recipes-graphics/mesa
parenta0c0e8959761342f7c3cbe6221b594c3cea53e57 (diff)
downloadpoky-a2545c42200d3de2f722611218c3bdb51cacf0f2.tar.gz
mesa: cleanup and remove the old version 7.5, 7.7 and 7.8.2
- mesa 7.8.2 is kept to have a version without GPLv3 talloc. now 7.10.2 has removed the talloc, 7.8.2 can be removed safely. - mesa 7.5 and 7.7 is a legacy recips from original poky, also can removed. - mesa-dri-glsl-native_7.8.2 is a dependecy recipe only used by mesa 7.8.2, should also be removed along with mesa 7.8.2 - aslo update the patch upstream status (From OE-Core rev: 87265d03aa7ae69e7b476ac31d62cfb23b3e0e03) Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa')
-rw-r--r--meta/recipes-graphics/mesa/mesa-dri/cross2.patch2
-rw-r--r--meta/recipes-graphics/mesa/mesa-dri/crossfix.patch2
-rw-r--r--meta/recipes-graphics/mesa/mesa-dri_7.5.bb48
-rw-r--r--meta/recipes-graphics/mesa/mesa-dri_7.7.bb49
-rw-r--r--meta/recipes-graphics/mesa/mesa-dri_7.8.2.bb56
5 files changed, 4 insertions, 153 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-dri/cross2.patch b/meta/recipes-graphics/mesa/mesa-dri/cross2.patch
index d2147910ae..264c153087 100644
--- a/meta/recipes-graphics/mesa/mesa-dri/cross2.patch
+++ b/meta/recipes-graphics/mesa/mesa-dri/cross2.patch
@@ -1,3 +1,5 @@
1Upstream-Status: Pending
2
1Index: git/configure.ac 3Index: git/configure.ac
2=================================================================== 4===================================================================
3--- git.orig/configure.ac 2009-09-01 16:38:26.000000000 +0100 5--- git.orig/configure.ac 2009-09-01 16:38:26.000000000 +0100
diff --git a/meta/recipes-graphics/mesa/mesa-dri/crossfix.patch b/meta/recipes-graphics/mesa/mesa-dri/crossfix.patch
index 84be428c4f..d300e2f1b3 100644
--- a/meta/recipes-graphics/mesa/mesa-dri/crossfix.patch
+++ b/meta/recipes-graphics/mesa/mesa-dri/crossfix.patch
@@ -1,3 +1,5 @@
1Upstream-Status: Pending
2
1Index: Mesa-7.5/bin/mklib 3Index: Mesa-7.5/bin/mklib
2=================================================================== 4===================================================================
3--- Mesa-7.5.orig/bin/mklib 2009-08-12 13:01:34.000000000 +0100 5--- Mesa-7.5.orig/bin/mklib 2009-08-12 13:01:34.000000000 +0100
diff --git a/meta/recipes-graphics/mesa/mesa-dri_7.5.bb b/meta/recipes-graphics/mesa/mesa-dri_7.5.bb
deleted file mode 100644
index b50cee8639..0000000000
--- a/meta/recipes-graphics/mesa/mesa-dri_7.5.bb
+++ /dev/null
@@ -1,48 +0,0 @@
1include mesa-common.inc
2
3SRC_URI += "file://crossfix.patch;patch=1"
4# file://mesa-DRI2Swapbuffer.patch;patch=1
5
6PROTO_DEPS = "xf86driproto glproto dri2proto"
7LIB_DEPS = "libdrm virtual/libx11 libxext libxxf86vm libxdamage libxfixes expat"
8
9DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}"
10
11PR = "r12"
12
13# most of our targets do not have DRI so will use mesa-xlib
14DEFAULT_PREFERENCE = "-1"
15
16# Atom PCs have DRI support so use mesa-dri by default
17DEFAULT_PREFERENCE_atom-pc = "1"
18
19PACKAGES =+ "${PN}-xprogs"
20PACKAGES_DYNAMIC = "mesa-dri-driver-*"
21
22FILES_${PN}-dbg += "${libdir}/dri/.debug/*"
23FILES_${PN}-xprogs = "${bindir}/glxdemo ${bindir}/glxgears ${bindir}/glxheads ${bindir}/glxinfo"
24
25LEAD_SONAME = "libGL.so.1"
26
27EXTRA_OECONF += "--with-driver=dri --disable-egl --disable-gallium"
28
29do_install_append () {
30 install -d ${D}/usr/bin
31 install -m 0755 ${S}/progs/xdemos/{glxdemo,glxgears,glxheads,glxinfo} ${D}/usr/bin/
32}
33
34python populate_packages_prepend() {
35 import os.path
36
37 dri_drivers_root = os.path.join(bb.data.getVar('libdir', d, 1), "dri")
38
39 do_split_packages(d, dri_drivers_root, '^(.*)_dri\.so$', 'mesa-dri-driver-%s', 'Mesa %s DRI driver', extra_depends='')
40}
41
42COMPATIBLE_HOST = '(i.86.*-linux|x86_64.*-linux)'
43
44
45#
46# Header generated by i586-poky-linux-gcc gen_matypes.c -o gen_matypes -I ../../../include/GL -I ../../../include -I .. -I ../main/ -I ../math -I ../glapi/ -I ../tnl
47# then run gen_matypes > matypes.h on device
48#
diff --git a/meta/recipes-graphics/mesa/mesa-dri_7.7.bb b/meta/recipes-graphics/mesa/mesa-dri_7.7.bb
deleted file mode 100644
index 4cae9c8699..0000000000
--- a/meta/recipes-graphics/mesa/mesa-dri_7.7.bb
+++ /dev/null
@@ -1,49 +0,0 @@
1include mesa-common.inc
2
3SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/7.7/MesaLib-${PV}.tar.bz2 \
4 ftp://ftp.freedesktop.org/pub/mesa/7.7/MesaDemos-${PV}.tar.bz2 \
5 file://crossfix.patch;patch=1"
6
7PROTO_DEPS = "xf86driproto glproto dri2proto"
8LIB_DEPS = "libdrm virtual/libx11 libxext libxxf86vm libxdamage libxfixes expat"
9
10DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}"
11
12PR = "r12"
13
14# most of our targets do not have DRI so will use mesa-xlib
15DEFAULT_PREFERENCE = "-1"
16
17# Atom PCs have DRI support so use mesa-dri by default
18DEFAULT_PREFERENCE_atom-pc = "1"
19
20PACKAGES =+ "${PN}-xprogs"
21PACKAGES_DYNAMIC = "mesa-dri-driver-*"
22
23FILES_${PN}-dbg += "${libdir}/dri/.debug/*"
24FILES_${PN}-xprogs = "${bindir}/glxdemo ${bindir}/glxgears ${bindir}/glxheads ${bindir}/glxinfo"
25
26LEAD_SONAME = "libGL.so.1"
27
28EXTRA_OECONF += "--with-driver=dri --disable-egl --disable-gallium"
29
30do_install_append () {
31 install -d ${D}/usr/bin
32 install -m 0755 ${S}/progs/xdemos/{glxdemo,glxgears,glxheads,glxinfo} ${D}/usr/bin/
33}
34
35python populate_packages_prepend() {
36 import os.path
37
38 dri_drivers_root = os.path.join(bb.data.getVar('libdir', d, 1), "dri")
39
40 do_split_packages(d, dri_drivers_root, '^(.*)_dri\.so$', 'mesa-dri-driver-%s', 'Mesa %s DRI driver', extra_depends='')
41}
42
43COMPATIBLE_HOST = '(i.86.*-linux|x86_64.*-linux)'
44
45
46#
47# Header generated by i586-poky-linux-gcc gen_matypes.c -o gen_matypes -I ../../../include/GL -I ../../../include -I .. -I ../main/ -I ../math -I ../glapi/ -I ../tnl
48# then run gen_matypes > matypes.h on device
49#
diff --git a/meta/recipes-graphics/mesa/mesa-dri_7.8.2.bb b/meta/recipes-graphics/mesa/mesa-dri_7.8.2.bb
deleted file mode 100644
index 1b4606d43e..0000000000
--- a/meta/recipes-graphics/mesa/mesa-dri_7.8.2.bb
+++ /dev/null
@@ -1,56 +0,0 @@
1include mesa-common.inc
2
3LIC_FILES_CHKSUM = "file://docs/license.html;md5=7a3373c039b6b925c427755a4f779c1d"
4
5PROTO_DEPS = "xf86driproto glproto dri2proto"
6LIB_DEPS = "libdrm virtual/libx11 libxext libxxf86vm libxdamage libxfixes expat"
7
8DEPENDS = "${PROTO_DEPS} ${LIB_DEPS} mesa-dri-glsl-native"
9
10PR = "r3"
11
12SRC_URI += "file://crossfix.patch"
13
14SRC_URI[mesalib.md5sum] = "6be2d343a0089bfd395ce02aaf8adb57"
15SRC_URI[mesalib.sha256sum] = "505bf418dceba05837f4ea1b1972b9620c35f8cb94bc4d1e6d573c15f562576d"
16
17SRC_URI[mesademos.md5sum] = "757d9e2e06f48b1a52848be9b0307ced"
18SRC_URI[mesademos.sha256sum] = "ea7b9ebfb7a80de2b275c0c9124c8a505382ec48411a2794ab82542f9885ac3c"
19
20# most of our targets do not have DRI so will use mesa-xlib
21DEFAULT_PREFERENCE = "-1"
22
23LEAD_SONAME = "libGL.so.1"
24
25EXTRA_OECONF += "--with-driver=dri --disable-egl --disable-gallium"
26
27# We need glsl-compile built for buildhost arch instead of target (is provided by mesa-dri-glsl-native)"
28do_configure_prepend() {
29 sed -i "s#^GLSL_CL = .*\$#GLSL_CL = ${STAGING_BINDIR_NATIVE}/glsl-compile#g" ${S}/src/mesa/shader/slang/library/Makefile
30}
31
32do_install_append () {
33 install -d ${D}/usr/bin
34 install -m 0755 ${S}/progs/xdemos/{glxdemo,glxgears,glxheads,glxinfo} ${D}/usr/bin/
35}
36
37python populate_packages_prepend() {
38 import os.path
39
40 dri_drivers_root = os.path.join(bb.data.getVar('libdir', d, 1), "dri")
41
42 do_split_packages(d, dri_drivers_root, '^(.*)_dri\.so$', 'mesa-dri-driver-%s', 'Mesa %s DRI driver', extra_depends='')
43}
44
45COMPATIBLE_HOST = '(i.86.*-linux|x86_64.*-linux)'
46
47PACKAGES =+ "${PN}-xprogs"
48PACKAGES_DYNAMIC = "mesa-dri-driver-*"
49
50FILES_${PN}-dbg += "${libdir}/dri/.debug/*"
51FILES_${PN}-xprogs = "${bindir}/glxdemo ${bindir}/glxgears ${bindir}/glxheads ${bindir}/glxinfo"
52
53#
54# Header generated by i586-poky-linux-gcc gen_matypes.c -o gen_matypes -I ../../../include/GL -I ../../../include -I .. -I ../main/ -I ../math -I ../glapi/ -I ../tnl
55# then run gen_matypes > matypes.h on device
56#