[OE-core] [PATCH 2/3] Rework how the devshell functions

2011-04-05 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com In the new implementation, each known terminal is defined as a class in oe.terminal, as a subclass of bb.process.Popen. terminal.bbclass wraps this functionality, providing the metadata pieces. It obeys the OE_TERMINAL variable, which is a 'choice

Re: [OE-core] [PATCH 0/3] Rework the devshell

2011-04-05 Thread Chris Larson
On Tue, Apr 5, 2011 at 12:09 PM, Chris Larson kerg...@gmail.com wrote: On Tue, Apr 5, 2011 at 12:08 PM, Chris Larson kerg...@gmail.com wrote: From: Chris Larson chris_lar...@mentor.com - Adds a utility metaclass for maintaining class registries - Shifts the handling of spawning a terminal

[OE-core] [PATCH 0/3][v2] Rework the devshell

2011-04-05 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com - Adds a utility metaclass for maintaining class registries - Shifts the handling of spawning a terminal into a new 'terminal' python module - Automatically selects an appropriate terminal based on what you have available on your machine - Still allows

[OE-core] [PATCH 1/3] oe.classutils: add module

2011-04-05 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com This adds a ClassRegistry utility metaclass, as maintaining a class registry is a fairly common thing to do. Signed-off-by: Chris Larson chris_lar...@mentor.com --- meta/lib/oe/classutils.py | 24 1 files changed, 24

[OE-core] [PATCH 2/3] Rework how the devshell functions

2011-04-05 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com In the new implementation, each known terminal is defined as a class in oe.terminal, as a subclass of bb.process.Popen. terminal.bbclass wraps this functionality, providing the metadata pieces. It obeys the OE_TERMINAL variable, which is a 'choice

[OE-core] [PATCH 3/3] oe.terminal: improve how we spawn screen

2011-04-05 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com - Name the screen session 'devshell', to avoid confusion if running bitbake itself under a screen session. - Display a warning message when spawning screen, so it's clear to the user that screen has been run (otherwise do_devshell just appears

[OE-core] [PATCH 0/3] Add oe.fetch, rework fetch/unpack deps from SRC_URI

2011-04-05 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com This was intended to clean up and consolidate the code in base.bbclass which sets up dependencies conditionally based upon the contents of SRC_URI. To get there, I decided to incorporate and rewrite some Uri handling code I had written previously

Re: [OE-core] OE-Core and MacOS X

2011-04-28 Thread Chris Larson
On Thu, Apr 28, 2011 at 2:24 PM, Khem Raj raj.k...@gmail.com wrote: On Thu, Apr 28, 2011 at 2:12 PM, Mark Hatle mark.ha...@windriver.com wrote: I've started working on getting bitbake and OE-Core building on MacOS X.  So far what I have are some pretty hacky patches.. but they should be a

Re: [OE-core] [poky] RFC: design of network based PR service

2011-04-28 Thread Chris Larson
On Thu, Apr 28, 2011 at 2:23 PM, Mark Hatle mark.ha...@windriver.com wrote: Checksums and timestamps are not enough to determine a logical progression of the components. We need something that informs the user where these changes fit in the grand scheme of things.  Are they newer or older

Re: [OE-core] [PATCH 03/30] conf/layer.conf: Use .= to append to BBPATH and =+ for BBFILES

2011-05-10 Thread Chris Larson
On Tue, May 10, 2011 at 1:54 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: Er, how about we actually fix metadata_scm.bbclass instead of making the world more complicated and fragile? :) I suspect metadata_scm could use the COREBASE variable and be much nicer code... I'd

Re: [OE-core] Pull request with misc changes

2011-05-10 Thread Chris Larson
On Tue, May 10, 2011 at 12:15 PM, Otavio Salvador ota...@ossystems.com.br wrote: On Tue, May 10, 2011 at 16:03, Richard Purdie richard.pur...@linuxfoundation.org wrote: Hmmm.  I'm going to take a stab at making this a create-pull-request option... Martin/Tom: Serious question - why not use

[OE-core] [PATCH (v2,resend) 1/3] oe.classutils: add module

2011-05-18 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com This adds a ClassRegistry utility metaclass, as maintaining a class registry is a fairly common thing to do. Signed-off-by: Chris Larson chris_lar...@mentor.com --- meta/lib/oe/classutils.py | 43 +++ 1 files

[OE-core] [PATCH (v2,resend) 0/3] Rework the devshell

2011-05-18 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com - Adds a utility metaclass for maintaining class registries - Shifts the handling of spawning a terminal into a new 'terminal' python module - Automatically selects an appropriate terminal based on what you have available on your machine - Still allows

[OE-core] [PATCH (v2, resend) 2/3] Rework how the devshell functions

2011-05-18 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com In the new implementation, each known terminal is defined as a class in oe.terminal, as a subclass of bb.process.Popen. It obeys the OE_TERMINAL variable, which is a 'choice' typed variable. This variable may be 'auto', 'none', or any of the names

[OE-core] [PATCH (v2, resend) 3/3] oe.terminal: improve how we spawn screen

2011-05-18 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com - Name the screen session 'devshell', to avoid confusion if running bitbake itself under a screen session. - Display a warning message when spawning screen, so it's clear to the user that screen has been run (otherwise do_devshell just appears

