From: tom.zanussi@intel.com
To: yocto@yoctoproject.org
Subject: [PATCH 00/10] meta-intel: xserver-xorg rename fixes
Date: Thu, 13 Oct 2011 00:07:17 -0500 [thread overview]
Message-ID: <cover.1318481569.git.tom.zanussi@intel.com> (raw)
From: Tom Zanussi <tom.zanussi@intel.com>
This patchset is a first pass at the fixes needed to fix up the server-xorg
renaming in meta-intel.
So far sugarbay has been build and boot-tested successfully into sato.
crownbay has been build tested but failed to start X - in any case it
builds, which is a step forward. I applied the same changes to the other
BSPs but haven't yet built or booted them; I'll be doing that over the
next couple of days, but they should at least compile and not prevent
autobuilder from going green.
I did have one problem in that xf86-video-intel failed do_patch, and
had to respin the buidfix.patch as below, which doesn't make any sense
since I verified that the S = "${WORKDIR}/${BPN}-${PV}" assignment in
xorg-driver-common.inc was actually getting the right value for the
existing patch, and there shoule be no reason for it to fail. Anyway,
that's another thing I'll look into tomorrow if nobody else does.
Index: xf86-video-intel-2.16.0/src/intel.h
===================================================================
--- xf86-video-intel-2.16.0.orig/src/intel.h 2011-10-12 21:50:29.794427760 -0500
+++ xf86-video-intel-2.16.0/src/intel.h 2011-10-12 21:52:04.953637183 -0500
@@ -65,9 +65,7 @@
#include <pciaccess.h>
#include "xf86drm.h"
-#include "sarea.h"
#define _XF86DRI_SERVER_
-#include "dri.h"
#include "dri2.h"
#include "intel_bufmgr.h"
#include "i915_drm.h"
The following changes since commit e0e52850cf5f84fb4ee1bfa15571aaf61e068450:
Tom Zanussi (1):
meta-emenlow: restore /usr/lib/dri for xpsb-glx
are available in the git repository at:
git://git.yoctoproject.org/meta-intel.git tzanussi/xorg-rename-fixes-v0
http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/log/?h=tzanussi/xorg-rename-fixes-v0
Tom Zanussi (10):
meta-intel: /common xserver-xorg name change
meta-sugarbay: xserver-xorg rename
meta-sugarbay: remove meta-intel/common from BBFILES
meta-crownbay: xserver-xorg renaming updates
meta-fishriver: xserver-xorg renaming updates
meta-fri2: xserver-xorg renaming updates
meta-jasperforest: remove meta-intel/common from BBFILES
meta-jasperforest: xserver-xorg renaming updates
meta-jasperforest: remove obsolete xserver-xf86-dri-lite .bbappend
meta-n450: xserver-xorg renaming updates
...86-dri-lite_1.9.3.bb => xserver-xorg-1.9.3.inc} | 16 ++++++----------
.../crosscompile.patch | 0
.../fix_open_max_preprocessor_error.patch | 0
.../macro_tweak.patch | 0
.../nodolt.patch | 0
.../xorg-xserver/xserver-xorg_1.9.3.bb | 4 ++++
meta-crownbay/conf/machine/crownbay-noemgd.conf | 6 +++---
meta-crownbay/conf/machine/crownbay.conf | 8 ++++----
meta-fishriver/conf/machine/fishriver.conf | 6 +++---
meta-fri2/conf/machine/fri2-noemgd.conf | 6 +++---
meta-fri2/conf/machine/fri2.conf | 8 ++++----
meta-jasperforest/conf/layer.conf | 4 +---
meta-jasperforest/conf/machine/jasperforest.conf | 6 +++---
.../xserver-xf86-dri-lite_1.9.3.bbappend | 1 -
meta-n450/conf/machine/n450.conf | 6 +++---
meta-sugarbay/conf/layer.conf | 4 +---
meta-sugarbay/conf/machine/sugarbay.conf | 6 +++---
17 files changed, 38 insertions(+), 43 deletions(-)
rename common/recipes-graphics/xorg-xserver/{xserver-xf86-dri-lite_1.9.3.bb => xserver-xorg-1.9.3.inc} (83%)
rename common/recipes-graphics/xorg-xserver/{xserver-xf86-dri-lite => xserver-xorg-1.9.3}/crosscompile.patch (100%)
rename common/recipes-graphics/xorg-xserver/{xserver-xf86-dri-lite => xserver-xorg-1.9.3}/fix_open_max_preprocessor_error.patch (100%)
rename common/recipes-graphics/xorg-xserver/{xserver-xf86-dri-lite => xserver-xorg-1.9.3}/macro_tweak.patch (100%)
rename common/recipes-graphics/xorg-xserver/{xserver-xf86-dri-lite => xserver-xorg-1.9.3}/nodolt.patch (100%)
create mode 100644 common/recipes-graphics/xorg-xserver/xserver-xorg_1.9.3.bb
delete mode 100644 meta-jasperforest/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.9.3.bbappend
next reply other threads:[~2011-10-13 5:07 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-13 5:07 tom.zanussi [this message]
2011-10-13 5:07 ` [PATCH 01/10] meta-intel: /common xserver-xorg name change tom.zanussi
2011-10-13 5:07 ` [PATCH 02/10] meta-sugarbay: xserver-xorg rename tom.zanussi
2011-10-13 5:07 ` [PATCH 03/10] meta-sugarbay: remove meta-intel/common from BBFILES tom.zanussi
2011-10-13 5:07 ` [PATCH 04/10] meta-crownbay: xserver-xorg renaming updates tom.zanussi
2011-10-13 5:07 ` [PATCH 05/10] meta-fishriver: " tom.zanussi
2011-10-13 5:07 ` [PATCH 06/10] meta-fri2: " tom.zanussi
2011-10-13 5:07 ` [PATCH 07/10] meta-jasperforest: remove meta-intel/common from BBFILES tom.zanussi
2011-10-13 5:07 ` [PATCH 08/10] meta-jasperforest: xserver-xorg renaming updates tom.zanussi
2011-10-13 5:07 ` [PATCH 09/10] meta-jasperforest: remove obsolete xserver-xf86-dri-lite .bbappend tom.zanussi
2011-10-13 5:07 ` [PATCH 10/10] meta-n450: xserver-xorg renaming updates tom.zanussi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1318481569.git.tom.zanussi@intel.com \
--to=tom.zanussi@intel.com \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.