[OE-core] How to enable x11 with intel-corei7-64 machine in meta-intel layer

Ross Burton ross.burton at intel.com
Mon Nov 11 10:34:55 UTC 2019


On 08/11/2019 20:46, Muhlenkamp, Lewis wrote:
> This is a bare bone setup.  I am using the thud branch.  My 
> bblayers.conf file is as follows:

I quote you here: "bare bones setup".

> BBLAYERS ?= " \
> 
>    ${HOME}/oe-core/meta \
> 
>    ${HOME}/meta-openembedded/meta-python \
> 
>    ${HOME}/meta-openembedded/meta-gnome \
> 
>    ${HOME}/meta-openembedded/meta-filesystems \
> 
>    ${HOME}/meta-openembedded/meta-oe \
> 
>    ${HOME}/meta-openembedded/meta-networking \
> 
>    ${HOME}/meta-openembedded/meta-initramfs \
> 
>    ${HOME}/meta-openembedded/meta-webserver \
> 
>    ${HOME}/meta-intel \
> 
>    ${HOME}/meta-virtualization \
> 
>    ${HOME}/meta-cloud-services \
> 
>    ${HOME}/meta-cloud-services/meta-openstack \
> 
>    ${HOME}/meta-iot-cloud \
> 
>    ${HOME}/meta-secure-core/meta-tpm \
> 
>   “

That is not a bare bones setup.  To demonstrate that the problem is not 
your own doing, create a new build directory with just meta and 
meta-intel in bblayers, DISTRO set to nodistro, MACHINE set to 
intel-corei7-64, and then build xf86-video-intel.

If that fails then please report back with the full logs.  If that works 
then you know that the problem is in your configuration somewhere so 
start adding pieces back to determine what broke.

Ross


More information about the Openembedded-core mailing list