summaryrefslogtreecommitdiffstats
path: root/conf/machine/beaglebone.conf
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/beaglebone.conf
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/beaglebone.conf')
-rw-r--r--conf/machine/beaglebone.conf2
1 files changed, 1 insertions, 1 deletions
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