From baf136a9c95a94c5bf89c9a818960d616439682c Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 10 May 2011 16:19:02 +0100 Subject: bitbake.conf: Drop unused *GUI* and MACHINE_DISPLAY variables Signed-off-by: Richard Purdie --- meta/conf/bitbake.conf | 8 -------- 1 file changed, 8 deletions(-) (limited to 'meta/conf/bitbake.conf') diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 4a1bfa168b..fb488aefc4 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -667,14 +667,6 @@ DISTRO_FEATURES ?= "" # This is used to limit what packages goes into images built, so set big by default ROOT_FLASH_SIZE ?= "256" -MACHINE_GUI_CLASS ?= "smallscreen" -# GUI_MACHINE_CLASS is deprecated, please use MACHINE_GUI_CLASS instead -GUI_MACHINE_CLASS ?= "${MACHINE_GUI_CLASS}" -MACHINE_DISPLAY_WIDTH_PIXELS ?= "240" -MACHINE_DISPLAY_HEIGHT_PIXELS ?= "320" -MACHINE_DISPLAY_ORIENTATION ?= "0" -MACHINE_DISPLAY_BPP ?= "16" - DISTRO_EXTRA_RDEPENDS ?= "" DISTRO_EXTRA_RRECOMMENDS ?= "" MACHINE_EXTRA_RDEPENDS ?= "" -- cgit v1.2.3