[OE-core] [PATCH 4/5] Shift oe import logic out of the event handler

2011-05-18 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com This can be useful if we need the imports from another config parsed event handler, and can't rely upon the base one running before that one. Signed-off-by: Chris Larson chris_lar...@mentor.com --- meta/classes/base.bbclass | 33

[OE-core] [PATCH 0/5] Variable typing reworked imports handling

2011-05-18 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com Pull URL: git://git.openembedded.org/openembedded-core-contrib Branch: kergoth/oe-sync-base Browse: http://git.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kergoth/oe-sync-base Thanks, Chris Larson chris_lar...@mentor.com

[OE-core] [PATCH 2/5] oe.data: expand the flags

2011-05-18 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com Signed-off-by: Chris Larson chris_lar...@mentor.com --- meta/lib/oe/data.py |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/meta/lib/oe/data.py b/meta/lib/oe/data.py index 8b7c3cd..4b4d03e 100644 --- a/meta/lib/oe/data.py

[OE-core] [PATCH 3/5] packagedata: don't choke on empty PACKAGES

2011-05-18 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com Signed-off-by: Chris Larson chris_lar...@mentor.com --- meta/lib/oe/packagedata.py |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/lib/oe/packagedata.py b/meta/lib/oe/packagedata.py index 7f0a89d..ee10a23 100644

[OE-core] [PATCH 0/5] Switch to OE's implementation of IMAGE_FEATURES

2011-05-18 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com This version uses variables to define the groups of packages rather than calls to base_contains. Note: this applies on top of kergoth/oe-sync-base. Example: PACKAGE_GROUP_stuff_i_like = openssh nano foo IMAGE_FEATURES += stuff_i_like Pull URL: git

[OE-core] [PATCH 1/5] oe.packagegroup: add code for package groups (sync from OE)

2011-05-18 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com This includes some utility functions for dealing with groups of packages defined in the metadata. Metadata syntax: PACKAGE_GROUP_group = list of packages If the packages in the group are optional: PACKAGE_GROUP_group[optional] = 1 Signed-off

[OE-core] [PATCH 5/5] Use oe.data for IMAGE_FEATURES

2011-05-18 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com Signed-off-by: Chris Larson chris_lar...@mentor.com --- meta/classes/image.bbclass | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index 3c62688..6b4e01e 100644

[OE-core] [PATCH 4/5] image.bbclass: switch to OE's IMAGE_FEATURES

2011-05-18 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com Currently, all image features are assumed to be package groups defined with oe.packagegroup (PACKAGE_GROUP_group = list of packages). Signed-off-by: Chris Larson chris_lar...@mentor.com --- meta/classes/core-image.bbclass | 112

[OE-core] [PATCH 2/5] Move packagedata code into oe.packagedata (sync from OE)

2011-05-18 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com Signed-off-by: Chris Larson chris_lar...@mentor.com --- meta/classes/package.bbclass |4 +- meta/classes/package_rpm.bbclass |3 +- meta/classes/packagedata.bbclass | 68 ++--- meta/lib/oe/packagedata.py | 106

Re: [OE-core] [PATCH] rootfs_ipk: respect ONLINE_PACKAGE_MANAGEMENT

2011-05-19 Thread Chris Larson
On Thu, May 19, 2011 at 4:21 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: We have these variables and I know Chris has some patches submitted to improve our handling of such variables. I'm coming down in favour of extending these into some of these use cases too though. This

Re: [OE-core] [PATCH 4/5] image.bbclass: switch to OE's IMAGE_FEATURES

2011-05-20 Thread Chris Larson
On Fri, May 20, 2011 at 11:05 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Wed, 2011-05-18 at 14:06 -0700, Chris Larson wrote: From: Chris Larson chris_lar...@mentor.com Currently, all image features are assumed to be package groups defined with oe.packagegroup

Re: [OE-core] [PATCH 4/5] image.bbclass: switch to OE's IMAGE_FEATURES

2011-05-20 Thread Chris Larson
On Fri, May 20, 2011 at 11:29 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: Yes please :) --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass @@ -11,8 +11,45 @@ INHIBIT_DEFAULT_DEPS = 1  # export IMAGE_BASENAME not supported at this time  

Re: [OE-core] RDEPENDS_${PN} and virtclass-native

2011-05-25 Thread Chris Larson
On Wed, May 25, 2011 at 10:01 AM, Phil Blundell p...@pbcl.net wrote: By way of displacement activity to avoid actually fixing my perl compilation problem, it occurred to me to investigate why perl was getting dragged into a micro-base-image build in the first place.  The culprit turns out to

Re: [OE-core] [pull-oe-uboot 1/2] u-boot: remove UBOOT_MACHINE and COMPATIBLE_MACHINES

