diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-08-17 13:01:57 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-08-20 10:02:47 +0200 |
commit | f1b3d559f7fda42a2aaeee8bc277e03d00f138a9 (patch) | |
tree | ad4b3785af06812221083a7a826d9d3a7c9d1fba /meta-oe | |
parent | e008cc8688504687b1e3a62a149a78d3da1375e7 (diff) | |
download | meta-openembedded-f1b3d559f7fda42a2aaeee8bc277e03d00f138a9.tar.gz |
xserver-common: add support for tuna
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
2 files changed, 35 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0013-xserver-common-add-support-for-tuna-alias-Galaxy-Nex.patch b/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0013-xserver-common-add-support-for-tuna-alias-Galaxy-Nex.patch new file mode 100644 index 0000000000..49321eb428 --- /dev/null +++ b/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0013-xserver-common-add-support-for-tuna-alias-Galaxy-Nex.patch | |||
@@ -0,0 +1,33 @@ | |||
1 | From 176c3bd3d86c223fd44b0f15b62d38526bb3b0d2 Mon Sep 17 00:00:00 2001 | ||
2 | From: Martin Jansa <Martin.Jansa@gmail.com> | ||
3 | Date: Fri, 17 Aug 2012 13:00:56 +0200 | ||
4 | Subject: [PATCH 13/13] xserver-common: add support for tuna alias Galaxy | ||
5 | Nexus | ||
6 | |||
7 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||
8 | --- | ||
9 | X11/xserver-common | 8 ++++++++ | ||
10 | 1 files changed, 8 insertions(+), 0 deletions(-) | ||
11 | |||
12 | diff --git a/X11/xserver-common b/X11/xserver-common | ||
13 | index d9325dd..017e5ae 100644 | ||
14 | --- a/X11/xserver-common | ||
15 | +++ b/X11/xserver-common | ||
16 | @@ -169,6 +169,14 @@ else | ||
17 | ARGS="$ARGS -dpi ${DPI} -nocursor" | ||
18 | fi | ||
19 | ;; | ||
20 | + "tuna") | ||
21 | + DPI="316" | ||
22 | + if [ "$XSERVER" != "Xorg" ] ; then | ||
23 | + ARGS="$ARGS -screen ${SCREEN_SIZE}" | ||
24 | + else | ||
25 | + ARGS="$ARGS -dpi ${DPI} -nocursor" | ||
26 | + fi | ||
27 | + ;; | ||
28 | "motorola_ezx_platform") | ||
29 | ARGS="$ARGS -screen 240x320" | ||
30 | DPI="170" ;; | ||
31 | -- | ||
32 | 1.7.8.6 | ||
33 | |||
diff --git a/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb b/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb index a7e81917f6..f3074196f4 100644 --- a/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb +++ b/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 scripts and support files" | |||
2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPLv2" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
4 | 4 | ||
5 | PR = "r7" | 5 | PR = "r8" |
6 | 6 | ||
7 | # we are using a gpe-style Makefile | 7 | # we are using a gpe-style Makefile |
8 | inherit gpe | 8 | inherit gpe |
@@ -22,6 +22,7 @@ SRC_URI_append = " \ | |||
22 | file://0010-xserver-common-add-support-for-nexus-S-alias-herring.patch \ | 22 | file://0010-xserver-common-add-support-for-nexus-S-alias-herring.patch \ |
23 | file://0011-xserver-common-add-support-for-nexus-one-alias-mahim.patch \ | 23 | file://0011-xserver-common-add-support-for-nexus-one-alias-mahim.patch \ |
24 | file://0012-xserver-common-add-support-for-gta04-alias-OpenPhoen.patch \ | 24 | file://0012-xserver-common-add-support-for-gta04-alias-OpenPhoen.patch \ |
25 | file://0013-xserver-common-add-support-for-tuna-alias-Galaxy-Nex.patch \ | ||
25 | " | 26 | " |
26 | 27 | ||
27 | do_install_append() { | 28 | do_install_append() { |