* Re: [meta-raspberrypi] raspberry Pi core-image-sato
@ 2015-07-23 15:01 Herve Jourdain
2015-07-23 15:11 ` Gary Thomas
0 siblings, 1 reply; 3+ messages in thread
From: Herve Jourdain @ 2015-07-23 15:01 UTC (permalink / raw)
To: 'Edward Vidal', yocto
[-- Attachment #1: Type: text/plain, Size: 1564 bytes --]
Hi,
Not sure if it’s the case, because the config.log might give more details, but maybe you can try adding the following to your recipe :
EXTRA_OECONF += “-I${STAGING_DIR_TARGET}/usr/include/interface/vcos/pthreads/ \
-I${STAGING_DIR_TARGET}/usr/include/interface/vmcs_host/linux/"
I needed that to compile other packages that were using EGL.
Once again, just a hint, no warranty whatsoever…
BR,
Hervé
From: yocto-bounces@yoctoproject.org <mailto:yocto-bounces@yoctoproject.org> [mailto:yocto-bounces@yoctoproject.org] On Behalf Of Edward Vidal
Sent: jeudi 23 juillet 2015 16:38
To: yocto@yoctoproject.org <mailto:yocto@yoctoproject.org>
Subject: ***SPAM*** [yocto] raspberry Pi core-image-sato
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/work/cortexa7hf-vfp-vfpv4-neon-poky-linux-gnueabi/libepoxy/1.2+gitAUTOINC+20062c25e7-r0/temp/log.do_configure.9672)
ERROR: Task 4597 (/home/vidal/wkg/yocto/RaspberryPi2/poky/meta/recipes-graphics/libepoxy/libepoxy_git.bb, do_configure) failed with exit code '1'
Let me know what I can provide.
Thanks for the help
Regards,
Edward Vidal Jr.
e-mail develone@sbcglobal.net <mailto:develone@sbcglobal.net>
915-595-1613
[-- Attachment #2: Type: text/html, Size: 7691 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [meta-raspberrypi] raspberry Pi core-image-sato
2015-07-23 15:01 [meta-raspberrypi] raspberry Pi core-image-sato Herve Jourdain
@ 2015-07-23 15:11 ` Gary Thomas
2015-07-23 15:49 ` Herve Jourdain
0 siblings, 1 reply; 3+ messages in thread
From: Gary Thomas @ 2015-07-23 15:11 UTC (permalink / raw)
To: yocto
On 2015-07-23 09:01, Herve Jourdain wrote:
> Hi,
>
> Not sure if it’s the case, because the config.log might give more details, but maybe you can try adding the following to your recipe :
>
> EXTRA_OECONF += “-I${STAGING_DIR_TARGET}/usr/include/interface/vcos/pthreads/ \
>
> -I${STAGING_DIR_TARGET}/usr/include/interface/vmcs_host/linux/"
>
> I needed that to compile other packages that were using EGL.
These should not be needed if you use DEPENDS correctly, bitbake
takes care of them for you.
>
> Once again, just a hint, no warranty whatsoever…
>
> BR,
>
> Hervé
>
> *From:*yocto-bounces@yoctoproject.org <mailto:yocto-bounces@yoctoproject.org> [mailto:yocto-bounces@yoctoproject.org] *On Behalf Of *Edward Vidal
> *Sent:* jeudi 23 juillet 2015 16:38
> *To:* yocto@yoctoproject.org <mailto:yocto@yoctoproject.org>
> *Subject:* ***SPAM*** [yocto] raspberry Pi core-image-sato
>
> 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/work/cortexa7hf-vfp-vfpv4-neon-poky-linux-gnueabi/libepoxy/1.2+gitAUTOINC+20062c25e7-r0/temp/log.do_configure.9672)
> ERROR: Task 4597 (/home/vidal/wkg/yocto/RaspberryPi2/poky/meta/recipes-graphics/libepoxy/libepoxy_git.bb, do_configure) failed with exit code '1'
>
> Let me know what I can provide.
>
> Thanks for the help
>
> Regards,
>
> Edward Vidal Jr.
> e-mail develone@sbcglobal.net <mailto:develone@sbcglobal.net>
> 915-595-1613
>
>
>
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [meta-raspberrypi] raspberry Pi core-image-sato
2015-07-23 15:11 ` Gary Thomas
@ 2015-07-23 15:49 ` Herve Jourdain
0 siblings, 0 replies; 3+ messages in thread
From: Herve Jourdain @ 2015-07-23 15:49 UTC (permalink / raw)
To: 'Gary Thomas', yocto
Hi Gary,
What worries me is I don't see that kind of paths in the log file that
Edward sent.
And I'm just thinking the package configuration itself might need to know
the where to find those headers - I believe I needed something similar for
QT.
This said, it's very difficult to know for sure without having the log of
what went wrong in the configuration phase, that might be seen in
config.log. That's why it's just a blind guess at best, some information is
missing...
BR,
Herve
-----Original Message-----
From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org]
On Behalf Of Gary Thomas
Sent: jeudi 23 juillet 2015 17:11
To: yocto@yoctoproject.org
Subject: Re: [yocto] [meta-raspberrypi] raspberry Pi core-image-sato
On 2015-07-23 09:01, Herve Jourdain wrote:
> Hi,
>
> Not sure if its the case, because the config.log might give more details,
but maybe you can try adding the following to your recipe :
>
> EXTRA_OECONF +=
> -I${STAGING_DIR_TARGET}/usr/include/interface/vcos/pthreads/ \
>
>
-I${STAGING_DIR_TARGET}/usr/include/interface/vmcs_host/linux/"
>
> I needed that to compile other packages that were using EGL.
These should not be needed if you use DEPENDS correctly, bitbake takes care
of them for you.
>
> Once again, just a hint, no warranty whatsoever
>
> BR,
>
> Hervé
>
> *From:*yocto-bounces@yoctoproject.org
> <mailto:yocto-bounces@yoctoproject.org>
> [mailto:yocto-bounces@yoctoproject.org] *On Behalf Of *Edward Vidal
> *Sent:* jeudi 23 juillet 2015 16:38
> *To:* yocto@yoctoproject.org <mailto:yocto@yoctoproject.org>
> *Subject:* ***SPAM*** [yocto] raspberry Pi core-image-sato
>
> 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/work/cortexa7hf-vfp-
> vfpv4-neon-poky-linux-gnueabi/libepoxy/1.2+gitAUTOINC+20062c25e7-r0/te
> mp/log.do_configure.9672)
> ERROR: Task 4597
(/home/vidal/wkg/yocto/RaspberryPi2/poky/meta/recipes-graphics/libepoxy/libe
poxy_git.bb, do_configure) failed with exit code '1'
>
> Let me know what I can provide.
>
> Thanks for the help
>
> Regards,
>
> Edward Vidal Jr.
> e-mail develone@sbcglobal.net <mailto:develone@sbcglobal.net>
> 915-595-1613
>
>
>
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
--
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-07-23 15:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-23 15:01 [meta-raspberrypi] raspberry Pi core-image-sato Herve Jourdain
2015-07-23 15:11 ` Gary Thomas
2015-07-23 15:49 ` Herve Jourdain
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.