2011-05-26 Thread Chris Larson
On Thu, May 26, 2011 at 6:50 AM, Darren Hart dvh...@linux.intel.com wrote: -UBOOT_MACHINE ?= ${MACHINE}_config +python () { +    if not bb.data.getVar('UBOOT_MACHINE', d, 1): +        bb.debug(To build %s, see u-boot_git.bb for instructions on \ If this file was renamed, don't you also want

Re: [OE-core] Tell me your build error message annoyances!

2011-06-01 Thread Chris Larson
On Wed, Jun 1, 2011 at 9:25 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Wed, 2011-06-01 at 16:06 +0100, Phil Blundell wrote: On Tue, 2011-05-31 at 15:26 -0700, Scott Garman wrote: I'd like to collect some feedback on error messages while building that you find

Re: [OE-core] Tell me your build error message annoyances!

2011-06-03 Thread Chris Larson
On Fri, Jun 3, 2011 at 8:43 AM, Phil Blundell p...@pbcl.net wrote: On Fri, 2011-06-03 at 09:22 -0500, Mark Hatle wrote: I believe currently we have around 3-5 messages per step, and it's still too noisy -- unless you need to debug something. Correct.  Right now, the output looks like: NOTE:

Re: [OE-core] List of bbappends without matching recipes

2011-06-09 Thread Chris Larson
the time to look into it and fix it. Acked-by: Chris Larson chris_lar...@mentor.com -- Christopher Larson clarson at kergoth dot com Founder - BitBake, OpenEmbedded, OpenZaurus Maintainer - Tslib Senior Software Engineer, Mentor Graphics ___ Openembedded

Re: [OE-core] [PATCH] RFC - combo layer repo tool

2011-06-18 Thread Chris Larson
On Fri, Jun 17, 2011 at 10:42 AM, Paul Eggleton paul.eggle...@intel.com wrote: Hi Ke, Great work. Here's my review so far: On Monday 13 June 2011 14:15:04 Yu, Ke wrote: --- /dev/null +++ b/scripts/combo-layer-hook-default.sh @@ -0,0 +1,14 @@ +#!/bin/sh First thought on starting to read

Re: [OE-core] Bitbake master broken

2011-06-27 Thread Chris Larson
On Mon, Jun 27, 2011 at 5:11 AM, Koen Kooi k...@dominion.thruhere.net wrote: After updating bitbake this morning I get: /OE/tentacle/sources/bitbake/lib/bb/msg.py:95: DeprecationWarning: object.__init__() takes no parameters  super(set, self).__init__(args) Traceback (most recent call

Re: [OE-core] How to reuse code in oe-core environment

2011-06-29 Thread Chris Larson
On Wed, Jun 29, 2011 at 4:02 PM, Andreas Mueller schnitzelt...@gmx.de wrote: foo() {        # code to reuse } and called foo from several recipes. In oe-core the run.* scripts are much more stripped of unnecessary.  All the code included by 'require' seems to miss, so the function foo()

Re: [OE-core] [PATCH 1/3] autotools: fix multi-word arguments for EXTRA_OECONF

2011-10-10 Thread Chris Larson
On Fri, Oct 7, 2011 at 3:34 PM, Koen Kooi k...@beagleboard.org wrote: oe_runconf () { -       if [ -x ${S}/configure ] ; then -               cfgcmd=${S}/configure \ -               ${CONFIGUREOPTS} ${EXTRA_OECONF} $@ -               bbnote Running $cfgcmd... -               $cfgcmd ||

Re: [OE-core] PREFERRED_PROVIDER weirdness with libltdl-dev

2011-10-10 Thread Chris Larson
On Mon, Oct 10, 2011 at 9:54 AM, Koen Kooi k...@dominion.thruhere.net wrote: NOTE: multiple providers are available for runtime libltdl-dev (libtool-nativesdk, libtool) NOTE: consider defining a PREFERRED_PROVIDER entry to match libltdl-dev So I added that do angstrom:

Re: [OE-core] [PATCH 3/3] oe.patch: drop bb.msg.domain reference

2011-10-10 Thread Chris Larson
On Mon, Oct 10, 2011 at 12:17 AM, Samuel Stirtzel s.stirt...@googlemail.com wrote: Hi, there was already a patch for this [1] (Yes I know, I should have added more descriptions), according to the patch from Richard [2] the message domain can be constructed dynamical now. Since your patch

Re: [OE-core] [oe] git server move

2011-10-12 Thread Chris Larson
On Wed, Oct 12, 2011 at 8:22 AM, Khem Raj raj.k...@gmail.com wrote: On Wed, Oct 12, 2011 at 8:18 AM, Koen Kooi k...@dominion.thruhere.net wrote: Op 12 okt. 2011, om 17:16 heeft Khem Raj het volgende geschreven: On Wed, Oct 12, 2011 at 1:17 AM, Koen Kooi k...@dominion.thruhere.net wrote:

Re: [OE-core] [oe-core 1/4] qt4-embedded: remove dependency on tslib and use std. linux input

2011-10-12 Thread Chris Larson
On Wed, Oct 12, 2011 at 2:20 AM, Koen Kooi k...@dominion.thruhere.net wrote: Op 12 okt. 2011, om 10:02 heeft Eric Bénard het volgende geschreven: Hi, Le 12/10/2011 09:45, Martin Jansa a écrit : From: Simon Buschmorp...@gravedo.de In most cases we don't need tslib in std. configuration as

Re: [OE-core] [oe-core 1/4] qt4-embedded: remove dependency on tslib and use std. linux input

2011-10-12 Thread Chris Larson
On Wed, Oct 12, 2011 at 12:24 PM, Simon Busch morp...@gravedo.de wrote: On 12.10.2011 21:09, Koen Kooi wrote: What is breaking qt:e in this case? For me it's just a feature reduction and not a break (as qt:e still works fine with the linux input interface). When your TS is suddenly

Re: [OE-core] serial-console: IMAGE_FEATURE, MACHINE_FEATURE or DISTRO_FEATURE?

2011-10-24 Thread Chris Larson
On Mon, Oct 24, 2011 at 1:27 AM, Frans Meulenbroeks fransmeulenbro...@gmail.com wrote: 2011/10/24 Koen Kooi k...@dominion.thruhere.net Hi, Otavio is cleaning up systemd in meta-oe to work with his initramfs setup and we stumbled onto a challenge that we'd like some more feedback on. The

Re: [OE-core] [PATCH 1/4] lib/oe/terminal: add support for XFCE's terminal emulator

2011-10-28 Thread Chris Larson
On Fri, Oct 28, 2011 at 4:42 PM, Joshua Lock j...@linux.intel.com wrote: That's Terminal on Fedora and xfce4-terminal on Ubuntu/Debian... This could get interesting! Signed-off-by: Joshua Lock j...@linux.intel.com ---  meta/lib/oe/terminal.py |   21 +  1 files changed,

Re: [OE-core] bb.data.*Var - d.*Var conversion

2011-11-09 Thread Chris Larson
On Wed, Nov 9, 2011 at 7:59 AM, Darren Hart dvh...@linux.intel.com wrote: Hi Richard, On 11/09/2011 03:52 AM, Richard Purdie wrote: I'm tempted to run the following over the metata to convert the bb.data.*Var(...,d) and similar expressions to the form d.*Var(...). Oh yes please! Why? We

Re: [OE-core] [PATCH v2] Introduce new SERIAL_CONSOLES to add multiple consoles for your MACHINE

2011-11-10 Thread Chris Larson
On Tue, Nov 8, 2011 at 1:50 PM, McClintock Matthew-B29882 b29...@freescale.com wrote: On Tue, Nov 8, 2011 at 2:47 PM, Phil Blundell ph...@gnu.org wrote: On Tue, 2011-11-08 at 19:36 +, McClintock Matthew-B29882 wrote: On Mon, Nov 7, 2011 at 5:03 PM, Matthew McClintock m...@freescale.com

[OE-core] [PATCH 1/2] bitbake.conf: add a couple explicit vardeps

2011-11-16 Thread Chris Larson
Signed-off-by: Christopher Larson chris_lar...@mentor.com --- meta/conf/bitbake.conf |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 0d6b3b8..c158c61 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@

[OE-core] [PATCH 0/2] Add some explicit variable dependencies

2011-11-16 Thread Chris Larson
The following changes since commit a8ed4fcd79f6283c1d45f347dce894d784183900: xinit: rdepends on util-linux-mcookie to avoid brining whole util-linux (2011-11-11 11:00:56 +) are available in the git repository at: https://github.com/kergoth/oe-core vardeps Christopher Larson (2):

[OE-core] [PATCH 2/2] Add some (mostly packaging) vardeps

2011-11-16 Thread Chris Larson
Signed-off-by: Christopher Larson chris_lar...@mentor.com --- meta/classes/package.bbclass | 17 - meta/classes/package_deb.bbclass |1 + meta/classes/package_ipk.bbclass |1 + meta/classes/package_rpm.bbclass |1 + meta/classes/sstate.bbclass|

Re: [OE-core] how to exclude files when packaging?

2011-11-17 Thread Chris Larson
On Thu, Nov 17, 2011 at 12:38 PM, Mark Hatle mark.ha...@windriver.com wrote: On 11/17/11 3:12 AM, Ni Qingliang wrote: I still think that the 'exclude feature would be better.:) IMHO an exclude function would simply be an automated rm -f list at the end of the install process. It should be

Re: [OE-core] [PATCH] useradd.bbclass: do not let depend native packages on base-passwd from target

2011-11-17 Thread Chris Larson
On Thu, Nov 17, 2011 at 9:26 AM, Paul Menzel paulepan...@users.sourceforge.net wrote: Am Donnerstag, den 17.11.2011, 10:48 +0100 schrieb Henning Heinold: with the setup now in useradd.bbclass, at least dbus-native depends on the base-passwd from target. I think this is not wanted. My patch

Re: [OE-core] [PATCH 1/2] bitbake.conf: add a couple explicit vardeps

2011-11-18 Thread Chris Larson
On Fri, Nov 18, 2011 at 7:29 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Wed, 2011-11-16 at 14:17 -0700, Chris Larson wrote: Signed-off-by: Christopher Larson chris_lar...@mentor.com ---  meta/conf/bitbake.conf |    2 ++  1 files changed, 2 insertions(+), 0 deletions

Re: [OE-core] Whitespace not allowed in COMPATIBLE_MACHINE

2011-11-29 Thread Chris Larson
On Tue, Nov 29, 2011 at 7:09 AM, Ulf Samuelsson openembedded-c...@emagii.com wrote: Working: COMPATIBLE_MACHINE = machine1 COMPATIBLE_MACHINE = machine1|machine2 COMPATIBLE_MACHINE = (machine1) COMPATIBLE_MACHINE = (machine1|machine2) COMPATIBLE_MACHINE = machine1 COMPATIBLE_MACHINE +=

Re: [OE-core] Adding kernel patches using git am?

2011-11-30 Thread Chris Larson
On Wed, Nov 30, 2011 at 3:35 AM, Ulf Samuelsson openembedded-c...@emagii.com wrote: Is there a reason for using patch instead of git am on let's say the kernel. If I want to do some modification, of the kernel, I can like Graeme description at

Re: [OE-core] Coordinating inter-layer dependencies

2011-12-01 Thread Chris Larson
On Thu, Dec 1, 2011 at 6:13 AM, Martin Jansa martin.ja...@gmail.com wrote: On Thu, Dec 01, 2011 at 01:02:38PM +, Richard Purdie wrote: On Thu, 2011-12-01 at 10:59 -0200, Otavio Salvador wrote: On Thu, Dec 1, 2011 at 10:37, Richard Purdie richard.pur...@linuxfoundation.org wrote:        

Re: [OE-core] Coordinating inter-layer dependencies

2011-12-01 Thread Chris Larson
On Thu, Dec 1, 2011 at 12:55 PM, McClintock Matthew-B29882 b29...@freescale.com wrote: To avoid stressing out RP and Sau! I would strongly urge layer maintainers to respond to recipe update patches with I have a bbappend, but my review process needs time, please use the above proposal if you

Re: [OE-core] [PATCHv2] bitbake.conf: add default PRINC 0 to be able to increment it

2011-12-02 Thread Chris Larson
On Fri, Dec 2, 2011 at 11:39 AM, Martin Jansa martin.ja...@gmail.com wrote: Signed-off-by: Martin Jansa martin.ja...@gmail.com ---  meta/classes/base.bbclass |    2 +-  meta/conf/bitbake.conf    |    1 +  2 files changed, 2 insertions(+), 1 deletions(-) diff --git

Re: [OE-core] Coordinating inter-layer dependencies

2011-12-02 Thread Chris Larson
On Fri, Dec 2, 2011 at 9:18 AM, Martin Jansa martin.ja...@gmail.com wrote: So if you have some layer adding layerB: PR .= .b0 and other layerA: PR .= .a0 and PR appends are evaluated in this order, then you will break upgrade patch forever if you have to remove layerB for some reason and

Re: [OE-core] [PATCH 4/8] Add copyleft compliance class

2011-12-07 Thread Chris Larson
On Wed, Dec 7, 2011 at 2:53 PM, Khem Raj raj.k...@gmail.com wrote: diff --git a/meta/classes/copyleft_compliance.bbclass b/meta/classes/copyleft_compliance.bbclass new file mode 100644 index 000..5d9ab11 --- /dev/null +++ b/meta/classes/copyleft_compliance.bbclass @@ -0,0 +1,94 @@ +#

Re: [OE-core] [PATCH v2] lzop-1.03: add recipe

2011-12-08 Thread Chris Larson
On Thu, Dec 8, 2011 at 9:49 AM, Saul Wold s...@linux.intel.com wrote: On 12/05/2011 02:13 PM, Christopher Larson wrote: From: Christopher Larsonchris_lar...@mentor.com This is needed by some kernels when CONFIG_KERNEL_LZO=y (specifically, given the current defconfig, this affects

Re: [OE-core] inheirt multi bbclass using variable

2011-12-11 Thread Chris Larson
On Sun, Dec 11, 2011 at 4:45 PM, McClintock Matthew-B29882 b29...@freescale.com wrote: On Fri, Dec 9, 2011 at 2:35 AM, Ni Qingliang niqingli...@insigma.com.cn wrote: I'm trying to inherit multi bbclass using variable: IMAGE_EXTRA_CLASSES = image-timezone image-clearboot image-prd inherit

Re: [OE-core] [PATCH] patch.bbclass: abstract out logic that determines patches to apply

2011-12-27 Thread Chris Larson
On Wed, Dec 21, 2011 at 10:24 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Tue, 2011-12-20 at 10:38 -0700, Christopher Larson wrote: This is needed by the copyleft_compliance class, so it can emit series files for the patches, which greatly increases their usefulness to a

Re: [OE-core] [PATCH] patch.bbclass: abstract out logic that determines patches to apply

2011-12-27 Thread Chris Larson
On Tue, Dec 27, 2011 at 1:33 PM, Saul Wold s...@linux.intel.com wrote: Do you need to pass d here? I am seeing errors (see http://autobuilder.yoctoproject.org:8010/builders/nightly-x86/builds/295/steps/shell_14/logs/stdio) Bah, indeed, apparently my testing didn't hit any recipes using

Re: [OE-core] [PATCH] image_types: Ensure /init exists for cpio rootfs archives

2011-12-29 Thread Chris Larson
On Wed, Dec 28, 2011 at 4:54 PM, Darren Hart darren.h...@intel.com wrote: I sent this to the yocto list by mistake, forwarding here for comment Seems sane to me. -- Christopher Larson ___ Openembedded-core mailing list

Re: [OE-core] [PATCH 1/2] elfutils: fix for dso link change in recent ld

2011-12-29 Thread Chris Larson
On Thu, Dec 29, 2011 at 3:00 PM, Saul Wold s...@linux.intel.com wrote: On 12/28/2011 04:08 PM, Christopher Larson wrote: From: Christopher Larsonchris_lar...@mentor.com This patch makes the link to the dependencies of libdw explicit, as recent ld no longer implicitly links them. See

Re: [OE-core] sstate compression

2012-01-04 Thread Chris Larson
On Wed, Jan 4, 2012 at 9:31 AM, McClintock Matthew-B29882 b29...@freescale.com wrote: On Wed, Jan 4, 2012 at 9:33 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: There has already been a patch allowing different compression mechanisms from Matthew posted on this mailing list. Its

Re: [OE-core] [poky] -dev RPM packages Require:ing all of their bitbake build dependences

2012-01-04 Thread Chris Larson
On Wed, Jan 4, 2012 at 9:23 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: Another approach would be to stop injecting -dev Requires by default.  I imagine this was done to handle the case of library A whose headers require library B.  However, a saner way to handle this I think

Re: [OE-core] BlueZ old releases have new checksums

2012-01-04 Thread Chris Larson
On Wed, Jan 4, 2012 at 11:14 AM, Denys Dmytriyenko de...@denix.org wrote: The main archive of BlueZ/obexd/hcidump releases on kernel.org[1] finally re-appeared after missing for long time since kernel.org compromise. Unfortunately, all previous tarballs have new checksums, breaking builds for

Re: [OE-core] [oe] BlueZ old releases have new checksums

2012-01-04 Thread Chris Larson
On Wed, Jan 4, 2012 at 3:02 PM, Denys Dmytriyenko de...@denix.org wrote: On Wed, Jan 04, 2012 at 12:53:25PM -0800, Khem Raj wrote: On Wed, Jan 4, 2012 at 12:14 PM, Chris Larson clar...@kergoth.com wrote: On Wed, Jan 4, 2012 at 11:14 AM, Denys Dmytriyenko de...@denix.org wrote: The main

Re: [OE-core] [PATCH 1/2] Rework how the devshell functions

2011-07-13 Thread Chris Larson
On Wed, Jul 13, 2011 at 12:36 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Wed, 2011-07-13 at 11:35 -0700, Christopher Larson wrote: diff --git a/meta/classes/devshell.bbclass b/meta/classes/devshell.bbclass index 5f262f4..95c29f3 100644 --- a/meta/classes/devshell.bbclass

Re: [OE-core] Layer priorities influencing default version selection

2011-08-02 Thread Chris Larson
On Tue, Aug 2, 2011 at 6:52 AM, Phil Blundell ph...@gnu.org wrote: Actually, to some extent I consider it a bit of a misfeature that the layer priority is specified by the layer rather than by the user in bblayers.conf, since this makes it harder to vary the stack-up order without local

Re: [OE-core] [bitbake-devel] Layer priorities influencing default version selection

2011-08-02 Thread Chris Larson
On Tue, Aug 2, 2011 at 7:21 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Tuesday 02 August 2011 15:14:41 Chris Larson wrote: as config/class priority is determined by order of entries in BBLAYERS, whereas recipe priority is determined by layer.conf. Is that a good thing though

Re: [OE-core] [PATCH] Immediately append TCLIBCAPPEND to TMPDIR in defaultsetup.conf

2011-08-04 Thread Chris Larson
On Wed, Aug 3, 2011 at 2:54 PM, Daniel Lazzari dlazz...@leapfrog.com wrote:  Immediately append TCLIBCAPPEND to TMPDIR in defaultsetup.conf    instead of lazily appending it with _append. This fixes a bug where    the wrong cache was cleared when BB_SRCREV_POLICY = clear. Signed-off-by:

Re: [OE-core] [PATCH] gtk-icon-cache bbclass: only add runtime dependencies on hicolor-icon-theme when installing icons

2011-08-05 Thread Chris Larson
On Thu, Aug 4, 2011 at 10:55 PM, Koen Kooi k...@dominion.thruhere.net wrote: Op 5 aug. 2011, om 07:51 heeft Chris Larson het volgende geschreven: On Thu, Aug 4, 2011 at 10:48 PM, Koen Kooi k...@dominion.thruhere.net wrote: Op 5 aug. 2011, om 07:32 heeft Saul Wold het volgende geschreven

[OE-core] [PATCH 0/3] Implement IMAGE_FEATURES in a general way

2011-08-09 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com This is a second attempt at this, scrapping the class changes from the previous request and redoing it in a less invasive way, and breaking up the changes into 3 pieces. This implements IMAGE_FEATURES. IMAGE_FEATURES is analagous to DISTRO_FEATURES

[OE-core] [PATCH 1/3] image: implement IMAGE_FEATURES

2011-08-09 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com IMAGE_FEATURES is analagous to DISTRO_FEATURES and MACHINE_FEATURES, for root filesystem construction. Currently, the only supported features are any defined package groups, as used by the oe.packagegroup python module. Example usage

[OE-core] [PATCH 2/3] image: add support for generally useful {dev, doc, dbg}-pkgs features

2011-08-09 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com Signed-off-by: Chris Larson chris_lar...@mentor.com --- meta/classes/image.bbclass | 34 -- 1 files changed, 32 insertions(+), 2 deletions(-) diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index

Re: [OE-core] sscache signature?

2011-08-10 Thread Chris Larson
On Wed, Aug 10, 2011 at 10:51 AM, Kumar Gala ga...@kernel.crashing.org wrote: the yocto wiki references mentions a bitbake-diffsigs https://wiki.yoctoproject.org/wiki/Enable_sstate_cache but not seeing that.  How can one compare signature or try and figure out why a cache item isn't being

Re: [OE-core] [PATCH 0/7] Miscellaneous fixes

2011-08-11 Thread Chris Larson
On Thu, Aug 11, 2011 at 11:23 AM, Christopher Larson kerg...@gmail.com wrote: are available in the git repository at:  github:kergoth/oe-core misc-fixes Erm, forgot to adjust this before sending, the url is git://github.com/kergoth/oe-core (I use url insteadOf/pushInsteadOf in .gitconfig to

[OE-core] [PATCH 2/3] rpm: be certain we don't prefix our binaries

2011-08-19 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com In certain combinations of build/host/target, they can end up inadvertently prefixed, breaking the assumptions in the recipe. Signed-off-by: Chris Larson chris_lar...@mentor.com --- meta/recipes-devtools/rpm/rpm_5.4.0.bb |3 ++- 1 files changed, 2

[OE-core] [PATCH 1/3] libpcre: the generated libtool uses HOST_SYS

2011-08-19 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com Signed-off-by: Chris Larson chris_lar...@mentor.com --- meta/recipes-support/libpcre/libpcre_8.12.bb |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-support/libpcre/libpcre_8.12.bb b/meta/recipes-support

Re: [OE-core] [PATCH] utils.bbclass: skip empty paths when handling FILESEXTRAPATHS

2011-08-19 Thread Chris Larson
On Fri, Aug 19, 2011 at 5:16 AM, martin.ja...@gmail.com wrote: From: Martin Jansa martin.ja...@gmail.com * if there is multiple .bbappend files with FILESEXTRAPATHS_prepend := /:  then the one parsed last is causing trailing ':' and that's causing empty element in  path =

[OE-core] [ANNOUNCE] Devshell Usage Change

2011-08-24 Thread Chris Larson
Saul reminded me that I never sent a proper email to let people know about the usability change to devshell, so only those who reviewed the commits know about it. In the new implementation, a single OE_TERMINAL variable controls the behavior. When using 'auto', or requesting an unsupported

Re: [OE-core] [ANNOUNCE] Devshell Usage Change

2011-08-24 Thread Chris Larson
On Wed, Aug 24, 2011 at 12:54 PM, Khem Raj raj.k...@gmail.com wrote: On 8/24/2011 12:49 PM, Chris Larson wrote: Saul reminded me that I never sent a proper email to let people know about the usability change to devshell, so only those who reviewed the commits know about it. In the new

[OE-core] [PATCH] terminal: fix issue with unset exportable env vars

2011-08-24 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com This should resolve the devshell issue people are seeing. Signed-off-by: Chris Larson chris_lar...@mentor.com --- meta/classes/terminal.bbclass |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/classes/terminal.bbclass b

Re: [OE-core] [ANNOUNCE] Devshell Usage Change

2011-08-24 Thread Chris Larson
On Wed, Aug 24, 2011 at 1:13 PM, Saul Wold s...@linux.intel.com wrote: On 08/24/2011 12:49 PM, Chris Larson wrote: Saul reminded me that I never sent a proper email to let people know about the usability change to devshell, so only those who reviewed the commits know about it. In the new

Re: [OE-core] [PATCH] utils.bbclass: skip empty paths when handling FILESEXTRAPATHS

2011-08-24 Thread Chris Larson
On Mon, Aug 22, 2011 at 6:01 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: FWIW I agree with Martin; I wouldn't hold back the patch just for this reason - it's not incorrect code, it's consistent with the rest of the file, and we can easily clean these up later. I strongly disagree

Re: [OE-core] [PATCH] utils.bbclass: skip empty paths when handling FILESEXTRAPATHS

2011-08-25 Thread Chris Larson
On Thu, Aug 25, 2011 at 2:18 AM, Phil Blundell ph...@gnu.org wrote: On Fri, 2011-08-19 at 15:11 -0700, Chris Larson wrote: But then, there's a tendency nowadays to avoid map/filter/etc, so that's probably not best :) Oh, is there?  What's the objection to those constructs, out of interest

Re: [OE-core] [PATCH] tinylogin: use the upstream git repository

2011-09-09 Thread Chris Larson
On Fri, Sep 9, 2011 at 2:01 PM, Christopher Larson kerg...@gmail.com wrote: -SRC_URI = http://www.angstrom-distribution.org/unstable/sources/tinylogin-${PV}.tar.bz2 \ -       file://cvs-20040608.patch \ +SRCREV = cb1af5efe2c07b0e0bae5ddd700c1df2fcd470e9 +SRC_URI =

Re: [OE-core] OE-Core release process

2011-09-16 Thread Chris Larson
On Fri, Sep 16, 2011 at 12:45 PM, Mark Hatle mark.ha...@windriver.com wrote: Yes I know but wouldn't be better if you could base your work on oe-core and avoid doing this? For submitting to oe-core for pull requests, basing work off of oe-core is best practice.  However, forcing people who

Re: [OE-core] Correct way of having the PN package depend on the other packages?

2011-09-20 Thread Chris Larson
On Tue, Sep 20, 2011 at 12:03 PM, Daniel Lazzari dlazz...@leapfrog.com wrote: I noticed a problem with the alsa-utils package where the alsa-utils package does not depend on all of the little extra packages it's supposed to pull in. I'm not sure what the best way to fix this is though. Can

Re: [OE-core] Correct way of having the PN package depend on

2011-09-20 Thread Chris Larson
On Tue, Sep 20, 2011 at 1:24 PM, Daniel Lazzari dlazz...@leapfrog.com wrote: On 9/20/11 2:03 PM, Daniel Lazzari wrote: I noticed a problem with the alsa-utils package where the alsa-utils package does not depend on all of the little extra packages it's supposed to pull in. I'm not sure

Re: [OE-core] Branch management for OE-Core release

2011-09-26 Thread Chris Larson
On Mon, Sep 26, 2011 at 5:47 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Mon, 2011-09-26 at 09:27 -0300, Otavio Salvador wrote: On Mon, Sep 26, 2011 at 06:23, Richard Purdie richard.pur...@linuxfoundation.org wrote: ... FWIW, something like git cherry can identify your

Re: [OE-core] MINUTES: OE-TSC meeting 29-Sep-2011

2011-09-30 Thread Chris Larson
On Fri, Sep 30, 2011 at 11:14 AM, Jeff Osier-Mixon je...@jefro.net wrote: 1. Jefro 2. a. some minutes not making it to mailing list, Jefro to post on wiki    b. yocto evaluating gerrit, possible patchwork replacement for OE, khem will research ReviewBoard may be worth looking at as an

Re: [OE-core] MINUTES: OE-TSC meeting 29-Sep-2011

2011-09-30 Thread Chris Larson
On Fri, Sep 30, 2011 at 12:59 PM, Joshua Lock j...@linux.intel.com wrote: On Fri, 2011-09-30 at 11:16 -0700, Chris Larson wrote: On Fri, Sep 30, 2011 at 11:14 AM, Jeff Osier-Mixon je...@jefro.net wrote: 1. Jefro 2. a. some minutes not making it to mailing list, Jefro to post on wiki    b

Re: [OE-core] MINUTES: OE-TSC meeting 29-Sep-2011

2011-10-03 Thread Chris Larson
On Mon, Oct 3, 2011 at 2:53 PM, Saul Wold s...@linux.intel.com wrote: On 09/30/2011 11:16 AM, Chris Larson wrote: On Fri, Sep 30, 2011 at 11:14 AM, Jeff Osier-Mixonje...@jefro.net  wrote: 1. Jefro 2. a. some minutes not making it to mailing list, Jefro to post on wiki    b. yocto

Re: [OE-core] update-alternatives: Fix for compatibility with multilib recipes

2012-04-14 Thread Chris Larson
On Sat, Apr 14, 2012 at 10:31 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote:  def update_alternatives_after_parse(d): +    if bb.data.inherits_class('native', d) or bb.data.inherits_class('nativesdk', d): +        return + Not an issue, but wanted to point out we have a

Re: [OE-core] [PATCH 0/7] External csl toolchain improvements

2012-04-16 Thread Chris Larson
On Mon, Apr 16, 2012 at 1:43 PM, Christopher Larson kerg...@gmail.com wrote: This cleans up the recipe and simplifies it, fixes up locale handling, silences QA packaging warnings, and includes toolchain version in the metadata checksums for target recipes. Obviously this is intended for after

Re: [OE-core] Yocto Project 1.2 Release Status

2012-04-18 Thread Chris Larson
On Wed, Apr 18, 2012 at 8:20 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Wed, 2012-04-18 at 16:53 +0200, Martin Jansa wrote: On Wed, Apr 18, 2012 at 03:47:47PM +0100, Richard Purdie wrote: I thought I'd update everyone with the current 1.2 status. I'm going to branch

Re: [OE-core] Yocto Project 1.2 Release Status

2012-04-18 Thread Chris Larson
On Wed, Apr 18, 2012 at 10:06 AM, Chris Larson clar...@kergoth.com wrote: On Wed, Apr 18, 2012 at 10:02 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Wed, 2012-04-18 at 09:22 -0700, Chris Larson wrote: On Wed, Apr 18, 2012 at 8:20 AM, Richard Purdie richard.pur

Re: [OE-core] Yocto Project 1.2 Release Status

2012-04-18 Thread Chris Larson
On Wed, Apr 18, 2012 at 10:02 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Wed, 2012-04-18 at 09:22 -0700, Chris Larson wrote: On Wed, Apr 18, 2012 at 8:20 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Wed, 2012-04-18 at 16:53 +0200, Martin Jansa wrote

  1   2   3   4   >