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

2015-08-11 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 raj.k...@gmail.com: On Mon, Aug 10, 2015 at 12:08 PM, yocto yocto

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

2015-08-11 Thread yocto yocto
= -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 yoctomailingl...@gmail.com: But not within CMakeLists.txt? At least this is not working, cmake is handling = as a normal character. I guess I have to pass

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

2015-08-10 Thread yocto yocto
AM, yocto yocto yoctomailingl...@gmail.com wrote: 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 ross.bur...@intel.com: On 10

[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

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 ross.bur...@intel.com: 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

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 ross.bur...@intel.com: On 10 August 2015 at 12:13, yocto yocto yoctomailingl

[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

[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 flashing

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

2015-06-01 Thread yocto yocto
: On Saturday 23 May 2015 11:12: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 lying in /usr/lib. Consider

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

2015-05-22 Thread yocto yocto
martin.ja...@gmail.com: 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, I am working with the intel Edison. Therefore I am using the meta-openembedded “daisy” branch (have a look here: https://github.com

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

2015-05-22 Thread yocto yocto
failed 2015-05-22 14:48 GMT+02:00 Paul Eggleton paul.eggle...@linux.intel.com: 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 active again. My php_5.5.24.bbappend looks like this (just one

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 paul.eggle...@linux.intel.com: 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 = pgsql

[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

[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 :=