diff options
| author | Darren Hart <dvhart@linux.intel.com> | 2011-12-09 12:47:03 -0800 |
|---|---|---|
| committer | Darren Hart <dvhart@linux.intel.com> | 2011-12-09 12:47:03 -0800 |
| commit | 3cb35ba444dcc9d1a477c307593dd2387cd53b18 (patch) | |
| tree | 1999f6838c3216f7c9e323f07f33f3bbaac8c937 /meta-n450/conf | |
| parent | 9672eec8175b00723e8d0d684233f61dab709517 (diff) | |
| download | meta-intel-3cb35ba444dcc9d1a477c307593dd2387cd53b18.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>
Diffstat (limited to 'meta-n450/conf')
| -rw-r--r-- | meta-n450/conf/machine/n450.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-n450/conf/machine/n450.conf b/meta-n450/conf/machine/n450.conf index 7210da8c..3e6a5418 100644 --- a/meta-n450/conf/machine/n450.conf +++ b/meta-n450/conf/machine/n450.conf | |||
| @@ -16,5 +16,3 @@ SERIAL_CONSOLE = "115200 ttyS0" | |||
| 16 | APPEND += "console=ttyS0,115200 console=tty0" | 16 | APPEND += "console=ttyS0,115200 console=tty0" |
| 17 | 17 | ||
| 18 | MACHINE_EXTRA_RRECOMMENDS += "n450-audio" | 18 | MACHINE_EXTRA_RRECOMMENDS += "n450-audio" |
| 19 | |||
| 20 | ROOTLESS_X = "1" | ||
