diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-10 16:19:02 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-11 15:38:33 +0100 |
commit | 0504d36646f8def4829250a9eee0cf9bac3b756e (patch) | |
tree | 84ffed0ac44ae1f89ad3032d7bced908c68ac7ee /meta/conf/bitbake.conf | |
parent | c444341689f63ba4c0ed33829cfd7fc54d49414a (diff) | |
download | poky-0504d36646f8def4829250a9eee0cf9bac3b756e.tar.gz |
bitbake.conf: Drop unused *GUI* and MACHINE_DISPLAY variables
(From OE-Core rev: baf136a9c95a94c5bf89c9a818960d616439682c)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 ?= "" |