diff options
author | Darren Hart <dvhart@linux.intel.com> | 2011-12-09 20:47:03 (GMT) |
---|---|---|
committer | Darren Hart <dvhart@linux.intel.com> | 2012-02-22 01:21:45 (GMT) |
commit | f02787349550668a4f46bf427d4ae39fb24a3445 (patch) | |
tree | fc67e298378703e924a5801e51d8e6b8deba5ba2 | |
parent | 34478f24de65dd8de8a4c8b913a1458d82dac1fa (diff) | |
download | meta-intel-f02787349550668a4f46bf427d4ae39fb24a3445.tar.gz |
n450: drop ROOTLESS_X as it breaks X
Fixes [YOCTO #1797]
Building with ROOTLESS_X results in X failing start with
the following error:
i915 0000:00:02.0: VGA-1: EDID block 0 invalid.
(EE) AIGLX error: dlopen of /usr/lib/dri/i915_dri.so failed
(/usr/lib/dri/i915_dri)
(EE) AIGLX: reverting to software rendering
(EE) AIGLX error: dlopen of /usr/lib/dri/swrast_dri.so failed
(/usr/lib/dri/swrast)
(EE) GLX: could not load software renderer
The n450 BSP is the only BSP in meta-intel using ROOTLESS_X. Dropping
it restores functionality and brings it inline with the rest of the BSPs.
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
-rw-r--r-- | meta-n450/conf/machine/n450.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-n450/conf/machine/n450.conf b/meta-n450/conf/machine/n450.conf index 79970d1..c8d6a69 100644 --- a/meta-n450/conf/machine/n450.conf +++ b/meta-n450/conf/machine/n450.conf | |||
@@ -36,7 +36,4 @@ IMAGE_FSTYPES ?= "ext3 cpio.gz live" | |||
36 | GLIBC_ADDONS = "nptl" | 36 | GLIBC_ADDONS = "nptl" |
37 | GLIBC_EXTRA_OECONF = "--with-tls" | 37 | GLIBC_EXTRA_OECONF = "--with-tls" |
38 | 38 | ||
39 | ROOTLESS_X = "1" | ||
40 | |||
41 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "grub" | 39 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "grub" |
42 | |||