* core-image-sato raspberrypi2
@ 2015-07-21 22:31 Edward Vidal
2015-07-22 0:18 ` Gary Thomas
0 siblings, 1 reply; 4+ messages in thread
From: Edward Vidal @ 2015-07-21 22:31 UTC (permalink / raw)
To: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 814 bytes --]
Hi all,I created a rpi-basic-img for RaspberryPi 2 which was created and booted okay. I am using
meta-yocto-bsp = "fido:0f8d89ce66cfffccc9911d6c61470a585173b79d"
meta-raspberrypi = "master:7457bf182c8fd550ec877ecd786a3edd16e65495".
Can the core-image-sato be created for the RaspBerry 2 B?
First i tried bitbake core-image-sato which was getting errors. Then I bitbake core-image-sato -c fetchall.
NOTE: Tasks Summary: Attempted 626 tasks of which 626 didn't need to be rerun and all succeeded.
Does this mean that all the depends have been downloaded?
Now when I run I am missing checking for EGL... no in libepoxy do I need another layer before building core-image-sato?As always any and all help is appreciated.Regards.
Edward Vidal Jr.e-mail develone@sbcglobal.net
915-595-1613
[-- Attachment #2: Type: text/html, Size: 2383 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: core-image-sato raspberrypi2
2015-07-21 22:31 core-image-sato raspberrypi2 Edward Vidal
@ 2015-07-22 0:18 ` Gary Thomas
0 siblings, 0 replies; 4+ messages in thread
From: Gary Thomas @ 2015-07-22 0:18 UTC (permalink / raw)
To: yocto
On 2015-07-21 16:31, Edward Vidal wrote:
> Hi all,
> I created a rpi-basic-img for RaspberryPi 2 which was created and booted okay. I am using
> meta-yocto-bsp = "fido:0f8d89ce66cfffccc9911d6c61470a585173b79d"
> meta-raspberrypi = "master:7457bf182c8fd550ec877ecd786a3edd16e65495".
>
> Can the core-image-sato be created for the RaspBerry 2 B?
>
> First i tried bitbake core-image-sato which was getting errors. Then I bitbake core-image-sato -c fetchall.
> NOTE: Tasks Summary: Attempted 626 tasks of which 626 didn't need to be rerun and all succeeded.
>
> Does this mean that all the depends have been downloaded?
>
> Now when I run I am missing checking for EGL... no in libepoxy do I need another layer before building core-image-sato?
Exactly what is the error (cut & paste it in the reply)?
I just ran this with no errors...
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 4+ messages in thread
* core-image-sato raspberrypi2
@ 2015-07-22 1:07 Edward Vidal
2015-08-12 7:43 ` Khem Raj
0 siblings, 1 reply; 4+ messages in thread
From: Edward Vidal @ 2015-07-22 1:07 UTC (permalink / raw)
To: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 1639 bytes --]
Hi all,In the file poky/meta/recipes-graphics/libepoxy/libepoxy_git.bb
I tried to add --disable-egl, with no success
PACKAGECONFIG[x11] = "--enable-glx, --disable-glx, virtual/libx11"
| checking for EGL... no
| configure: error: Package requirements (egl) were not met:
|
| No package 'egl' found
|
| Consider adjusting the PKG_CONFIG_PATH environment variable if you
| installed software in a non-standard prefix.
|
| Alternatively, you may set the environment variables EGL_CFLAGS
| and EGL_LIBS to avoid the need to call pkg-config.
| See the pkg-config man page for more details.
| Configure failed. The contents of all config.log files follows to aid debugging
| 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-vfpv4-neon-poky-linux-gnueabi/libepoxy/1.2+gitAUTOINC+20062c25e7-r0/temp/log.do_configure.23311)
ERROR: Task 4597 (/home/vidal/wkg/yocto/RaspberryPi2/poky/meta/recipes-graphics/libepoxy/libepoxy_git.bb, do_configure) failed with exit code '1'
NOTE: Tasks Summary: Attempted 3158 tasks of which 3080 didn't need to be rerun and 1 failed.
Waiting for 0 running tasks to finish:
Summary: 1 task failed:
/home/vidal/wkg/yocto/RaspberryPi2/poky/meta/recipes-graphics/libepoxy/libepoxy_git.bb, do_configure
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
I found on the web reference to userland do I need this layer?Thanks for all the help.
Edward Vidal Jr.
e-mail develone@sbcglobal.net
915-595-1613
[-- Attachment #2: Type: text/html, Size: 2605 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: core-image-sato raspberrypi2
2015-07-22 1:07 Edward Vidal
@ 2015-08-12 7:43 ` Khem Raj
0 siblings, 0 replies; 4+ messages in thread
From: Khem Raj @ 2015-08-12 7:43 UTC (permalink / raw)
To: Edward Vidal; +Cc: yocto@yoctoproject.org
[-- Attachment #1.1: Type: text/plain, Size: 836 bytes --]
> On Jul 21, 2015, at 6:07 PM, Edward Vidal <develone@sbcglobal.net> wrote:
>
> Hi all,
> In the file poky/meta/recipes-graphics/libepoxy/libepoxy_git.bb
> I tried to add --disable-egl, with no success
>
>
> PACKAGECONFIG[x11] = "--enable-glx, --disable-glx, virtual/libx11"
> | checking for EGL... no
> | configure: error: Package requirements (egl) were not met:
> |
> | No package 'egl’ found
>
Please update to latest on meta-raspberrypi and apply
https://lists.yoctoproject.org/pipermail/yocto/2015-August/026035.html <https://lists.yoctoproject.org/pipermail/yocto/2015-August/026035.html>
if you want you can also apply below patch but is not must
https://lists.yoctoproject.org/pipermail/yocto/2015-August/026074.html <https://lists.yoctoproject.org/pipermail/yocto/2015-August/026074.html>
[-- Attachment #1.2: Type: text/html, Size: 2185 bytes --]
[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 211 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-08-12 7:43 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-21 22:31 core-image-sato raspberrypi2 Edward Vidal
2015-07-22 0:18 ` Gary Thomas
-- strict thread matches above, loose matches on Subject: below --
2015-07-22 1:07 Edward Vidal
2015-08-12 7:43 ` Khem Raj
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.