diff options
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/bitbake.conf | 8 | ||||
-rw-r--r-- | meta/conf/machine/include/qemu.inc | 2 |
2 files changed, 0 insertions, 10 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 ?= "" |
diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc index bd409830e8..40723ebf71 100644 --- a/meta/conf/machine/include/qemu.inc +++ b/meta/conf/machine/include/qemu.inc | |||
@@ -1,7 +1,5 @@ | |||
1 | PCMCIA_MANAGER = "pcmciautils" | 1 | PCMCIA_MANAGER = "pcmciautils" |
2 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-kdrive" | 2 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-kdrive" |
3 | GUI_MACHINE_CLASS = "bigscreen" | ||
4 | GPE_EXTRA_INSTALL += "gaim sylpheed" | ||
5 | 3 | ||
6 | MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget screen" | 4 | MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget screen" |
7 | 5 | ||