Re: [yocto] Header-Files of DEPEND recipe not found

2015-08-11 Thread yocto yocto
ains: EXTRA_OECMAKE = "-DBITBAKE_SYSROOT:STRING=${STAGING_DIR_HOST}" So when using bitbake the appropriate prefix will be added. 2015-08-11 8:36 GMT+02:00 yocto yocto : > But not within CMakeLists.txt? At least this is not working, cmake is > handling "=" as a normal

Re: [yocto] Header-Files of DEPEND recipe not found

2015-08-10 Thread yocto yocto
But not within CMakeLists.txt? At least this is not working, cmake is handling "=" as a normal character. I guess I have to pass a parameter within my *.bb to cmake containing the sysroot path 2015-08-10 22:36 GMT+02:00 Khem Raj : > On Mon, Aug 10, 2015 at 12:08 PM, yocto yocto >

Re: [yocto] Header-Files of DEPEND recipe not found

2015-08-10 Thread yocto yocto
/usr/include/soci) everything worked fine. Is there any way to get the path "/home/my-PC/development/2015-08-04_edison-src/edison-src/build/tmp/sysroots/edison/" within CMakeLists.txt automatically? 2015-08-10 19:56 GMT+02:00 Khem Raj : > > On Aug 10, 2015, at 4:50 AM, yoct

Re: [yocto] Header-Files of DEPEND recipe not found

2015-08-10 Thread yocto yocto
Please see the attachment for a simplified example. A library (consisting of 1 cpp and 1 header) is being built using soci. Compiling fails since soci.h is not found. 2015-08-10 13:16 GMT+02:00 Burton, Ross : > > On 10 August 2015 at 12:13, yocto yocto > wrote: > >> However,

Re: [yocto] Header-Files of DEPEND recipe not found

2015-08-10 Thread yocto yocto
2015-08-10 13:16 GMT+02:00 Burton, Ross : > > The first step would be to verify that the sysroot does in fact have the > headers installed in > > Ross > Thank you for your response! How do I verify that? -- ___ yocto mailing list yocto@yoctoproject.org

[yocto] Disable "Warning: X, set to be excluded, is excluded [...]"

2015-08-10 Thread yocto yocto
I am building my own yocto image based on the intel edison image. For that reason i created my own layer so that I do not have to touch the official intel sources. Each change is done in my own layer. Hence, to remove packages that are added within the intel edison configuration I use PACKAGE_EXCL

[yocto] Header-Files of DEPEND recipe not found

2015-08-10 Thread yocto yocto
Good day, I am using the "soci" recipe: https://github.com/openembedded/meta-openembedded/tree/9a5d25f2a717814f948b492b9c01c1ff0edb678d/meta-oe/recipes-support/soci soci is successfully being built when using the following dependency in my own recipe which relies on soci: DEPENDS = "soci" soci

[yocto] libmcrypt not part of the image

2015-08-07 Thread yocto yocto
I added the meta-openembedded layer to my configuration. I want to have libmcrypt (in meta-openembedded/meta-oe/recipes-support) on my system: IMAGE_INSTALL += "libmcrypt" The library (libmcrypt.so) is actually being built. Everything is located in "libmcrypt/2.5.8-r0/package/usr", however after

[yocto] do_install_append_class-target(): Files are not being installed on the system

2015-08-06 Thread yocto yocto
Good day, I am writing a recipe using "inherit autotools". I am using "do_install_append_class-target()" to install all files on the system. The folder build/tmp/work/core2-32-poky-linux/my-recipe/x.y.z-r0/image contains all files respectively the desired folder structure. However, after flashin

Re: [yocto] How to enable php5 (php_5.5.24.bb) support for postgresql

2015-05-31 Thread yocto yocto
:22 yocto yocto wrote: > > after looking at the config.log that I sent you I realized that all > "unsafe > > for cross-compilation" message occur because the recipe tries to link > > against my local installation of postgresql-server-dev-9.3 and libpq-dev > > l

Re: [yocto] How to enable php5 (php_5.5.24.bb) support for postgresql

2015-05-22 Thread yocto yocto
Please find the log file attached. The error is at the end 2015-05-22 15:38 GMT+02:00 Paul Eggleton : > On Friday 22 May 2015 15:34:50 yocto yocto wrote: > > Thanks for helping me. My *.bbappend looks now like this: > > > > PACKAGECONFIG_append_class-target = " p

Re: [yocto] How to enable php5 (php_5.5.24.bb) support for postgresql

2015-05-22 Thread yocto yocto
27;: No such file or directory (Much text) ERROR: oe_runmake failed 2015-05-22 14:48 GMT+02:00 Paul Eggleton : > On Friday 22 May 2015 14:00:50 Martin Jansa wrote: > > On Fri, May 22, 2015 at 01:44:20PM +0200, yocto yocto wrote: > > > I set BBCLASSEXTEND = "native"

Re: [yocto] How to enable php5 (php_5.5.24.bb) support for postgresql

2015-05-22 Thread yocto yocto
2-17.log.html But this discussion is not helping me (search for postgresql-native) 2015-05-22 13:17 GMT+02:00 Martin Jansa : > On Fri, May 22, 2015 at 09:51:31AM +0100, Paul Eggleton wrote: > > On Thursday 21 May 2015 23:21:53 yocto yocto wrote: > > > Good day, > > >

[yocto] How to enable php5 (php_5.5.24.bb) support for postgresql

2015-05-21 Thread yocto yocto
Good day, I am working with the intel Edison. Therefore I am using the meta-openembedded “daisy” branch (have a look here: https://github.com/openembedded/meta-openembedded/branches/stale). Using another branch causes bitbake errors. Beside this, “daisy” is recommended for the intel Edison within

[yocto] [Intel Edison] Changing kernel configuration results in "do_rootfs"-failure (Code 255)

2015-04-14 Thread yocto yocto
I tried to add a module to the kernel configuration according to http://www.yoctoproject.org/docs/1.6.1/kernel-dev/kernel-dev.html#changing-the-configuration Here is what I have done: File: meta-mylayer/recipes-kernel/linux/linux-yocto_3.10.bbappend Contains: FILESEXTRAPATHS_prepend := "${THISD