]> code.ossystems Code Review - openembedded-core.git/commitdiff
formfactor: Add htcuniversal support
authorRichard Purdie <richard@openedhand.com>
Thu, 28 Jun 2007 20:07:56 +0000 (20:07 +0000)
committerRichard Purdie <richard@openedhand.com>
Thu, 28 Jun 2007 20:07:56 +0000 (20:07 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2051 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/formfactor/files/htcuniversal/machconfig [new file with mode: 0755]
meta/packages/formfactor/formfactor_0.0.bb

diff --git a/meta/packages/formfactor/files/htcuniversal/machconfig b/meta/packages/formfactor/files/htcuniversal/machconfig
new file mode 100755 (executable)
index 0000000..a9649e0
--- /dev/null
@@ -0,0 +1,15 @@
+HAVE_TOUCHSCREEN=1
+HAVE_KEYBOARD=1
+HAVE_KEYBOARD_PORTRAIT=0
+HAVE_KEYBOARD_LANDSCAPE=1
+DISPLAY_CAN_ROTATE=1
+DISPLAY_ORIENTATION=270
+DISPLAY_WIDTH_PIXELS=480
+DISPLAY_WIDTH_MM=56
+DISPLAY_HEIGHT_PIXELS=640
+DISPLAY_HEIGHT_MM=74
+DISPLAY_BPP=16
+#DISPLAY_DPI=220
+DISPLAY_DPI=150
+DISPLAY_SUBPIXEL_ORDER=rgb
index 8ff5ac47ca9fe231c5009c9f0af7e45c40640452..cfedfd0dca9def8e9f9fda87f818eec3fda89b20 100644 (file)
@@ -1,6 +1,6 @@
 DESCRIPTION = "Device formfactor information"
 SECTION = "base"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "file://config file://machconfig"
 S = "${WORKDIR}"