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/am335x-evm.conf | |
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/am335x-evm.conf')
-rw-r--r-- | conf/machine/am335x-evm.conf | 2 |
1 files changed, 1 insertions, 1 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" |