Re: [yocto] Trying to add a recipe for ROOT

2015-12-30 Thread Giordon Stark
I'll look at pkg-config examples. How do I fix the llvm issue though? I don't know enough about bitbake to fix that. Giordon On Wed, Dec 30, 2015 at 1:26 PM Khem Raj wrote: > you mostly have one of these issues > > | ERROR: >

Re: [yocto] Trying to add a recipe for ROOT

2015-12-30 Thread Khem Raj
On Wed, Dec 30, 2015 at 10:27 AM, Giordon Stark wrote: > I'll look at pkg-config examples. How do I fix the llvm issue though? I > don't know enough about bitbake to fix that. disable, internal build _somehow_ then add DEPENDS += "llvm3" to recipe > > Giordon > > On Wed, Dec

Re: [yocto] Trying to add a recipe for ROOT

2015-12-30 Thread Khem Raj
you mostly have one of these issues | ERROR: /home/osboxes/poky/build/tmp/sysroots/i686-linux/usr/bin/pcre-config should not be used, use an alternative such as pkg-config | ERROR: /home/osboxes/poky/build/tmp/sysroots/i686-linux/usr/bin/pcre-config should not be used, use an alternative such as

Re: [yocto] Trying to add a recipe for ROOT

2015-12-30 Thread Giordon Stark
https://gist.github.com/anonymous/adec2839deecce33702a Giordon On Wed, Dec 23, 2015 at 9:25 PM Khem Raj wrote: > can you post output of root/6.04.12-r0/build/CMakeFiles/CMakeError.log > > On Wed, Dec 9, 2015 at 12:00 PM, Giordon Stark wrote: > > Hi all, >

Re: [yocto] BeagleBone...bitbake -v core-image-sato stops

2015-12-30 Thread Nico Mock
On 28.12.2015 09:58, kaffeesurro...@posteo.de wrote: Sorry guys . I thought I was done. Actually I'm not a bit smarter then before ;-) I'm still trying to build a yocto-image for a beaglebone. I believed, that the reason why yocto stopped compiling at attr-native-2.4.47-r0 was the

Re: [yocto] NSUPDATE Package in intel edison with yocto version 159

2015-12-30 Thread Khem Raj
On Wed, Dec 30, 2015 at 5:01 AM, neuber sousa wrote: > I'm trying to to this: > http://mkaczanowski.com/golang-build-dynamic-dns-service-go/ > > > But I have error with NSUPDATE package > > > root@neuberfran:~# opkg install nsupdate > Unknown package 'nsupdate'. > Collected

Re: [yocto] Trying to add a recipe for ROOT

2015-12-30 Thread Giordon Stark
I'm unable to disable the internal build. I'm working on the pkg-config however. On Wed, Dec 30, 2015 at 1:34 PM Khem Raj wrote: > On Wed, Dec 30, 2015 at 10:27 AM, Giordon Stark wrote: > > I'll look at pkg-config examples. How do I fix the llvm issue

Re: [yocto] Trying to add a recipe for ROOT

2015-12-30 Thread Giordon Stark
Here's an update set of logs: (output) https://gist.github.com/anonymous/56f904b65feeb3346db6 (CMakeError.log) https://gist.github.com/anonymous/d5d766badcee1df5efc1 for the current recipe here: https://github.com/kratsg/meta-l1calo/blob/master/recipes-core/root/root_6.04.12.bb On Wed, Dec 30,

Re: [yocto] Trying to add a recipe for ROOT

2015-12-30 Thread Giordon Stark
Actually -- if you look here -- I'm already using pkg-config? https://github.com/kratsg/meta-l1calo/blob/master/recipes-core/root/root_6.04.12.bb#L9 Is there something wrong with the configuration then? On Wed, Dec 30, 2015 at 2:07 PM Giordon Stark wrote: > I'm unable to

[yocto] NSUPDATE Package in intel edison with yocto version 159

2015-12-30 Thread neuber sousa
I'm trying to to this: http://mkaczanowski.com/golang-build-dynamic-dns-service-go/ But I have error with NSUPDATE package *root@neuberfran:~# opkg install nsupdate* Unknown package 'nsupdate'. Collected errors: opkg_install_cmd: Cannot install package nsupdate Please help --

Re: [yocto] [meta-mono PATCH] mono-4.xx.inc: Inherit gettext class

2015-12-30 Thread Alex J Lennon
On 16/12/2015 16:18, Otavio Salvador wrote: > The mono uses gettext for build, by default, so we ought to ensure it > is available during the build. > Applied. Thanks Otavio. Cheers, Alex -- ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] [meta-mono][PATCH] README.md: fix mailto links

2015-12-30 Thread Alex J Lennon
On 23/11/2015 08:25, Roger Meier wrote: > Signed-off-by: Roger Meier > --- > README.md | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Applied, Thanks Roger. Cheers, Alex -- ___ yocto mailing list