formfactor: fix fic-gta01 settings

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2154 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2007-07-11 09:57:54 +00:00
parent 21f8d46cd7
commit 2612cca1bc
2 changed files with 3 additions and 3 deletions

View File

@ -5,9 +5,9 @@ HAVE_KEYBOARD_LANDSCAPE=0
DISPLAY_CAN_ROTATE=1
DISPLAY_ORIENTATION=90
DISPLAY_WIDTH_PIXELS=640
DISPLAY_WIDTH_PIXELS=480
DISPLAY_WIDTH_MM=74
DISPLAY_HEIGHT_PIXELS=480
DISPLAY_HEIGHT_PIXELS=640
DISPLAY_HEIGHT_MM=56
DISPLAY_BPP=16
DISPLAY_DPI=280

View File

@ -1,6 +1,6 @@
DESCRIPTION = "Device formfactor information"
SECTION = "base"
PR = "r3"
PR = "r4"
SRC_URI = "file://config file://machconfig"
S = "${WORKDIR}"