diff options
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 8 |
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 |
669 | ROOT_FLASH_SIZE ?= "256" | 669 | ROOT_FLASH_SIZE ?= "256" |
670 | 670 | ||
671 | MACHINE_GUI_CLASS ?= "smallscreen" | ||
672 | # GUI_MACHINE_CLASS is deprecated, please use MACHINE_GUI_CLASS instead | ||
673 | GUI_MACHINE_CLASS ?= "${MACHINE_GUI_CLASS}" | ||
674 | MACHINE_DISPLAY_WIDTH_PIXELS ?= "240" | ||
675 | MACHINE_DISPLAY_HEIGHT_PIXELS ?= "320" | ||
676 | MACHINE_DISPLAY_ORIENTATION ?= "0" | ||
677 | MACHINE_DISPLAY_BPP ?= "16" | ||
678 | |||
679 | DISTRO_EXTRA_RDEPENDS ?= "" | 671 | DISTRO_EXTRA_RDEPENDS ?= "" |
680 | DISTRO_EXTRA_RRECOMMENDS ?= "" | 672 | DISTRO_EXTRA_RRECOMMENDS ?= "" |
681 | MACHINE_EXTRA_RDEPENDS ?= "" | 673 | MACHINE_EXTRA_RDEPENDS ?= "" |