summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/formfactor/files/config
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-bsp/formfactor/files/config')
-rwxr-xr-xmeta/recipes-bsp/formfactor/files/config50
1 files changed, 50 insertions, 0 deletions
diff --git a/meta/recipes-bsp/formfactor/files/config b/meta/recipes-bsp/formfactor/files/config
new file mode 100755
index 0000000000..41066def97
--- /dev/null
+++ b/meta/recipes-bsp/formfactor/files/config
@@ -0,0 +1,50 @@
1#!/bin/sh
2
3if [ -e /etc/formfactor/machconfig ]; then
4 . /etc/formfactor/machconfig
5fi
6
7if [ -z "$HAVE_TOUCHSCREEN" ]; then
8 HAVE_TOUCHSCREEN=0
9fi
10
11if [ -z "$HAVE_KEYBOARD" ]; then
12 HAVE_KEYBOARD=0
13fi
14
15if [ -z "$HAVE_KEYBOARD_PORTRAIT" ]; then
16 HAVE_KEYBOARD_PORTRAIT=0
17fi
18
19if [ -z "$HAVE_KEYBOARD_LANDSCAPE" ]; then
20 HAVE_KEYBOARD_LANDSCAPE=0
21fi
22
23if [ -z "$DISPLAY_CAN_ROTATE" ]; then
24 DISPLAY_CAN_ROTATE=0
25fi
26
27if [ -z "$DISPLAY_ORIENTATION" ]; then
28 DISPLAY_ORIENTATION=0
29fi
30
31if [ -e "/dev/fb" ]; then
32 if [ -z "$DISPLAY_WIDTH_PIXELS" ]; then
33 DISPLAY_WIDTH_PIXELS=`/usr/sbin/fbset | grep geometry | awk '{ print $2 }'`
34 fi
35
36 if [ -z "$DISPLAY_HEIGHT_PIXELS" ]; then
37 DISPLAY_HEIGHT_PIXELS=`/usr/sbin/fbset | grep geometry | awk '{ print $3 }'`
38 fi
39
40 if [ -z "$DISPLAY_BPP" ]; then
41 DISPLAY_BPP=`/usr/sbin/fbset | grep geometry | awk '{ print $6 }'`
42 fi
43fi
44
45#
46# No way to guess these or have any defaults
47#
48#DISPLAY_WIDTH_MM
49#DISPLAY_HEIGHT_MM
50#DISPLAY_SUBPIXEL_ORDER=