From: Ross Burton Date: Mon, 29 Jul 2013 16:22:57 +0000 (+0000) Subject: genericx86: disable rootless X X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5efc59a7f670484c8ce18f1099604d74839aa96c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git genericx86: disable rootless X Not all video drivers support rootless X and this BSP aims to have broader support than atom-pc. (From meta-yocto rev: ea900a29a7cc28dc2bb568bd9d6f91efc326a814) Signed-off-by: Ross Burton Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta-yocto-bsp/conf/machine/genericx86.conf b/meta-yocto-bsp/conf/machine/genericx86.conf index 19f5f755777..e37f36629db 100644 --- a/meta-yocto-bsp/conf/machine/genericx86.conf +++ b/meta-yocto-bsp/conf/machine/genericx86.conf @@ -36,5 +36,3 @@ APPEND += "usbcore.autosuspend=1" GLIBC_ADDONS = "nptl" EXTRA_OECONF_append_pn-matchbox-panel-2 = " --with-battery=acpi" - -ROOTLESS_X = "1"