From eca21e63590c165c5aaf14cbd51c7f325b731aba Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Mon, 20 Dec 2010 12:24:36 -0600 Subject: meta-emenlow: update to the new BSP layout This modifies the meta-emenlow BSP layer to reflect the new BSP standard layout as defined in the latestYocto BSP Developer's Guide. There's no change in functionality here - this simply moves things around, adds a README, and makes the SRCREVs local. Signed-off-by: Tom Zanussi --- .../xorg-x11-drv-psb-0.31.0-xserver17.patch | 85 ---------------------- 1 file changed, 85 deletions(-) delete mode 100644 meta-emenlow/recipes/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/xorg-x11-drv-psb-0.31.0-xserver17.patch (limited to 'meta-emenlow/recipes/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/xorg-x11-drv-psb-0.31.0-xserver17.patch') diff --git a/meta-emenlow/recipes/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/xorg-x11-drv-psb-0.31.0-xserver17.patch b/meta-emenlow/recipes/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/xorg-x11-drv-psb-0.31.0-xserver17.patch deleted file mode 100644 index defed5036..000000000 --- a/meta-emenlow/recipes/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/xorg-x11-drv-psb-0.31.0-xserver17.patch +++ /dev/null @@ -1,85 +0,0 @@ ---- xserver-xorg-video-psb-0.31.0/src/Xpsb.h 2009-04-17 11:22:26.000000000 -0700 -+++ xserver-xorg-video-psb-0.31.0/src/Xpsb.h.new 2009-08-28 09:24:16.333677591 -0700 -@@ -38,7 +38,9 @@ - #include "xf86drm.h" - #include "xf86.h" - #include "xf86_OSproc.h" -+#if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 6 - #include "xf86Resources.h" -+#endif - #include "compiler.h" - - #define XPSB_VOFFSET_X 0 ---- xserver-xorg-video-psb-0.31.0/src/psb_driver.h 2009-04-17 11:22:25.000000000 -0700 -+++ xserver-xorg-video-psb-0.31.0/src/psb_driver.h.new 2009-08-28 09:24:11.822679667 -0700 -@@ -34,7 +34,6 @@ - - #include "xf86.h" - #include "xf86_OSproc.h" --#include "xf86Resources.h" - #include "compiler.h" - #include "xf86PciInfo.h" - #include "vgaHW.h" -@@ -46,8 +45,10 @@ - #include "xf86int10.h" - #include "mibank.h" - #include "dgaproc.h" -+#if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 6 - #include "xf86Resources.h" - #include "xf86RAC.h" -+#endif - #include "fb.h" - #include "xaa.h" - #include "xf86xv.h" ---- xserver-xorg-video-psb-0.31.0/src/i830_i2c.c 2009-04-17 11:22:24.000000000 -0700 -+++ xserver-xorg-video-psb-0.31.0/src/i830_i2c.c.new 2009-08-28 09:33:06.789804272 -0700 -@@ -31,8 +31,10 @@ - - #include "xf86.h" - #include "xf86_OSproc.h" -+#if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 6 - #include "xf86Resources.h" - #include "xf86RAC.h" -+#endif - #include "xf86cmap.h" - #include "compiler.h" - #include "mibstore.h" ---- xserver-xorg-video-psb-0.31.0/src/psb_video.c 2009-04-17 11:22:26.000000000 -0700 -+++ xserver-xorg-video-psb-0.31.0/src/psb_video.c.new 2009-08-28 09:35:03.874805663 -0700 -@@ -36,7 +36,9 @@ - - #include "xf86.h" - #include "xf86_OSproc.h" -+#if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 6 - #include "xf86Resources.h" -+#endif - #include "compiler.h" - - #include "xf86xv.h" ---- xserver-xorg-video-psb-0.31.0/src/psb_driver.c 2009-04-17 11:22:26.000000000 -0700 -+++ xserver-xorg-video-psb-0.31.0/src/psb_driver.c.new 2009-08-28 10:30:32.325553685 -0700 -@@ -317,7 +317,7 @@ - * This data is accessed by the loader. The name must be the module name - * followed by "ModuleData". - */ --XF86ModuleData psbModuleData = { &psbVersionRec, psbSetup, NULL }; -+_X_EXPORT XF86ModuleData psbModuleData = { &psbVersionRec, psbSetup, NULL }; - - static pointer - psbSetup(pointer Module, pointer Options, int *ErrorMajor, int *ErrorMinor) -@@ -1023,11 +1023,13 @@ - - PSB_DEBUG(scrnIndex, 3, "Initializing device\n"); - -+#ifndef XSERVER_LIBPCIACCESS - if (xf86RegisterResources(pDevice->pEnt->index, NULL, ResExclusive)) { - xf86DrvMsg(scrnIndex, X_ERROR, - "Could not registrer device. Resource conflict.\n"); - return FALSE; - } -+#endif - - if (!xf86LoadSubModule(pDevice->pScrns[0], "vgahw")) - return FALSE; - - -- cgit v1.2.3