Re: [yocto] raspberry Pi core-image-sato booted okay

2015-07-23 Thread Gary Thomas
On 2015-07-23 09:53, Edward Vidal wrote: i Gary, I added to my the 2 lines mentioned in the e-mail to my conf/local.conf PREFERRED_PROVIDER_virtual/egl ?= "vc-graphics-hardfp" PREFERRED_PROVIDER_virtual/libgles2 ?= "vc-graphics-hardfp" I had saved the original local.conf in ~/wkg/yocto/local.c

[yocto] raspberry Pi core-image-sato booted okay

2015-07-23 Thread Edward Vidal
i Gary, I added to my the 2 lines mentioned in the e-mail to my conf/local.conf PREFERRED_PROVIDER_virtual/egl ?= "vc-graphics-hardfp" PREFERRED_PROVIDER_virtual/libgles2 ?= "vc-graphics-hardfp" I had saved the original local.conf in ~/wkg/yocto/local.conf before making any changes. diff -u ~/

Re: [yocto] raspberry Pi core-image-sato

2015-07-23 Thread Gary Thomas
On 2015-07-23 08:37, Edward Vidal wrote: Hi Gary, Is this the log that you need? I also ran the bitbake -DD core-image-sato and have the log for that run. | WARNING: exit code 1 from a shell command. | ERROR: oe_runconf failed | ERROR: Function failed: do_configure (log file is located at /home

[yocto] raspberry Pi core-image-sato

2015-07-23 Thread Edward Vidal
Hi Gary,Is this the log that you need?I also ran theĀ  bitbake -DD core-image-sato and have the log for that run. | WARNING: exit code 1 from a shell command. | ERROR: oe_runconf failed | ERROR: Function failed: do_configure (log file is located at /home/vidal/wkg/yocto/RaspberryPi2/poky/build/tmp

Re: [yocto] raspberry Pi core-image-sato

2015-07-23 Thread Gary Thomas
On 2015-07-23 06:35, Edward Vidal wrote: bitbake core-image-sato failed with same error. | WARNING: exit code 1 from a shell command. | ERROR: oe_runconf failed | ERROR: Function failed: do_configure (log file is located at /home/vidal/wkg/yocto/RaspberryPi2/poky/build/tmp/work/cortexa7hf-vfp-vf

[yocto] raspberry Pi core-image-sato

2015-07-23 Thread Edward Vidal
add that will force STAGING_KERNEL_DIR to get built? If not, perhaps the best answer is your other proposed method of just adding the header to an additional path in sysroot. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.yoctoproject.org/piperma

Re: [yocto] raspberry Pi core-image-sato

2015-07-23 Thread Gary Thomas
On 2015-07-23 03:54, Burton, Ross wrote: On 23 July 2015 at 01:23, Gary Thomas mailto:g...@mlbassoc.com>> wrote: You must have added something to your image - core-image-sato does not include libepoxy by default. "Well actually", if your using oe-core master and DISTRO_FEATURES includ

Re: [yocto] raspberry Pi core-image-sato

2015-07-23 Thread Burton, Ross
On 23 July 2015 at 01:23, Gary Thomas wrote: > You must have added something to your image - core-image-sato does > not include libepoxy by default. > "Well actually", if your using oe-core master and DISTRO_FEATURES includes wayland then xserver-xorg will build the xwayland server, which requir

Re: [yocto] raspberry Pi core-image-sato

2015-07-22 Thread Gary Thomas
On 2015-07-22 16:16, Edward Vidal wrote: Hi Still having errors with bitbake core-image-sato You must have added something to your image - core-image-sato does not include libepoxy by default. This occurs at | checking for X11... yes | checking for EGL... no | configure: error: Package requir

[yocto] raspberry Pi core-image-sato

2015-07-22 Thread Edward Vidal
HiStill having errors with bitbake core-image-satoThis occurs at | checking for X11... yes | checking for EGL... no | configure: error: Package requirements (egl) were not met: ERROR: Task 4856 (/home/vidal/wkg/yocto/RaspberryPi2/poky/meta/recipes-graphics/libepoxy/libepoxy_git.bb, do_configure)