diff options
author | Ross Burton <ross.burton@intel.com> | 2013-07-29 16:22:57 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-31 07:00:00 +0100 |
commit | 5efc59a7f670484c8ce18f1099604d74839aa96c (patch) | |
tree | 19d8f9e6a6fca9f5de02b7cb87b07a010dfe58ca /meta-yocto-bsp/conf/machine | |
parent | 4ef3385c2f69b415bba02e6875eff457a3325d01 (diff) | |
download | poky-5efc59a7f670484c8ce18f1099604d74839aa96c.tar.gz |
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 <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/conf/machine')
-rw-r--r-- | meta-yocto-bsp/conf/machine/genericx86.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-yocto-bsp/conf/machine/genericx86.conf b/meta-yocto-bsp/conf/machine/genericx86.conf index 19f5f75577..e37f36629d 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" | |||
36 | GLIBC_ADDONS = "nptl" | 36 | GLIBC_ADDONS = "nptl" |
37 | 37 | ||
38 | EXTRA_OECONF_append_pn-matchbox-panel-2 = " --with-battery=acpi" | 38 | EXTRA_OECONF_append_pn-matchbox-panel-2 = " --with-battery=acpi" |
39 | |||
40 | ROOTLESS_X = "1" | ||