formfactor: added bootcdx86 support

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1908 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2007-06-11 09:33:35 +00:00
parent fe5eb63adf
commit 06a33a9f93
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
HAVE_TOUCHSCREEN=0
HAVE_KEYBOARD=1
DISPLAY_CAN_ROTATE=0
DISPLAY_ORIENTATION=0

View File

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