diff options
author | Thomas Perrot <thomas.perrot@tupi.fr> | 2016-01-27 23:46:05 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-02-08 12:28:27 -0500 |
commit | f9dcfafdfc1adce42986cad647cd57d51ed1d158 (patch) | |
tree | df89ace748910245b8f233cb118556d6aa09cd14 /conf | |
parent | 12c24dbe939a635ad9993a6eb273e0ec65e6fa72 (diff) | |
download | meta-ti-f9dcfafdfc1adce42986cad647cd57d51ed1d158.tar.gz |
conf: change GUI_MACHINE_CLASS to MACHINE_GUI_CLASS
Correct the name of the variable used to define the size of the logo:
GUI_MACHINE_CLASS renamed MACHINE_GUI_CLASS.
Signed-off-by: Thomas Perrot <thomas.perrot@tupi.fr>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/am335x-evm.conf | 2 | ||||
-rw-r--r-- | conf/machine/am3517-evm.conf | 2 | ||||
-rw-r--r-- | conf/machine/am37x-evm.conf | 2 | ||||
-rw-r--r-- | conf/machine/am437x-evm.conf | 2 | ||||
-rw-r--r-- | conf/machine/beagleboard.conf | 2 | ||||
-rw-r--r-- | conf/machine/beaglebone.conf | 2 | ||||
-rw-r--r-- | conf/machine/include/omap-a15.inc | 2 | ||||
-rw-r--r-- | conf/machine/include/omap3.inc | 2 | ||||
-rw-r--r-- | conf/machine/include/ti33x.inc | 2 | ||||
-rw-r--r-- | conf/machine/include/ti43x.inc | 2 | ||||
-rw-r--r-- | conf/machine/omap3evm.conf | 2 | ||||
-rw-r--r-- | conf/machine/pandaboard.conf | 2 |
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 |
8 | XSERVER += "xf86-input-tslib" | 8 | XSERVER += "xf86-input-tslib" |
9 | GUI_MACHINE_CLASS = "smallscreen" | 9 | MACHINE_GUI_CLASS = "smallscreen" |
10 | MACHINE_FEATURES += "touchscreen" | 10 | MACHINE_FEATURES += "touchscreen" |
11 | 11 | ||
12 | IMAGE_FSTYPES += "ubi tar.gz" | 12 | IMAGE_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 |
8 | XSERVER += "xf86-input-tslib" | 8 | XSERVER += "xf86-input-tslib" |
9 | GUI_MACHINE_CLASS = "smallscreen" | 9 | MACHINE_GUI_CLASS = "smallscreen" |
10 | MACHINE_FEATURES += "touchscreen ethernet" | 10 | MACHINE_FEATURES += "touchscreen ethernet" |
11 | 11 | ||
12 | IMAGE_FSTYPES += "ubi tar.gz" | 12 | IMAGE_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 |
8 | XSERVER += "xf86-input-tslib" | 8 | XSERVER += "xf86-input-tslib" |
9 | GUI_MACHINE_CLASS = "smallscreen" | 9 | MACHINE_GUI_CLASS = "smallscreen" |
10 | MACHINE_FEATURES += "touchscreen ethernet" | 10 | MACHINE_FEATURES += "touchscreen ethernet" |
11 | 11 | ||
12 | IMAGE_FSTYPES += "ubi tar.gz" | 12 | IMAGE_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 |
8 | XSERVER += "xf86-input-tslib" | 8 | XSERVER += "xf86-input-tslib" |
9 | GUI_MACHINE_CLASS = "smallscreen" | 9 | MACHINE_GUI_CLASS = "smallscreen" |
10 | MACHINE_FEATURES += "touchscreen" | 10 | MACHINE_FEATURES += "touchscreen" |
11 | 11 | ||
12 | IMAGE_FSTYPES += "ubi tar.gz" | 12 | IMAGE_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 @@ | |||
5 | require conf/machine/include/omap3.inc | 5 | require conf/machine/include/omap3.inc |
6 | 6 | ||
7 | # Only has DVI connector for external screen | 7 | # Only has DVI connector for external screen |
8 | GUI_MACHINE_CLASS = "bigscreen" | 8 | MACHINE_GUI_CLASS = "bigscreen" |
9 | 9 | ||
10 | IMAGE_FSTYPES += "tar.gz ubi" | 10 | IMAGE_FSTYPES += "tar.gz ubi" |
11 | EXTRA_IMAGECMD_jffs2 = "-lnp" | 11 | EXTRA_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 @@ | |||
5 | require conf/machine/include/ti33x.inc | 5 | require conf/machine/include/ti33x.inc |
6 | 6 | ||
7 | # Only has DVI connector for external screen | 7 | # Only has DVI connector for external screen |
8 | GUI_MACHINE_CLASS = "bigscreen" | 8 | MACHINE_GUI_CLASS = "bigscreen" |
9 | 9 | ||
10 | IMAGE_FSTYPES += "tar.gz" | 10 | IMAGE_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 | ||
27 | GUI_MACHINE_CLASS = "smallscreen" | 27 | MACHINE_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 |
17 | GUI_MACHINE_CLASS = "bigscreen" | 17 | MACHINE_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 |
20 | MACHINE_KERNEL_PR = "r126" | 20 | MACHINE_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 |
17 | GUI_MACHINE_CLASS = "bigscreen" | 17 | MACHINE_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 |
20 | MACHINE_KERNEL_PR = "r22" | 20 | MACHINE_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 |
17 | GUI_MACHINE_CLASS = "bigscreen" | 17 | MACHINE_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 |
20 | MACHINE_KERNEL_PR = "r3" | 20 | MACHINE_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 |
8 | XSERVER += "xf86-input-tslib" | 8 | XSERVER += "xf86-input-tslib" |
9 | GUI_MACHINE_CLASS = "smallscreen" | 9 | MACHINE_GUI_CLASS = "smallscreen" |
10 | MACHINE_FEATURES += "touchscreen ethernet" | 10 | MACHINE_FEATURES += "touchscreen ethernet" |
11 | 11 | ||
12 | IMAGE_FSTYPES += "jffs2 tar.gz" | 12 | IMAGE_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 | ||
5 | require conf/machine/include/omap4.inc | 5 | require conf/machine/include/omap4.inc |
6 | 6 | ||
7 | GUI_MACHINE_CLASS = "bigscreen" | 7 | MACHINE_GUI_CLASS = "bigscreen" |
8 | 8 | ||
9 | IMAGE_FSTYPES += "tar.gz" | 9 | IMAGE_FSTYPES += "tar.gz" |
10 | 10 | ||