* [meta-handheld 0/2] xserver-xf86-config and newer linux-git
@ 2011-10-12 9:23 Martin Jansa
2011-10-12 9:24 ` [meta-handheld 1/2] xserver-xf86-config: add bbappend and spitz xorg.conf Martin Jansa
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Martin Jansa @ 2011-10-12 9:23 UTC (permalink / raw)
To: openembedded-devel
The following changes since commit b4c1268763f3d4f0f9b4326d6fa27ba9c03aeaae:
Ensure FILESEXTRAPATHS_prepend has a trailing colon (2011-09-19 16:27:42 +0100)
are available in the git repository at:
git://gitorious.org/shr/meta-handheld jansa/pull
Martin Jansa (2):
xserver-xf86-config: add bbappend and spitz xorg.conf
linux: bump SRCREV for 3.1.0-rc9 and use repo on kernel.org again
.../xserver-xf86-config/spitz/xorg.conf | 49 ++++++++++++++++++++
.../xorg-xserver/xserver-xf86-config_0.1.bbappend | 1 +
recipes-kernel/linux/linux-git.inc | 7 +--
3 files changed, 53 insertions(+), 4 deletions(-)
create mode 100644 recipes-graphics/xorg-xserver/xserver-xf86-config/spitz/xorg.conf
create mode 100644 recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
--
1.7.7
^ permalink raw reply [flat|nested] 4+ messages in thread
* [meta-handheld 1/2] xserver-xf86-config: add bbappend and spitz xorg.conf
2011-10-12 9:23 [meta-handheld 0/2] xserver-xf86-config and newer linux-git Martin Jansa
@ 2011-10-12 9:24 ` Martin Jansa
2011-10-12 9:24 ` [meta-handheld 2/2] linux: bump SRCREV for 3.1.0-rc9 and use repo on kernel.org again Martin Jansa
2011-10-16 10:54 ` [meta-handheld 0/2] xserver-xf86-config and newer linux-git Paul Eggleton
2 siblings, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2011-10-12 9:24 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
.../xserver-xf86-config/spitz/xorg.conf | 49 ++++++++++++++++++++
.../xorg-xserver/xserver-xf86-config_0.1.bbappend | 1 +
2 files changed, 50 insertions(+), 0 deletions(-)
create mode 100644 recipes-graphics/xorg-xserver/xserver-xf86-config/spitz/xorg.conf
create mode 100644 recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config/spitz/xorg.conf b/recipes-graphics/xorg-xserver/xserver-xf86-config/spitz/xorg.conf
new file mode 100644
index 0000000..224df5c
--- /dev/null
+++ b/recipes-graphics/xorg-xserver/xserver-xf86-config/spitz/xorg.conf
@@ -0,0 +1,49 @@
+Section "Device"
+ Identifier "Generic Video Card"
+ Driver "fbdev"
+ Option "UseFBDev" "true"
+ Option "Rotate" "CW"
+EndSection
+
+Section "Monitor"
+ Identifier "Generic Monitor"
+ Option "DPMS"
+ HorizSync 28-32
+ VertRefresh 43-60
+EndSection
+
+Section "Screen"
+ Identifier "Default Screen"
+ Device "Generic Video Card"
+ Monitor "Generic Monitor"
+ DefaultDepth 16
+ SubSection "Display"
+ Depth 1
+ Modes "640x480"
+ EndSubSection
+ SubSection "Display"
+ Depth 4
+ Modes "640x480"
+ EndSubSection
+ SubSection "Display"
+ Depth 8
+ Modes "640x480"
+ EndSubSection
+ SubSection "Display"
+ Depth 15
+ Modes "640x480"
+ EndSubSection
+ SubSection "Display"
+ Depth 16
+ Modes "640x480"
+ EndSubSection
+ SubSection "Display"
+ Depth 24
+ Modes "640x480"
+ EndSubSection
+EndSection
+
+Section "ServerLayout"
+ Identifier "Default Layout"
+ Screen "Default Screen"
+EndSection
diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend b/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
new file mode 100644
index 0000000..72d991c
--- /dev/null
+++ b/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
@@ -0,0 +1 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
--
1.7.7
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [meta-handheld 2/2] linux: bump SRCREV for 3.1.0-rc9 and use repo on kernel.org again
2011-10-12 9:23 [meta-handheld 0/2] xserver-xf86-config and newer linux-git Martin Jansa
2011-10-12 9:24 ` [meta-handheld 1/2] xserver-xf86-config: add bbappend and spitz xorg.conf Martin Jansa
@ 2011-10-12 9:24 ` Martin Jansa
2011-10-16 10:54 ` [meta-handheld 0/2] xserver-xf86-config and newer linux-git Paul Eggleton
2 siblings, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2011-10-12 9:24 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
recipes-kernel/linux/linux-git.inc | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/recipes-kernel/linux/linux-git.inc b/recipes-kernel/linux/linux-git.inc
index 91aeb7f..1e92e8d 100644
--- a/recipes-kernel/linux/linux-git.inc
+++ b/recipes-kernel/linux/linux-git.inc
@@ -1,11 +1,10 @@
-KERNEL_RELEASE = "3.1.0-rc6"
+KERNEL_RELEASE = "3.1.0-rc9"
OLD_KERNEL_RELEASE = "3.0.99"
PV = "${OLD_KERNEL_RELEASE}+${KERNEL_RELEASE}+gitr${SRCPV}"
-SRCREV = "b6fd41e29dea9c6753b1843a77e50433e6123bcb"
+SRCREV = "65112dccf8a113737684366349d7f9ec373ddc47"
-#git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
-SRC_URI = "git://github.com/torvalds/linux.git;protocol=git;branch=master \
+SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;branch=master \
file://defconfig"
S = "${WORKDIR}/git"
--
1.7.7
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [meta-handheld 0/2] xserver-xf86-config and newer linux-git
2011-10-12 9:23 [meta-handheld 0/2] xserver-xf86-config and newer linux-git Martin Jansa
2011-10-12 9:24 ` [meta-handheld 1/2] xserver-xf86-config: add bbappend and spitz xorg.conf Martin Jansa
2011-10-12 9:24 ` [meta-handheld 2/2] linux: bump SRCREV for 3.1.0-rc9 and use repo on kernel.org again Martin Jansa
@ 2011-10-16 10:54 ` Paul Eggleton
2 siblings, 0 replies; 4+ messages in thread
From: Paul Eggleton @ 2011-10-16 10:54 UTC (permalink / raw)
To: Martin Jansa; +Cc: openembedded-devel
On Wednesday 12 October 2011 10:23:53 Martin Jansa wrote:
> The following changes since commit
> b4c1268763f3d4f0f9b4326d6fa27ba9c03aeaae:
>
> Ensure FILESEXTRAPATHS_prepend has a trailing colon (2011-09-19 16:27:42
> +0100)
>
> are available in the git repository at:
> git://gitorious.org/shr/meta-handheld jansa/pull
>
> Martin Jansa (2):
> xserver-xf86-config: add bbappend and spitz xorg.conf
> linux: bump SRCREV for 3.1.0-rc9 and use repo on kernel.org again
>
> .../xserver-xf86-config/spitz/xorg.conf | 49
> ++++++++++++++++++++ .../xorg-xserver/xserver-xf86-config_0.1.bbappend |
> 1 +
> recipes-kernel/linux/linux-git.inc | 7 +--
> 3 files changed, 53 insertions(+), 4 deletions(-)
> create mode 100644
> recipes-graphics/xorg-xserver/xserver-xf86-config/spitz/xorg.conf create
> mode 100644 recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
Merged to meta-handheld, thanks!
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-10-16 11:00 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-12 9:23 [meta-handheld 0/2] xserver-xf86-config and newer linux-git Martin Jansa
2011-10-12 9:24 ` [meta-handheld 1/2] xserver-xf86-config: add bbappend and spitz xorg.conf Martin Jansa
2011-10-12 9:24 ` [meta-handheld 2/2] linux: bump SRCREV for 3.1.0-rc9 and use repo on kernel.org again Martin Jansa
2011-10-16 10:54 ` [meta-handheld 0/2] xserver-xf86-config and newer linux-git Paul Eggleton
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.