* [Patch v2 0/2] Misc commits for xorg driver packages
@ 2013-01-16 0:50 nitin.a.kamble
2013-01-16 0:50 ` [Patch v2 1/2] xf86-video-modesetting: new recipe for gma500 nitin.a.kamble
2013-01-16 0:50 ` [Patch v2 2/2] ia32-base.inc: Add more macros for xf86 drivers nitin.a.kamble
0 siblings, 2 replies; 3+ messages in thread
From: nitin.a.kamble @ 2013-01-16 0:50 UTC (permalink / raw)
To: Openembedded-core
From: Nitin A Kamble <nitin.a.kamble@intel.com>
This v2 fixes the license MD5SUM in the xf86-video-modesetting recipe.
And it also adds a commit which provides macros for specifying additional xorg drivers in
the BSP configurations.
Thanks,
Nitin
The following changes since commit 53cc748b93e8af584557d6db5309c3e955182c5c:
linux-libc-headers: fix headers install in long path name environments (2013-01-10 23:53:51 +0000)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib nitin/misc
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/misc
Nitin A Kamble (2):
xf86-video-modesetting: new recipe for gma500
ia32-base.inc: Add more macros for xf86 drivers
meta/conf/machine/include/ia32-base.inc | 4 ++++
.../xorg-driver/xf86-video-modesetting_0.6.0.bb | 8 ++++++++
2 files changed, 12 insertions(+), 0 deletions(-)
create mode 100644 meta/recipes-graphics/xorg-driver/xf86-video-modesetting_0.6.0.bb
--
1.7.3.4
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Patch v2 1/2] xf86-video-modesetting: new recipe for gma500
2013-01-16 0:50 [Patch v2 0/2] Misc commits for xorg driver packages nitin.a.kamble
@ 2013-01-16 0:50 ` nitin.a.kamble
2013-01-16 0:50 ` [Patch v2 2/2] ia32-base.inc: Add more macros for xf86 drivers nitin.a.kamble
1 sibling, 0 replies; 3+ messages in thread
From: nitin.a.kamble @ 2013-01-16 0:50 UTC (permalink / raw)
To: Openembedded-core
From: Nitin A Kamble <nitin.a.kamble@intel.com>
I am trying to use gma500 driver for the noemgd BSPs. The current best
xf86 driver for it is modesetting. This recipe provides that
driver.
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
---
.../xorg-driver/xf86-video-modesetting_0.6.0.bb | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
create mode 100644 meta/recipes-graphics/xorg-driver/xf86-video-modesetting_0.6.0.bb
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-modesetting_0.6.0.bb b/meta/recipes-graphics/xorg-driver/xf86-video-modesetting_0.6.0.bb
new file mode 100644
index 0000000..02f4667
--- /dev/null
+++ b/meta/recipes-graphics/xorg-driver/xf86-video-modesetting_0.6.0.bb
@@ -0,0 +1,8 @@
+require xorg-driver-video.inc
+LIC_FILES_CHKSUM = "file://COPYING;md5=5e53d3fcadb1c23d122ad63cb099a918"
+
+DESCRIPTION = "X.Org X server -- modesetting display driver"
+PR = "${INC_PR}.0"
+
+SRC_URI[md5sum] = "d8a771d5d2d75ea9d234c6928153c08b"
+SRC_URI[sha256sum] = "852f9ddb213913f75e1e65ad7ce9c6b5bc7f43a93d8087b6e59666ea4eb3d0d6"
--
1.7.3.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Patch v2 2/2] ia32-base.inc: Add more macros for xf86 drivers
2013-01-16 0:50 [Patch v2 0/2] Misc commits for xorg driver packages nitin.a.kamble
2013-01-16 0:50 ` [Patch v2 1/2] xf86-video-modesetting: new recipe for gma500 nitin.a.kamble
@ 2013-01-16 0:50 ` nitin.a.kamble
1 sibling, 0 replies; 3+ messages in thread
From: nitin.a.kamble @ 2013-01-16 0:50 UTC (permalink / raw)
To: Openembedded-core
From: Nitin A Kamble <nitin.a.kamble@intel.com>
This commit adds macros for fbdev & modesetting X driver packages.
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
---
meta/conf/machine/include/ia32-base.inc | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/meta/conf/machine/include/ia32-base.inc b/meta/conf/machine/include/ia32-base.inc
index ab8ef65..0798bf8 100644
--- a/meta/conf/machine/include/ia32-base.inc
+++ b/meta/conf/machine/include/ia32-base.inc
@@ -47,3 +47,7 @@ XSERVER_IA32_I965 = "xf86-video-intel \
"
XSERVER_IA32_VESA = "xf86-video-vesa"
+
+XSERVER_IA32_FBDEV = "xf86-video-fbdev"
+
+XSERVER_IA32_MODESETTING = "xf86-video-modesetting"
--
1.7.3.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-01-16 1:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-16 0:50 [Patch v2 0/2] Misc commits for xorg driver packages nitin.a.kamble
2013-01-16 0:50 ` [Patch v2 1/2] xf86-video-modesetting: new recipe for gma500 nitin.a.kamble
2013-01-16 0:50 ` [Patch v2 2/2] ia32-base.inc: Add more macros for xf86 drivers nitin.a.kamble
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.