summaryrefslogtreecommitdiffstats
path: root/conf/machine/include
diff options
context:
space:
mode:
authorThomas Perrot <thomas.perrot@tupi.fr>2016-01-27 23:46:05 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-02-08 12:28:50 -0500
commit78199584632a7879e1e17831fd97e5f8c8fb40d8 (patch)
tree0ff6ffd797ca0d22daefb38fd43cc2c6ec036c65 /conf/machine/include
parent65739cbc43bf68800b87329e7e680d74ab2d8335 (diff)
downloadmeta-ti-78199584632a7879e1e17831fd97e5f8c8fb40d8.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/machine/include')
-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
4 files changed, 4 insertions, 4 deletions
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"