[yocto] Cannot build the core-image-directfb for

2015-01-20 Thread Yong Li
I can build the core-minimal or X11 image, but I cannot build the directfb image, below is the error message, any suggestions? bitbake core-image-directfb -v Loading cache: 100% |##

[yocto] the problem of poky 1.7 when building the custom rootfs

2015-01-20 Thread Neil.Wu
Hi ,all I try to build my custom image , The problem appears as follows: ERROR: Trying to resolve runtime dependency eglibc resulted in conflicting PREFERRED_PROVIDER entries being found. The providers found were: ['/home/ectrs/poky/meta/recipes-core/glibc/glibc-initial_2.20.bb', 'virtual:nativ

[yocto] [eclipse-plugin] Exception Eclipse Plugin 1.7 / kepler Windows using MinGW can x-comp. No options are stored after configuration.

2015-01-20 Thread J.J. Garcia
Hi all, When using the Yocto plugin in Kepler/Windos/X86_64 and MinGW/Toolchain deployed in /opt/poky/1.7, after setting up the options as: - Standard pre-built toolchain - Toolchain Root Location: C:\MinGW\msys\1.0\opt\poky\1.7 - Sysroot Location: C:\MinGW\msys\1.0\opt\poky\1.7\sysroots\i686-poky

Re: [yocto] [meta-selinux][ 0/3] v2 More recipe updates.

2015-01-20 Thread Philip Tricca
Forgot to copy maintainers. Adding Joe and Mark. Philip On 01/14/2015 09:59 PM, Philip Tricca wrote: > Greetings, > > Three more recipe udpates to get meta-selinux building with oe-core master > again. These are mostly mundane though the move from findutils from 4.4.x > to 4.5.x removes the need

Re: [yocto] CMake in populate_sdk

2015-01-20 Thread Philip Balister
On 01/20/2015 02:42 PM, Benjamin Fleming wrote: > How do I add packages to the populate_sdk option? > I have an image (myimage) that depends on some custom packages which inherit > the cmake bbclass. My expectation is that the populate_sdk task would notice > that cmake is required for building

[yocto] [PATCH] poky.conf: change case of Poky for DISTRO<->SANITY mismatch

2015-01-20 Thread Paul Gortmaker
Using anything build appliance based will emit the warning: WARNING: Host distribution "poky-1.7" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution. The chain of events leading to

[yocto] CMake in populate_sdk

2015-01-20 Thread Benjamin Fleming
How do I add packages to the populate_sdk option? I have an image (myimage) that depends on some custom packages which inherit the cmake bbclass. My expectation is that the populate_sdk task would notice that cmake is required for building and, as a result add cmake to the SDK. That is not the

[yocto] QT: libssl.so: undefined reference to `EVP_idea_cbc@OPENSSL_1.0.0' - QQuickView problem

2015-01-20 Thread Simon Bolek
Hi *, I hope someone can help me with that. Working under ubuntu 14.10 using qtcreator 3.2.2 trying to compile qt 5.2 code - very simple UI application - against poky 1.6.1 sysroot. So basically nothing strange/hard in that. But once I subclass QQuickView anywhere in the application i get this lin

Re: [yocto] Difference between target, cross, native and nativesdk.

2015-01-20 Thread Paul Eggleton
On Tuesday 20 January 2015 12:39:16 Raphael Philipe wrote: > On Tue, Jan 20, 2015 at 10:23 AM, Paul Eggleton > wrote: > > On Tuesday 20 January 2015 09:17:49 Raphael Philipe wrote: > >> I'm working on a set of recipes that must be configurable to be baked > >> in native, nativesdk, cross and targe

Re: [yocto] Difference between target, cross, native and nativesdk.

2015-01-20 Thread Raphael Philipe
Thank you Paul, On Tue, Jan 20, 2015 at 10:23 AM, Paul Eggleton wrote: > Hi Raphael, > > On Tuesday 20 January 2015 09:17:49 Raphael Philipe wrote: >> I'm working on a set of recipes that must be configurable to be baked >> in native, nativesdk, cross and target. >> >> I have a bunch of questions

Re: [yocto] Difference between target, cross, native and nativesdk.

2015-01-20 Thread Paul Eggleton
Hi Raphael, On Tuesday 20 January 2015 09:17:49 Raphael Philipe wrote: > I'm working on a set of recipes that must be configurable to be baked > in native, nativesdk, cross and target. > > I have a bunch of questions concerning this terms. I searched the > documentation and wasn't able to find a

[yocto] [meta-mingw] /etc/ld.so.cache dereferencing problem extracting in mingw. workaround

2015-01-20 Thread J.J. Garcia
Hi all, I'm using poky/meta-mingw (master for both) and when im deploying the tarball into mingw i have dereferencing problems with /etc/ld.so.cache. It is not possible to create the symlink (not included in the tarball after inspection) so the linker fails resolving. I've also build the core-ima

[yocto] Difference between target, cross, native and nativesdk.

2015-01-20 Thread Raphael Philipe
Hi, I'm working on a set of recipes that must be configurable to be baked in native, nativesdk, cross and target. I have a bunch of questions concerning this terms. I searched the documentation and wasn't able to find a definitive explanation for these terms. I will write some statements bellow

Re: [yocto] [meta-cgl][PATCH 0/2] cluster: Fix some error and format

2015-01-20 Thread Alexandru Vaduva
Yes but openldap is a dependency brought up by the cluster recipe. Proof: DEPENDS = "corosync dbus openldap openais libxml2 ncurses perl zlib" Lei Maohui did you experience this error when you tested the recipe? Alex Vaduva -Original Message- From: Qian Lei [mailto:qianl.f...@cn.fujitsu

Re: [yocto] what is the future for package_tar.bbclass?

2015-01-20 Thread Robert P. J. Day
On Tue, 20 Jan 2015, Paul Eggleton wrote: > On Monday 19 January 2015 22:57:37 Rifenbark, Scott M wrote: > > The class is broken and unsupported. I have updated the docs indicating > > such. > > I'm not sure that's true. It's not supported for building images, > and it never has been. However it

Re: [yocto] what is the future for package_tar.bbclass?

2015-01-20 Thread Paul Eggleton
On Monday 19 January 2015 22:57:37 Rifenbark, Scott M wrote: > The class is broken and unsupported. I have updated the docs indicating > such. I'm not sure that's true. It's not supported for building images, and it never has been. However it can be used for producing tarball packages for indivi