summaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
Diffstat (limited to 'meta-yocto')
-rw-r--r--meta-yocto/conf/machine/routerstationpro.conf7
1 files changed, 5 insertions, 2 deletions
diff --git a/meta-yocto/conf/machine/routerstationpro.conf b/meta-yocto/conf/machine/routerstationpro.conf
index adf36a9ada..707392d0c8 100644
--- a/meta-yocto/conf/machine/routerstationpro.conf
+++ b/meta-yocto/conf/machine/routerstationpro.conf
@@ -11,9 +11,12 @@ KERNEL_ALT_IMAGETYPE = "vmlinux.bin"
11 11
12PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" 12PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
13PREFERRED_VERSION_linux-yocto ?= "3.4%" 13PREFERRED_VERSION_linux-yocto ?= "3.4%"
14PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
15XSERVER = "xserver-kdrive-fbdev"
16 14
15PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
16XSERVER ?= "xserver-xorg \
17 xserver-xorg-extension-extmod \
18 xf86-input-evdev \
19 xf86-video-fbdev"
17 20
18SERIAL_CONSOLE = "115200 ttyS0" 21SERIAL_CONSOLE = "115200 ttyS0"
19 22