summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r--meta/conf/bitbake.conf8
1 files changed, 0 insertions, 8 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index d7c430a1e4..378601db0c 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -668,14 +668,6 @@ DISTRO_FEATURES ?= ""
668# This is used to limit what packages goes into images built, so set big by default 668# This is used to limit what packages goes into images built, so set big by default
669ROOT_FLASH_SIZE ?= "256" 669ROOT_FLASH_SIZE ?= "256"
670 670
671MACHINE_GUI_CLASS ?= "smallscreen"
672# GUI_MACHINE_CLASS is deprecated, please use MACHINE_GUI_CLASS instead
673GUI_MACHINE_CLASS ?= "${MACHINE_GUI_CLASS}"
674MACHINE_DISPLAY_WIDTH_PIXELS ?= "240"
675MACHINE_DISPLAY_HEIGHT_PIXELS ?= "320"
676MACHINE_DISPLAY_ORIENTATION ?= "0"
677MACHINE_DISPLAY_BPP ?= "16"
678
679DISTRO_EXTRA_RDEPENDS ?= "" 671DISTRO_EXTRA_RDEPENDS ?= ""
680DISTRO_EXTRA_RRECOMMENDS ?= "" 672DISTRO_EXTRA_RRECOMMENDS ?= ""
681MACHINE_EXTRA_RDEPENDS ?= "" 673MACHINE_EXTRA_RDEPENDS ?= ""