Re: [yocto] SSTATE_MIRRORS problems, libpthread.so.0 not found ...

2013-04-22 Thread Jonas Jonsson L
the –sysroot flag appended in the command, CXXLD doesn’t have it (according to the generated Makefile). Am I or autotools doing something wrong here? /Jonas From: Khem Raj [mailto:raj.k...@gmail.com] Sent: den 14 april 2013 23:48 To: Jonas Jonsson L Cc: Yocto Mailinglist (yocto@yoctoproject.org) Subject

[yocto] Set hostname on image?

2012-12-21 Thread Jonas Jonsson L
Hi! This is probably a very stupid question, but I don't understand how to set the hostname of the system that I'm building (I'm building a 'core-image-minimal'), unless I A) write a /etc/hostname file to the image, or B) write a script that updates the hostname during startup The installed

Re: [yocto] IMAGE_INSTALL_append workflow

2012-11-27 Thread Jonas Jonsson L
I can also confirm this. A package (I've tried with diffutils bash) must be built separately before it's added to an image via IMAGE_INSTALL_append. /Jonas - fetched poky today -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf

[yocto] Python-installation on target (qemuppc) image ....

2012-10-04 Thread Jonas Jonsson L
Hi, I'm trying to get a working python on a 'core-image-minimal' type of image but with no luck. Loads of stuff from the standard python library aren't installed on the target (qemuppc), as an example I can't run 'python-config' since the 'distutils'-module isn't available. I need the

[yocto] Howto add TIPC-support into kernel?

2012-10-02 Thread Jonas Jonsson L
Hi! I'm writing a recipe for a piece of software that requires TIPC support in the kernel. I've tried to figure out a way to accomplish this within my bb-file, but with no success. Is there a way to do such thing with Yocto, currently I run 'bitbake -c menuconfig linux-yocto' (or is it

[yocto] Using other recipes output in Makefile-project

2012-09-21 Thread Jonas Jonsson L
Hi, I'm having trouble with understanding how to use built libraries (and their include-files). I'm writing a bitbake-recipe for some piece of software that is Makefile-based. The SW has a compilation and runtime dependency on readline, Sqlite3 and libxml2. In my bb-file, I've added 'DEPEND

Re: [yocto] Using other recipes output in Makefile-project

2012-09-21 Thread Jonas Jonsson L
) -Original Message- From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: den 21 september 2012 12:07 To: Jonas Jonsson L Cc: Yocto Mailinglist (yocto@yoctoproject.org) Subject: Re: [yocto] Using other recipes output in Makefile-project On 21 September 2012 10:06, Jonas Jonsson L jonas.l.jons

Re: [yocto] Using other recipes output in Makefile-project

2012-09-21 Thread Jonas Jonsson L
\' to EXTRA_OEMAKE. BR Jonas Jonsson -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Jonas Jonsson L Sent: den 21 september 2012 14:14 To: Burton, Ross Cc: Yocto Mailinglist (yocto@yoctoproject.org) Subject: Re: [yocto] Using other