conf/machine: Drop unused *GUI* variables

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2011-05-10 16:19:32 +01:00
parent bc729d29e3
commit ef8291f0bd
2 changed files with 0 additions and 5 deletions

View File

@ -30,8 +30,6 @@ XSERVER ?= "xserver-xf86-dri-lite \
MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts"
GUI_MACHINE_CLASS = "bigscreen"
IMAGE_ROOTFS_SIZE_ext3 = "500000"
IMAGE_FSTYPES ?= "ext3 cpio.gz"

View File

@ -6,9 +6,6 @@ TARGET_ARCH = "arm"
PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
XSERVER = "xserver-kdrive-fbdev"
# Only has DVI connector for external screen
GUI_MACHINE_CLASS = "bigscreen"
#Ship all kernel modules till the board support has matured enough
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"