Re: [yocto] eglibc build error

2015-03-27 Thread Parthiban Kandasamy
could anyone tell me to recover stack_chk_guard error? On 25 March 2015 at 16:44, Parthiban Kandasamy parthi...@ulivesystems.com wrote: i am using yocto-dora1.5 for beagleboard-xm and i am building customized toolchain(meta-toolchain-qt for x11 support) for my target. while building got error

Re: [yocto] [PATCH] nightly-arch*.conf: Add GetBitbakeVersion build step

2015-03-27 Thread Flanagan, Elizabeth
On 26 March 2015 at 19:14, Graydon, Tracy tracy.gray...@intel.com wrote: [YOCTO #7519] Add the GetBitbakeVersion build step to nightly-arch*.conf buildsets in buildset_config.controller to enable toaster on autobuilder. Signed-off-by: Graydon, Tracy tracy.gray...@intel.com ---

[yocto] Parsing vs cached startup

2015-03-27 Thread Gary Thomas
I just ran a build from scratch and as expected, I got the full Parsing recipes for many minutes. I always start out with BB_NO_NETWORK=1 set so I can see what new files need to be downloaded (many of my customers are network limited and I like to provide them with the necessary files off-line).

Re: [yocto] [YOCTO]: About adding documentation in final SDK image

2015-03-27 Thread Paul Eggleton
Hi Preeti, On Thursday 19 March 2015 21:37:31 Preeti P wrote: I am working on adding the documents in to my SDK image. Basically, I want to have the man and info documentation for the tool-chain item in my SDK image. As per my understanding, the install package for every recipe gets split

[yocto] [PATCH][yocto-docs] poky.ent: Ubuntu based systems need xlstproc

2015-03-27 Thread Beth Flanagan
xlstproc is needed for doc building. I'm sure others are effected as well. Signed-off-by: Beth Flanagan elizabeth.flana...@intel.com --- documentation/poky.ent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/poky.ent b/documentation/poky.ent index

[yocto] Question about BB_NO_NETWORK

2015-03-27 Thread Gary Thomas
Can someone explain to me why this recipe (from meta-fsl-arm-extra) requires network access if I have a current (built today on a different machine) git tarball of the repository? The error I get is: ERROR: Function failed: Network access disabled through BB_NO_NETWORK (or set indirectly due

Re: [yocto] Question about BB_NO_NETWORK

2015-03-27 Thread Gary Thomas
On 2015-03-27 11:00, Gary Thomas wrote: Can someone explain to me why this recipe (from meta-fsl-arm-extra) requires network access if I have a current (built today on a different machine) git tarball of the repository? Oops, forgot the recipe: The error I get is: ERROR: Function

Re: [yocto] Question about BB_NO_NETWORK

2015-03-27 Thread Richard Purdie
On Fri, 2015-03-27 at 11:09 -0600, Gary Thomas wrote: On 2015-03-27 11:00, Gary Thomas wrote: Can someone explain to me why this recipe (from meta-fsl-arm-extra) requires network access if I have a current (built today on a different machine) git tarball of the repository? Oops, forgot

[linux-yocto] multiple compilers

2015-03-27 Thread Dan Gundlach
How do I configure yocto to create multiple compilers? I need to create a second (older) compiler to build the kernel. It won't boot using the current one. I've searched in vain to find a solution. It says you can do it, but it dosn't tell you how. --

Re: [yocto] Dependencies gone wild

2015-03-27 Thread Burton, Ross
On 27 March 2015 at 18:56, Gary Thomas g...@mlbassoc.com wrote: What are these all about and why do I have them if I'm not running systemd? Bitbake wasn't tracking those variables correctly, and now it is. You could argue that PACKAGEVARS should be extended in the class that sets the

Re: [yocto] Question about BB_NO_NETWORK

2015-03-27 Thread Gary Thomas
On 2015-03-27 11:19, Richard Purdie wrote: On Fri, 2015-03-27 at 11:09 -0600, Gary Thomas wrote: On 2015-03-27 11:00, Gary Thomas wrote: Can someone explain to me why this recipe (from meta-fsl-arm-extra) requires network access if I have a current (built today on a different machine) git

[yocto] Dependencies gone wild

2015-03-27 Thread Gary Thomas
I was just comparing a build I did on 2015-03-20 and 2015-03-27. I noticed that [today] almost every package in my build had to be rebuilt :-( [I thought that things were pretty much frozen for the next release!] I compared some of the stamps and every one I examined looked something like this:

[yocto] [meta-security][PATCH] libmspack: update to version 0.5

2015-03-27 Thread Hugo Vasconcelos Saldanha
SRC_URI to version 0.4 was broken. Signed-off-by: Hugo Vasconcelos Saldanha hugo.salda...@aker.com.br --- recipes-security/libmspack/{libmspack_0.4.bb = libmspack_0.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename recipes-security/libmspack/{libmspack_0.4.bb =

Re: [linux-yocto] multiple compilers

2015-03-27 Thread Mehaffey, John
Hi Dan, I don't generally do compilers, but the Yocto way is to create another recipe where the SRC_URI points to the tarball/git repository you want to build from. It may be that you will need to start with an older compiler .bb recipe, you don't say how far back you need to go. You don't

[yocto] Best practices for copying recipe from a newer release

2015-03-27 Thread Matt Schuckmann
I find myself in the situation where my project is currently using meta-openembedded from the Dylan branch but I want to use a recipe from the current master. Is it better for me to copy the recipe into my own branch off of Dylan or to copy the recipe into my own meta-layer? What works out

[yocto] [meta-security][PATCH] clamav: fix ncurses configure option

2015-03-27 Thread Hugo Vasconcelos Saldanha
Signed-off-by: Hugo Vasconcelos Saldanha hugo.salda...@aker.com.br --- recipes-security/clamav/clamav_0.98.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-security/clamav/clamav_0.98.5.bb b/recipes-security/clamav/clamav_0.98.5.bb index 8f71654..08604a7 100644

[yocto] [meta-qt3][PATCH] qt-x11-free: increment patch fixing cstddef include

2015-03-27 Thread Hugo Vasconcelos Saldanha
Another qt3 header (qmap.h) needs to include cstddef or ptrdiff_t is undefined. Signed-off-by: Hugo Vasconcelos Saldanha hugo.salda...@aker.com.br --- recipes-qt3/qt3/qt-x11-free/qt3-cstddef.patch | 19 --- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git

[yocto] [PATCH] nightly-arch*.conf: Add GetBitbakeVersion build step

2015-03-27 Thread Graydon, Tracy
[YOCTO #7519] Add the GetBitbakeVersion build step to nightly-arch*.conf buildsets in buildset_config.controller to enable toaster on autobuilder. Signed-off-by: Graydon, Tracy tracy.gray...@intel.com --- buildset-config.controller/nightly-arm-lsb.conf | 1 +

Re: [yocto] Please help me understand these packages

2015-03-27 Thread Gary Thomas
On 2015-03-27 18:10, Matt Schuckmann wrote: I’ve run into this a couple times now and I still don’t get it so please help me understand. I’m trying to understand how to include just the ir-keytable package of the v4l-utils_1.6.2.bb recipe. At first I was getting a lot of “Nothing PROVIDES” or

[yocto] Please help me understand these packages

2015-03-27 Thread Matt Schuckmann
I've run into this a couple times now and I still don't get it so please help me understand. I'm trying to understand how to include just the ir-keytable package of the v4l-utils_1.6.2.bb recipe. At first I was getting a lot of Nothing PROVIDES or Nothing RPROVIDES error messages when I tried

[yocto] [PATCH] nightly-weston.conf: Run regular build tests for no-X11 case

2015-03-27 Thread Graydon, Tracy
[YOCTO #6854] A common configuration selection is to remove x11 from DISTRO_FEATURES. Add a nightly-weston.conf builset to allow us to test this via the autobuilder. Also added to nightly.conf and yoctoAB.conf. Signed-off-by: Graydon, Tracy tracy.gray...@intel.com ---

Re: [yocto] Best practices for copying recipe from a newer release

2015-03-27 Thread Martin Jansa
On Fri, Mar 27, 2015 at 01:56:27PM -0700, Matt Schuckmann wrote: I find myself in the situation where my project is currently using meta-openembedded from the Dylan branch but I want to use a recipe from the current master. Is it better for me to copy the recipe into my own branch off of

Re: [yocto] [PATCH][yocto-docs] poky.ent: Ubuntu based systems need xlstproc

2015-03-27 Thread Paul Eggleton
Hi Beth, On Friday 27 March 2015 15:03:10 Beth Flanagan wrote: xlstproc is needed for doc building. I'm sure others are effected as well. Signed-off-by: Beth Flanagan elizabeth.flana...@intel.com --- documentation/poky.ent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

Re: [yocto] [meta-security][PATCH] clamav: fix ncurses configure option

2015-03-27 Thread akuster808
merged to master-next. Thanks, Armin On 03/27/2015 02:25 PM, Hugo Vasconcelos Saldanha wrote: Signed-off-by: Hugo Vasconcelos Saldanha hugo.salda...@aker.com.br --- recipes-security/clamav/clamav_0.98.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [yocto] [meta-security][PATCH] libmspack: update to version 0.5

2015-03-27 Thread akuster808
merged to master-next thanks. - armin On 03/27/2015 01:49 PM, Hugo Vasconcelos Saldanha wrote: SRC_URI to version 0.4 was broken. Signed-off-by: Hugo Vasconcelos Saldanha hugo.salda...@aker.com.br --- recipes-security/libmspack/{libmspack_0.4.bb = libmspack_0.5.bb} | 4 ++-- 1 file