diff options
| author | Tom Zanussi <tom.zanussi@intel.com> | 2011-06-01 01:06:15 -0500 |
|---|---|---|
| committer | Tom Zanussi <tom.zanussi@intel.com> | 2011-06-01 22:20:50 -0500 |
| commit | e9c7bbe061e2fb5a638de02994e94d35982672e6 (patch) | |
| tree | 86bb7b83efc7b3d39fc10768bc6424494426ced8 /meta-crownbay/recipes-graphics | |
| parent | 5475e105e7a15f2884544ae760fa5583b1bd01d0 (diff) | |
| download | meta-intel-e9c7bbe061e2fb5a638de02994e94d35982672e6.tar.gz | |
meta-crownbay: remove obsolete graphics recipes
With the emgd 1.6 upgrade, we no longer need these.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Acked-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'meta-crownbay/recipes-graphics')
6 files changed, 0 insertions, 177 deletions
diff --git a/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-emgd-bin_1.7.99.2.bb b/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-emgd-bin_1.7.99.2.bb deleted file mode 100644 index 95068722..00000000 --- a/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-emgd-bin_1.7.99.2.bb +++ /dev/null | |||
| @@ -1,90 +0,0 @@ | |||
| 1 | SUMMARY = "EMGD 1.5 xserver binaries" | ||
| 2 | DESCRIPTION = "EMGD 1.5 includes some userspace binaries that use non-free licensing. Intel Open Source Technology Center unfortunately has no power to change that, but tries to make their use as painless as possible. Please see the README.before.building in meta-crownbay/recipes/xorg-xerver for instructions on the (simple) manual steps necessary to make the necessary binaries available to this recipe. Please do that before building an image." | ||
| 3 | |||
| 4 | LICENSE = "Intel-binary-only" | ||
| 5 | LIC_FILES_CHKSUM = "file://${WORKDIR}/License.txt;md5=95c4d031b83ab803f3f2401b04ecfbcd" | ||
| 6 | PR = "r0" | ||
| 7 | |||
| 8 | FILESPATH = "${FILE_DIRNAME}/xserver-xf86-emgd-bin" | ||
| 9 | |||
| 10 | FILES_${PN} = "${libdir}/*.so.* ${libdir}/dri ${libdir}/xorg/modules/drivers" | ||
| 11 | |||
| 12 | SRC_URI = "file://emgd_dri.so \ | ||
| 13 | file://emgd_drv.so \ | ||
| 14 | file://emgd_drv_video.so \ | ||
| 15 | file://libEGL.so \ | ||
| 16 | file://libGLES_CM.so \ | ||
| 17 | file://libGLESv2.so \ | ||
| 18 | file://libIMGegl.so \ | ||
| 19 | file://libOpenVG.so \ | ||
| 20 | file://libOpenVGU.so \ | ||
| 21 | file://libPVROGL.so \ | ||
| 22 | file://libPVRScopeServices.so \ | ||
| 23 | file://libXegd_escape.so.2.0.0 \ | ||
| 24 | file://libglslcompiler.so \ | ||
| 25 | file://libpvr2d.so \ | ||
| 26 | file://libpvrPVR2D_DRIWSEGL.so \ | ||
| 27 | file://libsrv_init.so \ | ||
| 28 | file://libsrv_um.so \ | ||
| 29 | file://libva-x11.so.1.0.1 \ | ||
| 30 | file://libva.so.1.0.1 \ | ||
| 31 | file://License.txt" | ||
| 32 | |||
| 33 | S = "${WORKDIR}" | ||
| 34 | |||
| 35 | do_install () { | ||
| 36 | install -d -m 0755 ${D}/${libdir}/dri ${D}/${libdir}/xorg/modules/drivers | ||
| 37 | |||
| 38 | install -m 0755 ${S}/emgd_dri.so ${D}${libdir}/dri/emgd_dri.so.1.1.15.3082 | ||
| 39 | ln -sf emgd_dri.so.1.1.15.3082 ${D}${libdir}/dri/emgd_dri.so | ||
| 40 | |||
| 41 | install -m 0755 ${S}/emgd_drv.so ${D}${libdir}/xorg/modules/drivers/emgd_drv.so | ||
| 42 | install -m 0755 ${S}/emgd_drv_video.so ${D}${libdir}/xorg/modules/drivers/emgd_drv_video.so | ||
| 43 | |||
| 44 | install -m 0755 ${S}/libEGL.so ${D}${libdir}/libEGL.so.1.1.15.3082 | ||
| 45 | ln -sf libEGL.so.1.1.15.3082 ${D}${libdir}/libEGL.so | ||
| 46 | |||
| 47 | install -m 0755 ${S}/libGLES_CM.so ${D}${libdir}/libGLES_CM.so.1.1.15.3082 | ||
| 48 | ln -sf libGLES_CM.so.1.1.15.3082 ${D}${libdir}/libGLES_CM.so | ||
| 49 | |||
| 50 | install -m 0755 ${S}/libGLESv2.so ${D}${libdir}/libGLESv2.so.1.1.15.3082 | ||
| 51 | ln -sf libGLESv2.so.1.1.15.3082 ${D}${libdir}/libGLESv2.so | ||
| 52 | |||
| 53 | install -m 0755 ${S}/libIMGegl.so ${D}${libdir}/libIMGegl.so.1.1.15.3082 | ||
| 54 | ln -sf libIMGegl.so.1.1.15.3082 ${D}${libdir}/libIMGegl.so | ||
| 55 | |||
| 56 | install -m 0755 ${S}/libOpenVG.so ${D}${libdir}/libOpenVG.so.1.1.15.3082 | ||
| 57 | ln -sf libOpenVG.so.1.1.15.3082 ${D}${libdir}/libOpenVG.so | ||
| 58 | |||
| 59 | install -m 0755 ${S}/libOpenVGU.so ${D}${libdir}/libOpenVGU.so.1.1.15.3082 | ||
| 60 | ln -sf libOpenVG.so.1.1.15.3082 ${D}${libdir}/libOpenVGU.so | ||
| 61 | |||
| 62 | install -m 0755 ${S}/libPVROGL.so ${D}${libdir}/libPVROGL.so.1.1.15.3082 | ||
| 63 | ln -sf libPVROGL.so.1.1.15.3082 ${D}${libdir}/libPVROGL.so | ||
| 64 | |||
| 65 | install -m 0755 ${S}/libPVRScopeServices.so ${D}${libdir}/libPVRScopeServices.so.1.1.15.3082 | ||
| 66 | ln -sf libPVRScopeServices.so.1.1.15.3082 ${D}${libdir}/libPVRScopeServices.so | ||
| 67 | |||
| 68 | install -m 0755 ${S}/libXegd_escape.so.2.0.0 ${D}${libdir}/libXegd_escape.so.2.0.0 | ||
| 69 | |||
| 70 | install -m 0755 ${S}/libglslcompiler.so ${D}${libdir}/libglslcompiler.so.1.1.15.3082 | ||
| 71 | ln -sf libglslcompiler.so.1.1.15.3082 ${D}${libdir}/libglslcompiler.so | ||
| 72 | |||
| 73 | install -m 0755 ${S}/libpvr2d.so ${D}${libdir}/libpvr2d.so.1.1.15.3082 | ||
| 74 | ln -sf libpvr2d.so.1.1.15.3082 ${D}${libdir}/libpvr2d.so | ||
| 75 | |||
| 76 | install -m 0755 ${S}/libpvrPVR2D_DRIWSEGL.so ${D}${libdir}/libpvrPVR2D_DRIWSEGL.so.1.1.15.3082 | ||
| 77 | ln -sf libpvrPVR2D_DRIWSEGL.so.1.1.15.3082 ${D}${libdir}/libpvrPVR2D_DRIWSEGL.so | ||
| 78 | |||
| 79 | install -m 0755 ${S}/libsrv_init.so ${D}${libdir}/libsrv_init.so.1.1.15.3082 | ||
| 80 | ln -sf libsrv_init.so.1.1.15.3082 ${D}${libdir}/libsrv_init.so | ||
| 81 | |||
| 82 | install -m 0755 ${S}/libsrv_um.so ${D}${libdir}/libsrv_um.so.1.1.15.3082 | ||
| 83 | ln -sf libsrv_um.so.1.1.15.3082 ${D}${libdir}/libsrv_um.so | ||
| 84 | |||
| 85 | install -m 0755 ${S}/libva-x11.so.1.0.1 ${D}${libdir}/libva-x11.so.1.0.1 | ||
| 86 | |||
| 87 | install -m 0755 ${S}/libva.so.1.0.1 ${D}${libdir}/libva.so.1.0.1 | ||
| 88 | } | ||
| 89 | |||
| 90 | LEAD_SONAME = "libEGL.so" | ||
diff --git a/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-emgd/crosscompile.patch b/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-emgd/crosscompile.patch deleted file mode 100644 index 2341e40b..00000000 --- a/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-emgd/crosscompile.patch +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | Index: xorg-server-1.7.99.2/configure.ac | ||
| 2 | =================================================================== | ||
| 3 | --- xorg-server-1.7.99.2.orig/configure.ac 2010-01-29 16:38:49.000000000 +0000 | ||
| 4 | +++ xorg-server-1.7.99.2/configure.ac 2010-01-29 16:42:39.000000000 +0000 | ||
| 5 | @@ -503,14 +503,10 @@ | ||
| 6 | |||
| 7 | dnl Uses --default-font-path if set, otherwise checks for /etc/X11/fontpath.d, | ||
| 8 | dnl otherwise uses standard subdirectories of FONTROOTDIR | ||
| 9 | -AC_CHECK_FILE([${sysconfdir}/X11/fontpath.d], | ||
| 10 | - [DEFAULT_FONT_PATH='catalogue:${sysconfdir}/X11/fontpath.d'], | ||
| 11 | - [ | ||
| 12 | DEFAULT_FONT_PATH="${FONTMISCDIR}/,${FONTTTFDIR}/,${FONTOTFDIR}/,${FONTTYPE1DIR}/,${FONT100DPIDIR}/,${FONT75DPIDIR}/" | ||
| 13 | case $host_os in | ||
| 14 | darwin*) DEFAULT_FONT_PATH="${DEFAULT_FONT_PATH},/Library/Fonts,/System/Library/Fonts" ;; | ||
| 15 | esac | ||
| 16 | - ]) | ||
| 17 | AC_ARG_WITH(default-font-path, AS_HELP_STRING([--with-default-font-path=PATH], [Comma separated list of font dirs]), | ||
| 18 | [ FONTPATH="$withval" ], | ||
| 19 | [ FONTPATH="${DEFAULT_FONT_PATH}" ]) | ||
diff --git a/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-emgd/fix_open_max_preprocessor_error.patch b/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-emgd/fix_open_max_preprocessor_error.patch deleted file mode 100644 index 565832ee..00000000 --- a/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-emgd/fix_open_max_preprocessor_error.patch +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 1 | Index: git/os/osdep.h | ||
| 2 | =================================================================== | ||
| 3 | --- git.orig/os/osdep.h 2008-10-07 18:38:21.000000000 +0100 | ||
| 4 | +++ git/os/osdep.h 2008-10-07 18:39:36.000000000 +0100 | ||
| 5 | @@ -92,7 +92,7 @@ | ||
| 6 | * like sysconf(_SC_OPEN_MAX) is not supported. | ||
| 7 | */ | ||
| 8 | |||
| 9 | -#if OPEN_MAX <= 256 | ||
| 10 | +#if 0 | ||
| 11 | #define MAXSOCKS (OPEN_MAX - 1) | ||
| 12 | #else | ||
| 13 | #define MAXSOCKS 256 | ||
diff --git a/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-emgd/macro_tweak.patch b/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-emgd/macro_tweak.patch deleted file mode 100644 index 6998adff..00000000 --- a/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-emgd/macro_tweak.patch +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | Index: xorg-server-1.5.0/xorg-server.m4 | ||
| 2 | =================================================================== | ||
| 3 | --- xorg-server-1.5.0.orig/xorg-server.m4 2007-05-29 20:36:51.000000000 +0100 | ||
| 4 | +++ xorg-server-1.5.0/xorg-server.m4 2008-11-04 23:56:55.000000000 +0000 | ||
| 5 | @@ -28,9 +28,12 @@ | ||
| 6 | # Checks for the $1 define in xorg-server.h (from the sdk). If it | ||
| 7 | # is defined, then add $1 to $REQUIRED_MODULES. | ||
| 8 | |||
| 9 | +m4_pattern_allow(PKG_CONFIG_SYSROOT_DIR) | ||
| 10 | + | ||
| 11 | AC_DEFUN([XORG_DRIVER_CHECK_EXT],[ | ||
| 12 | + PKG_PROG_PKG_CONFIG | ||
| 13 | SAVE_CFLAGS="$CFLAGS" | ||
| 14 | - CFLAGS="$CFLAGS -I`pkg-config --variable=sdkdir xorg-server`" | ||
| 15 | + CFLAGS="$CFLAGS -I$PKG_CONFIG_SYSROOT_DIR`pkg-config --variable=sdkdir xorg-server`" | ||
| 16 | AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ | ||
| 17 | #include "xorg-server.h" | ||
| 18 | #if !defined $1 | ||
diff --git a/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-emgd/nodolt.patch b/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-emgd/nodolt.patch deleted file mode 100644 index 6b34032a..00000000 --- a/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-emgd/nodolt.patch +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 1 | Index: git/configure.ac | ||
| 2 | =================================================================== | ||
| 3 | --- git.orig/configure.ac 2009-01-15 20:35:31.000000000 +0000 | ||
| 4 | +++ git/configure.ac 2009-01-15 20:35:38.000000000 +0000 | ||
| 5 | @@ -62,7 +62,6 @@ | ||
| 6 | AC_LIBTOOL_WIN32_DLL | ||
| 7 | AC_DISABLE_STATIC | ||
| 8 | AC_PROG_LIBTOOL | ||
| 9 | -DOLT | ||
| 10 | AC_PROG_MAKE_SET | ||
| 11 | PKG_PROG_PKG_CONFIG | ||
| 12 | AC_PROG_LEX | ||
diff --git a/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-emgd_1.7.99.2.bb b/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-emgd_1.7.99.2.bb deleted file mode 100644 index 01f0a244..00000000 --- a/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-emgd_1.7.99.2.bb +++ /dev/null | |||
| @@ -1,25 +0,0 @@ | |||
| 1 | require recipes-graphics/xorg-xserver/xserver-xf86-dri-lite.inc | ||
| 2 | |||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=3dd2bbe3563837f80ed8926b06c1c353" | ||
| 4 | |||
| 5 | PROTO_DEPS += "xf86driproto dri2proto" | ||
| 6 | |||
| 7 | DEPENDS += "font-util" | ||
| 8 | |||
| 9 | PE = "1" | ||
| 10 | PR = "r0" | ||
| 11 | |||
| 12 | SRC_URI += "file://nodolt.patch \ | ||
| 13 | file://crosscompile.patch" | ||
| 14 | |||
| 15 | # Misc build failure for master HEAD | ||
| 16 | SRC_URI += "file://fix_open_max_preprocessor_error.patch" | ||
| 17 | |||
| 18 | SRC_URI[md5sum] = "cafc4e2d4ef6cf6e47f3e7dffeb3346a" | ||
| 19 | SRC_URI[sha256sum] = "a89f13b166b412930fe418ff50032dd2cde8bb181d8b47b5ca6f848d218fdcf2" | ||
| 20 | |||
| 21 | RDEPENDS_${PN} += "xserver-xf86-emgd-bin mesa-dri" | ||
| 22 | |||
| 23 | COMPATIBLE_MACHINE = "crownbay" | ||
| 24 | |||
| 25 | EXTRA_OECONF += "--enable-dga --enable-dri --enable-dri2" | ||
