Re: [yocto] DL_DIR problems

2014-05-05 Thread Christopher Larson
it. There'd be duplication in local disk space, but you'd avoid the NFS locking issues. -- Christopher Larson clarson at kergoth dot com Founder - BitBake, OpenEmbedded, OpenZaurus Maintainer - Tslib Senior Software Engineer, Mentor Graphics -- ___

Re: [yocto] [OE-core] [oe] initial support for musl libc with OE/Yocto Project

2014-04-28 Thread Christopher Larson
o if you are interested in musl > > http://git.openembedded.org/openembedded-core-contrib/log/?h=kraj/musl > Congrats on the progress :) -- Christopher Larson clarson at kergoth dot com Founder - BitBake, OpenEmbedded, OpenZaurus Maintainer - Tslib Senior Software Engi

[yocto] [meta-qt3][PATCH] layer.conf: avoid unnecessary early expansion with :=

2013-03-18 Thread Christopher Larson
From: Christopher Larson bitbake handles immediate expansions of LAYERDIR for us automatically. Signed-off-by: Christopher Larson --- conf/layer.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/layer.conf b/conf/layer.conf index f4597db..84ab5f7 100644 --- a

[yocto] [meta-xilinx][PATCH] layer.conf: avoid unnecessary early expansion with :=

2013-03-18 Thread Christopher Larson
From: Christopher Larson bitbake handles immediate expansions of LAYERDIR for us automatically. Signed-off-by: Christopher Larson --- conf/layer.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/layer.conf b/conf/layer.conf index d1a1a84..f415d2f 100644 --- a

[yocto] [meta-selinux][for-denzil][PATCH] layer.conf: avoid unnecessary early expansion with :=

2013-03-18 Thread Christopher Larson
From: Christopher Larson bitbake handles immediate expansions of LAYERDIR for us automatically. Signed-off-by: Christopher Larson --- conf/layer.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/layer.conf b/conf/layer.conf index ca0aefa..eb86560 100644 --- a

[yocto] [meta-selinux][for-danny][PATCH] layer.conf: avoid unnecessary early expansion with :=

2013-03-18 Thread Christopher Larson
From: Christopher Larson bitbake handles immediate expansions of LAYERDIR for us automatically. Signed-off-by: Christopher Larson --- conf/layer.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/layer.conf b/conf/layer.conf index ca1bb46..7af76a1 100644 --- a

[yocto] [meta-selinux][PATCH] layer.conf: avoid unnecessary early expansion with :=

2013-03-18 Thread Christopher Larson
From: Christopher Larson bitbake handles immediate expansions of LAYERDIR for us automatically. Signed-off-by: Christopher Larson --- conf/layer.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/layer.conf b/conf/layer.conf index ca1bb46..7af76a1 100644 --- a

[yocto] [meta-meson-bsp][PATCH] layer.conf: avoid unnecessary early expansion with :=

2013-03-18 Thread Christopher Larson
From: Christopher Larson bitbake handles immediate expansions of LAYERDIR for us automatically. Signed-off-by: Christopher Larson --- conf/layer.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/layer.conf b/conf/layer.conf index ae3af08..8bff37a 100644 --- a

[yocto] [meta-meson][PATCH] layer.conf: avoid unnecessary early expansion with :=

2013-03-18 Thread Christopher Larson
From: Christopher Larson bitbake handles immediate expansions of LAYERDIR for us automatically. Signed-off-by: Christopher Larson --- conf/layer.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/layer.conf b/conf/layer.conf index 8bd75d8..f463203 100644 --- a

[yocto] [meta-baryon][for-denzil][PATCH] layer.conf: avoid unnecessary early expansion with :=

2013-03-18 Thread Christopher Larson
From: Christopher Larson bitbake handles immediate expansions of LAYERDIR for us automatically. Signed-off-by: Christopher Larson --- conf/layer.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/layer.conf b/conf/layer.conf index 0d33e3b..5515047 100644 --- a

[yocto] [meta-baryon][for-danny][PATCH] layer.conf: avoid unnecessary early expansion with :=

2013-03-18 Thread Christopher Larson
From: Christopher Larson bitbake handles immediate expansions of LAYERDIR for us automatically. Signed-off-by: Christopher Larson --- conf/layer.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/layer.conf b/conf/layer.conf index 0d33e3b..5515047 100644 --- a

[yocto] [meta-baryon][PATCH] layer.conf: avoid unnecessary early expansion with :=

2013-03-18 Thread Christopher Larson
From: Christopher Larson bitbake handles immediate expansions of LAYERDIR for us automatically. Signed-off-by: Christopher Larson --- conf/layer.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/layer.conf b/conf/layer.conf index 0d33e3b..5515047 100644 --- a

Re: [yocto] build error on core-image-sato-sdk

2012-04-09 Thread Christopher Larson
See the cooker.log.* files in the tmp (or build) directory. -- Christopher Larson On Monday, April 9, 2012 at 5:01 PM, James Abernathy wrote: > > > On Mon, Apr 9, 2012 at 6:15 PM, Darren Hart (mailto:dvh...@linux.intel.com)> wrote: > > > > > > On 04/09/20

[yocto] Mentor's Application Development Environment (ADE)

2012-03-08 Thread Christopher Larson
y mirror the way our other package management formats behave. Thoughts? -- Christopher Larson ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] creating global variables in a recipes

2012-02-01 Thread Christopher Larson
Nope. Recipes cannot modify the metadata of other recipes or the configuration metadata, ever. In particular cases, we emit content to tmpdir and read it back in elsewhere, but in general you should just not do what you're trying to do, and find a better solution. -- Christopher Larson

Re: [yocto] overriding a class in custom layer

2012-01-24 Thread Christopher Larson
On Tuesday, January 24, 2012 at 9:17 AM, Paul Eggleton wrote: > On Tuesday 24 January 2012 07:32:47 Christopher Larson wrote: > > > > > I'd also say, what is in the classes is intended to work for everyone, so if > there's something in the core classes th

Re: [yocto] overriding a class in custom layer

2012-01-24 Thread Christopher Larson
On Tuesday, January 24, 2012 at 7:24 AM, Joshua Immanuel wrote: > Hello Christopher, > > Thanks for the reply. > > On Tue, 2012-01-24 at 07:07 -0700, Christopher Larson wrote: > > Ensure that your layer is before the other in BBLAYERS. > > > As you mentioned

Re: [yocto] overriding a class in custom layer

2012-01-24 Thread Christopher Larson
Ensure that your layer is before the other in BBLAYERS. -- Christopher Larson On Tuesday, January 24, 2012 at 3:47 AM, Joshua Immanuel wrote: > Hello all, > What is the preferred way of overriding an existing class in the 'meta' > layer. I tried to add the

Re: [yocto] understanding what's in an image

2012-01-09 Thread Christopher Larson
Read layer.conf in each layer. See the BBFILES variable. -- Christopher Larson On Monday, January 9, 2012 at 5:51 PM, James Abernathy wrote: > I'm trying to understand how bitbake parses the poky directory tree a little > better. > > The best I can figure all .bb files

<    1   2