summaryrefslogtreecommitdiff
path: root/meta/conf/machine
diff options
context:
space:
mode:
authorYu Ke <ke.yu@intel.com>2011-02-22 20:36:45 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2011-03-01 11:46:01 +0000
commitc82a6ae77941d51fb77d265eccbdcda51bfec5fb (patch)
tree267696d0056eb22b782eec9b2548d67ce41db30a /meta/conf/machine
parentd78290fe0ce04ad0861fc807569be0ebc7395de1 (diff)
downloadopenembedded-core-c82a6ae77941d51fb77d265eccbdcda51bfec5fb.tar.gz
openembedded-core-c82a6ae77941d51fb77d265eccbdcda51bfec5fb.tar.bz2
openembedded-core-c82a6ae77941d51fb77d265eccbdcda51bfec5fb.tar.xz
openembedded-core-c82a6ae77941d51fb77d265eccbdcda51bfec5fb.zip
xf86-video-intel: add config option to support rootless X
- add global config option ROOTLESS_X to control if enable rootless X for the machine. ROOTLESS_X requires graphics driver supporting KMS (kernel mode setting), so far, only atom_pc support this. so enable ROOTLESS_X for atom_pc machine - add config options for xf86-video-intel to support rootless X Signed-off-by: Yu Ke <ke.yu@intel.com>
Diffstat (limited to 'meta/conf/machine')
-rw-r--r--meta/conf/machine/atom-pc.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/machine/atom-pc.conf b/meta/conf/machine/atom-pc.conf
index 58c9b0da6..b94deb20e 100644
--- a/meta/conf/machine/atom-pc.conf
+++ b/meta/conf/machine/atom-pc.conf
@@ -42,3 +42,5 @@ GLIBC_ADDONS = "nptl"
GLIBC_EXTRA_OECONF = "--with-tls"
EXTRA_OECONF_append_pn-matchbox-panel-2 = " --with-battery=acpi"
+
+ROOTLESS_X = "1"