From: Richard Purdie Date: Tue, 10 May 2011 15:19:32 +0000 (+0100) Subject: conf/machine: Drop unused *GUI* variables X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=25df64415e24639d495c1f0575e3229ab8863a67;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git conf/machine: Drop unused *GUI* variables Signed-off-by: Richard Purdie --- diff --git a/meta-yocto/conf/machine/atom-pc.conf b/meta-yocto/conf/machine/atom-pc.conf index b94deb20e54..5447998c4ea 100644 --- a/meta-yocto/conf/machine/atom-pc.conf +++ b/meta-yocto/conf/machine/atom-pc.conf @@ -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" diff --git a/meta-yocto/conf/machine/beagleboard.conf b/meta-yocto/conf/machine/beagleboard.conf index b1f73504bf6..963014b93eb 100644 --- a/meta-yocto/conf/machine/beagleboard.conf +++ b/meta-yocto/conf/machine/beagleboard.conf @@ -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"