mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-05 05:04:45 +02:00
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>
This commit is contained in:
parent
34478f24de
commit
f027873495
|
@ -36,7 +36,4 @@ IMAGE_FSTYPES ?= "ext3 cpio.gz live"
|
|||
GLIBC_ADDONS = "nptl"
|
||||
GLIBC_EXTRA_OECONF = "--with-tls"
|
||||
|
||||
ROOTLESS_X = "1"
|
||||
|
||||
MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "grub"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user