diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-10 16:19:32 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-10 17:15:57 +0100 |
commit | ef8291f0bd46047d4bfe340cfdbf92cf87ae350a (patch) | |
tree | 0765201ac169a10d0ce66c8742c0c917f19c8eb8 /meta-yocto/conf/machine | |
parent | bc729d29e3530e5fb8a9ebf69e7e31763457b63c (diff) | |
download | poky-ef8291f0bd46047d4bfe340cfdbf92cf87ae350a.tar.gz |
conf/machine: Drop unused *GUI* variables
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto/conf/machine')
-rw-r--r-- | meta-yocto/conf/machine/atom-pc.conf | 2 | ||||
-rw-r--r-- | meta-yocto/conf/machine/beagleboard.conf | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/meta-yocto/conf/machine/atom-pc.conf b/meta-yocto/conf/machine/atom-pc.conf index b94deb20e5..5447998c4e 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 \ | |||
30 | 30 | ||
31 | MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts" | 31 | MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts" |
32 | 32 | ||
33 | GUI_MACHINE_CLASS = "bigscreen" | ||
34 | |||
35 | IMAGE_ROOTFS_SIZE_ext3 = "500000" | 33 | IMAGE_ROOTFS_SIZE_ext3 = "500000" |
36 | 34 | ||
37 | IMAGE_FSTYPES ?= "ext3 cpio.gz" | 35 | IMAGE_FSTYPES ?= "ext3 cpio.gz" |
diff --git a/meta-yocto/conf/machine/beagleboard.conf b/meta-yocto/conf/machine/beagleboard.conf index b1f73504bf..963014b93e 100644 --- a/meta-yocto/conf/machine/beagleboard.conf +++ b/meta-yocto/conf/machine/beagleboard.conf | |||
@@ -6,9 +6,6 @@ TARGET_ARCH = "arm" | |||
6 | PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" | 6 | PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" |
7 | XSERVER = "xserver-kdrive-fbdev" | 7 | XSERVER = "xserver-kdrive-fbdev" |
8 | 8 | ||
9 | # Only has DVI connector for external screen | ||
10 | GUI_MACHINE_CLASS = "bigscreen" | ||
11 | |||
12 | #Ship all kernel modules till the board support has matured enough | 9 | #Ship all kernel modules till the board support has matured enough |
13 | MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" | 10 | MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" |
14 | 11 | ||