summaryrefslogtreecommitdiffstats
path: root/meta-yocto/conf/machine/beagleboard.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-yocto/conf/machine/beagleboard.conf')
-rw-r--r--meta-yocto/conf/machine/beagleboard.conf3
1 files changed, 0 insertions, 3 deletions
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"
6PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" 6PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
7XSERVER = "xserver-kdrive-fbdev" 7XSERVER = "xserver-kdrive-fbdev"
8 8
9# Only has DVI connector for external screen
10GUI_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
13MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" 10MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
14 11