The difference is less than 16kb, and for that the extra maintenance of two recipies really isn't worth it.
Signed-off-by: Ross Burton <[email protected]> --- meta-yocto-bsp/conf/machine/beagleboard.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-yocto-bsp/conf/machine/beagleboard.conf b/meta-yocto-bsp/conf/machine/beagleboard.conf index aa8fa07..dbce1e2 100644 --- a/meta-yocto-bsp/conf/machine/beagleboard.conf +++ b/meta-yocto-bsp/conf/machine/beagleboard.conf @@ -2,8 +2,8 @@ #@NAME: Beagleboard machine #@DESCRIPTION: Machine configuration for the http://beagleboard.org/ board -PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg-lite" -XSERVER ?= "xserver-xorg-lite \ +PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" +XSERVER ?= "xserver-xorg \ xf86-input-evdev \ xf86-input-mouse \ xf86-video-omapfb \ -- 1.7.10 _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
