summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/am335x-evm.conf2
-rw-r--r--conf/machine/am3517-evm.conf2
-rw-r--r--conf/machine/am37x-evm.conf2
-rw-r--r--conf/machine/am437x-evm.conf2
-rw-r--r--conf/machine/beagleboard.conf2
-rw-r--r--conf/machine/beaglebone.conf2
-rw-r--r--conf/machine/include/omap-a15.inc2
-rw-r--r--conf/machine/include/omap3.inc2
-rw-r--r--conf/machine/include/ti33x.inc2
-rw-r--r--conf/machine/include/ti43x.inc2
-rw-r--r--conf/machine/omap3evm.conf2
-rw-r--r--conf/machine/pandaboard.conf2
12 files changed, 12 insertions, 12 deletions
diff --git a/conf/machine/am335x-evm.conf b/conf/machine/am335x-evm.conf
index 08daa8e1..55bbf951 100644
--- a/conf/machine/am335x-evm.conf
+++ b/conf/machine/am335x-evm.conf
@@ -6,7 +6,7 @@ require conf/machine/include/ti33x.inc
6 6
7# Use built-in LCD by default 7# Use built-in LCD by default
8XSERVER += "xf86-input-tslib" 8XSERVER += "xf86-input-tslib"
9GUI_MACHINE_CLASS = "smallscreen" 9MACHINE_GUI_CLASS = "smallscreen"
10MACHINE_FEATURES += "touchscreen" 10MACHINE_FEATURES += "touchscreen"
11 11
12IMAGE_FSTYPES += "ubi tar.gz" 12IMAGE_FSTYPES += "ubi tar.gz"
diff --git a/conf/machine/am3517-evm.conf b/conf/machine/am3517-evm.conf
index 7295c1ff..4fef6343 100644
--- a/conf/machine/am3517-evm.conf
+++ b/conf/machine/am3517-evm.conf
@@ -6,7 +6,7 @@ require conf/machine/include/omap3.inc
6 6
7# Use built-in LCD by default 7# Use built-in LCD by default
8XSERVER += "xf86-input-tslib" 8XSERVER += "xf86-input-tslib"
9GUI_MACHINE_CLASS = "smallscreen" 9MACHINE_GUI_CLASS = "smallscreen"
10MACHINE_FEATURES += "touchscreen ethernet" 10MACHINE_FEATURES += "touchscreen ethernet"
11 11
12IMAGE_FSTYPES += "ubi tar.gz" 12IMAGE_FSTYPES += "ubi tar.gz"
diff --git a/conf/machine/am37x-evm.conf b/conf/machine/am37x-evm.conf
index 16ce73c8..99adb086 100644
--- a/conf/machine/am37x-evm.conf
+++ b/conf/machine/am37x-evm.conf
@@ -6,7 +6,7 @@ require conf/machine/include/omap3.inc
6 6
7# Use built-in LCD by default 7# Use built-in LCD by default
8XSERVER += "xf86-input-tslib" 8XSERVER += "xf86-input-tslib"
9GUI_MACHINE_CLASS = "smallscreen" 9MACHINE_GUI_CLASS = "smallscreen"
10MACHINE_FEATURES += "touchscreen ethernet" 10MACHINE_FEATURES += "touchscreen ethernet"
11 11
12IMAGE_FSTYPES += "ubi tar.gz" 12IMAGE_FSTYPES += "ubi tar.gz"
diff --git a/conf/machine/am437x-evm.conf b/conf/machine/am437x-evm.conf
index 9ff8944a..7d40aec5 100644
--- a/conf/machine/am437x-evm.conf
+++ b/conf/machine/am437x-evm.conf
@@ -6,7 +6,7 @@ require conf/machine/include/ti43x.inc
6 6
7# Use built-in LCD by default 7# Use built-in LCD by default
8XSERVER += "xf86-input-tslib" 8XSERVER += "xf86-input-tslib"
9GUI_MACHINE_CLASS = "smallscreen" 9MACHINE_GUI_CLASS = "smallscreen"
10MACHINE_FEATURES += "touchscreen" 10MACHINE_FEATURES += "touchscreen"
11 11
12IMAGE_FSTYPES += "ubi tar.gz" 12IMAGE_FSTYPES += "ubi tar.gz"
diff --git a/conf/machine/beagleboard.conf b/conf/machine/beagleboard.conf
index 32985b39..955961f7 100644
--- a/conf/machine/beagleboard.conf
+++ b/conf/machine/beagleboard.conf
@@ -5,7 +5,7 @@
5require conf/machine/include/omap3.inc 5require conf/machine/include/omap3.inc
6 6
7# Only has DVI connector for external screen 7# Only has DVI connector for external screen
8GUI_MACHINE_CLASS = "bigscreen" 8MACHINE_GUI_CLASS = "bigscreen"
9 9
10IMAGE_FSTYPES += "tar.gz ubi" 10IMAGE_FSTYPES += "tar.gz ubi"
11EXTRA_IMAGECMD_jffs2 = "-lnp" 11EXTRA_IMAGECMD_jffs2 = "-lnp"
diff --git a/conf/machine/beaglebone.conf b/conf/machine/beaglebone.conf
index 8a7e52a5..bf3d91e6 100644
--- a/conf/machine/beaglebone.conf
+++ b/conf/machine/beaglebone.conf
@@ -5,7 +5,7 @@
5require conf/machine/include/ti33x.inc 5require conf/machine/include/ti33x.inc
6 6
7# Only has DVI connector for external screen 7# Only has DVI connector for external screen
8GUI_MACHINE_CLASS = "bigscreen" 8MACHINE_GUI_CLASS = "bigscreen"
9 9
10IMAGE_FSTYPES += "tar.gz" 10IMAGE_FSTYPES += "tar.gz"
11 11
diff --git a/conf/machine/include/omap-a15.inc b/conf/machine/include/omap-a15.inc
index 41a2f196..9316998c 100644
--- a/conf/machine/include/omap-a15.inc
+++ b/conf/machine/include/omap-a15.inc
@@ -24,7 +24,7 @@ XSERVER = "xserver-xorg \
24 xf86-input-evdev \ 24 xf86-input-evdev \
25 xf86-video-fbdev" 25 xf86-video-fbdev"
26 26
27GUI_MACHINE_CLASS = "smallscreen" 27MACHINE_GUI_CLASS = "smallscreen"
28 28
29# Use the expected value of the ubifs filesystem's volume name in the kernel 29# Use the expected value of the ubifs filesystem's volume name in the kernel
30# and u-boot. 30# and u-boot.
diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc
index 0757b43e..f83bfa22 100644
--- a/conf/machine/include/omap3.inc
+++ b/conf/machine/include/omap3.inc
@@ -14,7 +14,7 @@ XSERVER = "xserver-xorg \
14 xf86-input-keyboard" 14 xf86-input-keyboard"
15 15
16# Default to external video, change to smallscreen for built-in LCD 16# Default to external video, change to smallscreen for built-in LCD
17GUI_MACHINE_CLASS = "bigscreen" 17MACHINE_GUI_CLASS = "bigscreen"
18 18
19# Increase this everytime you change something in the kernel 19# Increase this everytime you change something in the kernel
20MACHINE_KERNEL_PR = "r126" 20MACHINE_KERNEL_PR = "r126"
diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc
index 53f38c96..fa2ead52 100644
--- a/conf/machine/include/ti33x.inc
+++ b/conf/machine/include/ti33x.inc
@@ -14,7 +14,7 @@ XSERVER = "xserver-xorg \
14 xf86-input-keyboard" 14 xf86-input-keyboard"
15 15
16# Default to external video, change to smallscreen for built-in LCD 16# Default to external video, change to smallscreen for built-in LCD
17GUI_MACHINE_CLASS = "bigscreen" 17MACHINE_GUI_CLASS = "bigscreen"
18 18
19# Increase this everytime you change something in the kernel 19# Increase this everytime you change something in the kernel
20MACHINE_KERNEL_PR = "r22" 20MACHINE_KERNEL_PR = "r22"
diff --git a/conf/machine/include/ti43x.inc b/conf/machine/include/ti43x.inc
index 8c5fa2d9..a6030590 100644
--- a/conf/machine/include/ti43x.inc
+++ b/conf/machine/include/ti43x.inc
@@ -14,7 +14,7 @@ XSERVER = "xserver-xorg \
14 xf86-input-keyboard" 14 xf86-input-keyboard"
15 15
16# Default to external video, change to smallscreen for built-in LCD 16# Default to external video, change to smallscreen for built-in LCD
17GUI_MACHINE_CLASS = "bigscreen" 17MACHINE_GUI_CLASS = "bigscreen"
18 18
19# Increase this everytime you change something in the kernel 19# Increase this everytime you change something in the kernel
20MACHINE_KERNEL_PR = "r3" 20MACHINE_KERNEL_PR = "r3"
diff --git a/conf/machine/omap3evm.conf b/conf/machine/omap3evm.conf
index 6bfd8088..7051d885 100644
--- a/conf/machine/omap3evm.conf
+++ b/conf/machine/omap3evm.conf
@@ -6,7 +6,7 @@ require conf/machine/include/omap3.inc
6 6
7# Use built-in LCD by default 7# Use built-in LCD by default
8XSERVER += "xf86-input-tslib" 8XSERVER += "xf86-input-tslib"
9GUI_MACHINE_CLASS = "smallscreen" 9MACHINE_GUI_CLASS = "smallscreen"
10MACHINE_FEATURES += "touchscreen ethernet" 10MACHINE_FEATURES += "touchscreen ethernet"
11 11
12IMAGE_FSTYPES += "jffs2 tar.gz" 12IMAGE_FSTYPES += "jffs2 tar.gz"
diff --git a/conf/machine/pandaboard.conf b/conf/machine/pandaboard.conf
index 1707f80a..99497c13 100644
--- a/conf/machine/pandaboard.conf
+++ b/conf/machine/pandaboard.conf
@@ -4,7 +4,7 @@
4 4
5require conf/machine/include/omap4.inc 5require conf/machine/include/omap4.inc
6 6
7GUI_MACHINE_CLASS = "bigscreen" 7MACHINE_GUI_CLASS = "bigscreen"
8 8
9IMAGE_FSTYPES += "tar.gz" 9IMAGE_FSTYPES += "tar.gz"
10 10