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:50 -0500 |
commit | 78199584632a7879e1e17831fd97e5f8c8fb40d8 (patch) | |
tree | 0ff6ffd797ca0d22daefb38fd43cc2c6ec036c65 /conf/machine/include/ti33x.inc | |
parent | 65739cbc43bf68800b87329e7e680d74ab2d8335 (diff) | |
download | meta-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/ti33x.inc')
-rw-r--r-- | conf/machine/include/ti33x.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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" |