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

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 --- recipes-security/libmspack/{libmspack_0.4.bb => libmspack_0.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 del

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 > --- > documentation/poky.ent | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/documentation/p

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

[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 --- buildset-config.controller/nightly-weston.conf | 2

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 tr

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

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

[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 or "ptrdiff_t" is undefined. Signed-off-by: Hugo Vasconcelos Saldanha --- recipes-qt3/qt3/qt-x11-free/qt3-cstddef.patch | 19 --- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/recipes-qt3/qt3/qt-x11-free/qt3-cstddef.p

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

2015-03-27 Thread Hugo Vasconcelos Saldanha
Signed-off-by: Hugo Vasconcelos Saldanha --- 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 --- a/recipes-security/clama

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

[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 --- 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 => libmspack_0.5.bb} (72%) diff --git

Re: [yocto] Dependencies gone wild

2015-03-27 Thread Burton, Ross
On 27 March 2015 at 18:56, Gary Thomas 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 variable, and patches

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

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 tarba

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,

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 failed

[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

[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 --- documentation/poky.ent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/poky.ent b/documentation/poky.ent index 5d12fc1..a8fe99f 100644 --- a/documentation

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 spl

[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] [PATCH] nightly-*.conf: Add GetBitbakeVersion build step

2015-03-27 Thread Flanagan, Elizabeth
On 26 March 2015 at 19:14, Graydon, Tracy wrote: > [YOCTO #7519] > > Add the GetBitbakeVersion build step to nightly-*.conf buildsets > in buildset_config.controller to enable toaster on autobuilder. > > Signed-off-by: Graydon, Tracy > --- > buildset-config.controller/nightly-arm-lsb.conf |

Re: [yocto] Sharing sstate

2015-03-27 Thread Mike Looijmans
On 26-03-15 14:44, Gary Thomas wrote: I have two development servers, one running an older version of Fedora (x86 *), the other runs a recent Ubuntu (x86_64). Both are the same CPU core (Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz) I've just tried building the same target, using the same versio