diff options
-rw-r--r-- | meta-moblin/conf/distro/include/moblin-fixed-revisions.inc | 4 | ||||
-rw-r--r-- | meta-moblin/conf/distro/include/moblin-floating-revisions.inc | 2 | ||||
-rw-r--r-- | meta/packages/mesa/mesa-dri_7.7.bb | 49 |
3 files changed, 52 insertions, 3 deletions
diff --git a/meta-moblin/conf/distro/include/moblin-fixed-revisions.inc b/meta-moblin/conf/distro/include/moblin-fixed-revisions.inc index d0e4751706..e88453d423 100644 --- a/meta-moblin/conf/distro/include/moblin-fixed-revisions.inc +++ b/meta-moblin/conf/distro/include/moblin-fixed-revisions.inc | |||
@@ -9,14 +9,14 @@ PREFERRED_VERSION_gtk+ ?= "2.18.5" | |||
9 | PREFERRED_VERSION_pango = "1.26.0" | 9 | PREFERRED_VERSION_pango = "1.26.0" |
10 | PREFERRED_VERSION_udev ?= "145" | 10 | PREFERRED_VERSION_udev ?= "145" |
11 | 11 | ||
12 | PREFERRED_VERSION_mesa-dri ?= "7.5" | 12 | PREFERRED_VERSION_mesa-dri ?= "7.7" |
13 | PREFERRED_VERSION_xf86-video-intel ?= "2.7.1" | 13 | PREFERRED_VERSION_xf86-video-intel ?= "2.7.1" |
14 | PREFERRED_VERSION_xserver-xf86-dri-lite ?= "1.6.0" | 14 | PREFERRED_VERSION_xserver-xf86-dri-lite ?= "1.6.0" |
15 | PREFERRED_VERSION_libxcb ?= "1.3" | 15 | PREFERRED_VERSION_libxcb ?= "1.3" |
16 | PREFERRED_VERSION_xcb-proto ?= "1.5" | 16 | PREFERRED_VERSION_xcb-proto ?= "1.5" |
17 | PREFERRED_VERSION_libx11-trim ?= "1.2.1" | 17 | PREFERRED_VERSION_libx11-trim ?= "1.2.1" |
18 | 18 | ||
19 | PREFERRED_VERSION_libdrm ?= "" | 19 | PREFERRED_VERSION_libdrm ?= "2.4.15" |
20 | PREFERRED_VERSION_xf86-input-keyboard ?= "" | 20 | PREFERRED_VERSION_xf86-input-keyboard ?= "" |
21 | PREFERRED_VERSION_dri2proto ?= "" | 21 | PREFERRED_VERSION_dri2proto ?= "" |
22 | 22 | ||
diff --git a/meta-moblin/conf/distro/include/moblin-floating-revisions.inc b/meta-moblin/conf/distro/include/moblin-floating-revisions.inc index 4cb59646e5..1cc5cd8444 100644 --- a/meta-moblin/conf/distro/include/moblin-floating-revisions.inc +++ b/meta-moblin/conf/distro/include/moblin-floating-revisions.inc | |||
@@ -74,7 +74,7 @@ SRCREV_pn-twitter-glib ?= "${AUTOREV}" | |||
74 | SRCREV_pn-xf86-video-gma500 ?= "${AUTOREV}" | 74 | SRCREV_pn-xf86-video-gma500 ?= "${AUTOREV}" |
75 | 75 | ||
76 | SRCREV_pn-libdrm ?= "${AUTOREV}" | 76 | SRCREV_pn-libdrm ?= "${AUTOREV}" |
77 | PREFERRED_VERSION_libdrm ?= "2.4.7+git%" | 77 | PREFERRED_VERSION_libdrm ?= "2.4.15+git%" |
78 | SRCREV_pn-mesa-dri ?= "${AUTOREV}" | 78 | SRCREV_pn-mesa-dri ?= "${AUTOREV}" |
79 | PREFERRED_VERSION_mesa-dri ?= "7.5+git%" | 79 | PREFERRED_VERSION_mesa-dri ?= "7.5+git%" |
80 | SRCREV_pn-xf86-video-intel ?= "${AUTOREV}" | 80 | SRCREV_pn-xf86-video-intel ?= "${AUTOREV}" |
diff --git a/meta/packages/mesa/mesa-dri_7.7.bb b/meta/packages/mesa/mesa-dri_7.7.bb new file mode 100644 index 0000000000..b4344037ed --- /dev/null +++ b/meta/packages/mesa/mesa-dri_7.7.bb | |||
@@ -0,0 +1,49 @@ | |||
1 | include mesa-common.inc | ||
2 | |||
3 | SRC_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 | |||
7 | PROTO_DEPS = "xf86driproto glproto dri2proto" | ||
8 | LIB_DEPS = "libdrm virtual/libx11 libxext libxxf86vm libxdamage libxfixes expat" | ||
9 | |||
10 | DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}" | ||
11 | |||
12 | PR = "r11" | ||
13 | |||
14 | # most of our targets do not have DRI so will use mesa-xlib | ||
15 | DEFAULT_PREFERENCE = "-1" | ||
16 | |||
17 | # Netbooks have DRI support so use mesa-dri by default | ||
18 | DEFAULT_PREFERENCE_netbook = "1" | ||
19 | |||
20 | PACKAGES =+ "${PN}-xprogs" | ||
21 | PACKAGES_DYNAMIC = "mesa-dri-driver-*" | ||
22 | |||
23 | FILES_${PN}-dbg += "${libdir}/dri/.debug/*" | ||
24 | FILES_${PN}-xprogs = "${bindir}/glxdemo ${bindir}/glxgears ${bindir}/glxheads ${bindir}/glxinfo" | ||
25 | |||
26 | LEAD_SONAME = "libGL.so.1" | ||
27 | |||
28 | EXTRA_OECONF += "--with-driver=dri --disable-egl --disable-gallium" | ||
29 | |||
30 | do_install_append () { | ||
31 | install -d ${D}/usr/bin | ||
32 | install -m 0755 ${S}/progs/xdemos/{glxdemo,glxgears,glxheads,glxinfo} ${D}/usr/bin/ | ||
33 | } | ||
34 | |||
35 | python 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 | |||
43 | COMPATIBLE_HOST = '(i.86.*-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 | # \ No newline at end of file | ||