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

2019-11-11 Thread Ross Burton

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
--
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

2019-11-08 Thread Muhlenkamp, Lewis
Hello,

I've been trying to figure out how to get x11 enabled with my intel-corei7-64 
machine.

If I have in my local.conf file MACHINE set to intel-corei7-64 and I run 
"bitbake core-image-x11", bitbake fails.  The error message I get in the 
.../tmp-glibc/work/corei7-64-oe-linux/xf86-video-intel/2_2.99.917+gitAUTOINC+e4fe79cf0d-r0/build/config.log
 file is as follows:

=== Start config.log excerpt ===
configure:22309: checking whether to include XvMC support
configure:22311: result: yes
configure:22345: checking which acceleration method to use by default
configure:22356: error: No default acceleration option
=== End config.log excerpt ===

I've tried different things I've found doing Google searches.  None of them 
have worked.

This is a bare bone setup.  I am using the thud branch.  My bblayers.conf file 
is as follows:

=== Start bblayers.conf ===
# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
# changes incompatibly
LCONF_VERSION = "7"

BBPATH = "${TOPDIR}"
BBFILES ?= ""

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 \
 "
=== End bblayers.conf ===

The only change I made to the local.conf file was to set MACHINE to 
intel-corei7-64.

I then ran "bitbake core-image-x11" and get the error.

I'm guessing I need to add something more to my local.conf, but all of the 
different things I've tried have failed.

Any and all help would be appreciated.

Thank you

Lewis Muhlenkamp

Follow this link to read our Privacy 
Statement
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core