Re: [oe] How can I use / enable strace of the image of oe-core?

2014-04-21 Thread Chris Larson
On Mon, Apr 21, 2014 at 4:56 AM, Journeyer J. Joh oosaprogram...@gmail.comwrote: oe-core for MSM is just a clone of oe-core. And mine is open via codeaurora : git://codeaurora.org/quic/le/openembedded/openembedded-core https://www.codeaurora.org/xwiki/bin/QLBEP/WebHome I want to

Re: [oe] differences between target and native configure options

2013-10-23 Thread Chris Larson
On Wed, Oct 23, 2013 at 2:04 PM, Nicolas Dechesne nicolas.deche...@linaro.org wrote: i have a recipe that is both used for target and for native. I need to have different configure options when it's built for target as opposed to native. earlier today on IRC, ericben showed me

Re: [oe] [WIP][PATCH 00/66] Deterministic dependencies II

2013-08-29 Thread Chris Larson
On Thu, Aug 29, 2013 at 8:50 AM, Martin Jansa martin.ja...@gmail.comwrote: WIP because verification build is still running and I must admit that I'm mostly testing that all dependencies are correctly disabled and in the end deterministic. I'm not testing if every possible combination of

Re: [oe] [OE-core] test-dependencies.sh results from big world build

2013-07-24 Thread Chris Larson
On Wed, Jul 24, 2013 at 9:50 AM, Martin Jansa martin.ja...@gmail.comwrote: My biggest build with 20+ layers included finally finished today (after many days because there was hw issue on server where it was running, so it was slower then it should be). The results are a bit messy because:

Re: [oe] [OE-core] [RFC] Layers, PRINC and bbappends

2013-05-22 Thread Chris Larson
On Wed, May 22, 2013 at 3:14 AM, Phil Blundell p...@pbcl.net wrote: On Wed, 2013-05-22 at 09:47 +0100, Paul Barker wrote: I've just sent a patch to the yocto@ list to fix this but it's brought up two things: 1) In openembedded-core/meta/classes/image.bbclass SPLASH is set with '?='.

Re: [oe] Please submit your unindexed layers

2013-05-07 Thread Chris Larson
On Tue, May 7, 2013 at 3:49 AM, Carlos Rafael Giani d...@pseudoterminal.orgwrote: * it uses _prepend in various places; I was able to replace all but one of them with prefuncs. The remaining one is populate_packages_prepend , and I just do not see how this could be turned into a prefunc. (And

Re: [oe] [PATCH][for-danny] guile: remove from meta-oe, there is newer version in oe-core

2013-04-05 Thread Chris Larson
On Thu, Mar 21, 2013 at 6:07 AM, Eric Bénard e...@eukrea.com wrote: Le Thu, 21 Mar 2013 09:48:59 +, Ross Burton ross.bur...@intel.com a écrit : Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-support/guile/guile-1.8.7/18.diff | 1743

Re: [oe] [PATCH][for-danny] guile: remove from meta-oe, there is newer version in oe-core

2013-04-05 Thread Chris Larson
On Fri, Apr 5, 2013 at 10:13 AM, Burton, Ross ross.bur...@intel.com wrote: On 5 April 2013 18:02, Chris Larson clar...@kergoth.com wrote: bit confused about why this went in. danny is a stable branch, and this is clearly not a bugfix. Did the existence of this recipe actually cause

Re: [oe] [PATCH][for-danny] guile: remove from meta-oe, there is newer version in oe-core

2013-04-05 Thread Chris Larson
On Fri, Apr 5, 2013 at 1:13 PM, Eric Bénard e...@eukrea.com wrote: Le Fri, 5 Apr 2013 10:02:22 -0700, Chris Larson clar...@kergoth.com a écrit : I'm a bit confused about why this went in. danny is a stable branch, and this is clearly not a bugfix. Did the existence of this recipe actually

Re: [oe] [meta-networking][danny][PATCH] layer.conf: Use .= for adding to BBPATH and += to BBFILES

2013-03-21 Thread Chris Larson
On Thu, Mar 21, 2013 at 3:11 PM, Mark Hatle mark.ha...@windriver.comwrote: On 3/21/13 4:46 PM, Christopher Larson wrote: From: Andrei Gherzan andrei.gher...@windriver.com Fixes parsing errors which is appearing after this commit to meta-openembedded

Re: [oe] [OE-core] RFC: meta-oe appends and overlayed recipes

2013-02-12 Thread Chris Larson
On Tue, Feb 12, 2013 at 12:19 PM, Martin Jansa martin.ja...@gmail.comwrote: * meta-oe/recipes-qt/qt4/qt4-x11-free_4.8.4.bbappend * meta-oe/recipes-qt/qt4/qt4-embedded_4.8.4.bbappend These two add MySQL and PostgreSQL support to Qt and Qt/Embedded. I see this as a distro policy decision;

Re: [oe] devshell - setting up additional environment variable

2012-11-08 Thread Chris Larson
On Thu, Nov 8, 2012 at 9:48 AM, John Stirling ap.john.stirl...@gmail.comwrote: On 8 November 2012 14:09, Chris Larson clar...@kergoth.com wrote: On Thu, Nov 8, 2012 at 3:03 AM, John Stirling ap.john.stirl...@gmail.com wrote: Can someone advise best way to set up additional environment

[oe] [meta-browser] Question regarding status of chromium recipes

2012-10-25 Thread Chris Larson
Greetings, I'm wondering if the chromium recipes in this layer have ever been build tested. As far as I can tell, both 19 and 20 are missing dependencies on udev (libudev), gtk+, and gconf, and 20 also wants the openssl headers. 19 also fails due to an attempt to build/link a native tool

Re: [oe] [meta-ti] OE Changelog since 2012-08-05 until 2012-08-12

2012-08-16 Thread Chris Larson
On Thu, Aug 16, 2012 at 8:18 AM, Cliff Brake cliff.br...@gmail.com wrote: The OE Changelog is back. Some time ago, I got several reports that the changelog was missing entries. I have since revamped the way dates are handled and may have made things better (or worse). The tool simply runs

Re: [oe] [OE-core] [PATCH] sstate: Add a two character subdirectory to the sstate directory layout

2012-08-02 Thread Chris Larson
On Thu, Aug 2, 2012 at 8:53 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Thu, 2012-08-02 at 16:14 +0200, Martin Jansa wrote: On Thu, Aug 02, 2012 at 03:53:35PM +0200, Martin Jansa wrote: On Wed, Jul 25, 2012 at 10:09:22PM +0100, Richard Purdie wrote: Currently all sstate

Re: [oe] [meta-oe][PATCH V2 6/7] blacklist.bbclass: Move to meta-angstrom

2012-07-31 Thread Chris Larson
On Tue, Jul 31, 2012 at 12:07 PM, Koen Kooi k...@dominion.thruhere.net wrote: Op 31-07-12 20:56, Khem Raj schreef: This class is angstrom specific so lets move it to more appropriate layer Ehm, it was put in meta-oe on request so other distros could use it. A version of this with a different

Re: [oe] [meta-oe] [PATCH 2/2] nano: rreplaces/rconflicts nano-tiny

2012-06-28 Thread Chris Larson
On Thu, Jun 28, 2012 at 5:10 PM, Khem Raj raj.k...@gmail.com wrote: On Thu, Jun 28, 2012 at 11:18 AM, Christopher Larson kerg...@gmail.com wrote: Signed-off-by: Christopher Larson kerg...@gmail.com ---  meta-oe/recipes-support/nano/nano.inc | 4 +++-  1 file changed, 3 insertions(+), 1

Re: [oe] Python exception running step do_package_update_index_ipk in OE classic

2012-05-17 Thread Chris Larson
On Thu, May 17, 2012 at 12:58 AM, Martin Jansa martin.ja...@gmail.com wrote: On Thu, May 17, 2012 at 07:34:24AM +, Craig McQueen wrote: I'm trying to build OE classic for i.MX28, following instructions at: http://www.imxdev.org/wiki/index.php?title=All_Boards_OpenEmbedded I'm trying to

Re: [oe] Provide a master/setup layer - best practice?

2012-05-09 Thread Chris Larson
On Wed, May 9, 2012 at 9:58 PM, Khem Raj raj.k...@gmail.com wrote: On Wed, May 9, 2012 at 1:13 PM, Radoslav Kolev rados...@kolev.info wrote: It seems like there's some reinventing the wheel going on.  What would be your advice for the best approach and starting point in this situation? If

Re: [oe] COMPATIBLE_MACHINE

2012-04-20 Thread Chris Larson
On Fri, Apr 20, 2012 at 6:20 AM, Gary Thomas g...@mlbassoc.com wrote: I'm writing a .bbappend for a recipe which contains a COMPATIBLE_MACHINE pattern like this:  COMPATIBLE_MACHINE = (machine1|machine2|machine3) Is there a way my .bbappend file can add to this pattern?  I don't want to

Re: [oe] COMPATIBLE_MACHINE

2012-04-20 Thread Chris Larson
On Fri, Apr 20, 2012 at 7:15 AM, Gary Thomas g...@mlbassoc.com wrote: On 2012-04-20 08:04, Chris Larson wrote: On Fri, Apr 20, 2012 at 6:20 AM, Gary Thomasg...@mlbassoc.com  wrote: I'm writing a .bbappend for a recipe which contains a COMPATIBLE_MACHINE pattern like

Re: [oe] build meta-oe without systemd

2012-04-06 Thread Chris Larson
On Fri, Apr 6, 2012 at 12:12 AM, Eric Bénard e...@eukrea.com wrote: Le Thu, 05 Apr 2012 16:50:32 -0700, Koen Kooi k...@dominion.thruhere.net a écrit : I would appreciate people sending decent bugreports to the list, because it is *NOT* supposed to break this way. The breakage needs to get

Re: [oe] build meta-oe without systemd

2012-04-04 Thread Chris Larson
On Wed, Apr 4, 2012 at 10:55 AM, Koen Kooi k...@dominion.thruhere.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 04-04-12 00:17, Eric Bénard schreef: Hi, would that make sense to support systemd as a DISTRO_FEATURES ? That would make builds using older udev ( 174) possible

Re: [oe] build meta-oe without systemd

2012-04-04 Thread Chris Larson
On Wed, Apr 4, 2012 at 12:09 PM, Denys Dmytriyenko de...@denix.org wrote: On Wed, Apr 04, 2012 at 11:59:38AM -0700, Chris Larson wrote: On Wed, Apr 4, 2012 at 10:55 AM, Koen Kooi k...@dominion.thruhere.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 04-04-12 00:17, Eric B

Re: [oe] CONFIG_SITE usage

2012-02-21 Thread Chris Larson
On Tue, Feb 21, 2012 at 3:48 AM, Giuseppe Condorelli giuseppe.condore...@gmail.com wrote: I'm in trouble trying to set CONFIG_SITE to allow my build process to load cache from a given file. I've understood CONFIG_SITE can be set from .bb file, but I'm wondering if it could be set on local.conf

Re: [oe] CONFIG_SITE usage

2012-02-21 Thread Chris Larson
On Tue, Feb 21, 2012 at 2:15 PM, Giuseppe Condorelli giuseppe.condore...@gmail.com wrote: Il giorno martedì 21 febbraio 2012, Chris Larson ha scritto: On Tue, Feb 21, 2012 at 3:48 AM, Giuseppe Condorelli giuseppe.condore...@gmail.com javascript:; wrote: I'm in trouble trying to set

Re: [oe] checkroot.sh and fsck the root partition

2012-02-15 Thread Chris Larson
On 2/15/12, Holger Freyther holger...@freyther.de wrote: I know most of use ubifs/jffs2 but I have one device with a ext3/ext4 partition and would like to run fsck as part of the boot (with auto fix up). Besides installing the e2fs fsck, fixing the fstab fsck will not be executed. E.g. if I

Re: [oe] #oe topic

2012-01-18 Thread Chris Larson
On Mon, Jan 16, 2012 at 1:34 AM, Marcin Juszkiewicz mar...@juszkiewicz.com.pl wrote: W dniu 14.01.2012 16:35, Frans Meulenbroeks pisze: Ping. Almost a week ago. No one with rights to change the topic ??? Current #oe access list: 1     kergoth                +votsriRfAF [modified ? ago] 2

Re: [oe] oe-core license description practices

2012-01-15 Thread Chris Larson
On Sun, Jan 15, 2012 at 8:15 AM, Peter Bigot big...@acm.org wrote: http://www.openembedded.org/wiki/OpenEmbedded-Core states that the LICENSE field should be as correct as possible (e.g. 'GPLv2', not just 'GPL').  If the upstream package self-describes as GPL, is it necessary that this be

Re: [oe] [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] [OE] Python2.7.2 compatibility

2011-12-28 Thread Chris Larson
On Wed, Dec 28, 2011 at 9:57 AM, Giuseppe Condorelli giuseppe.condore...@gmail.com wrote: ERROR: There is a comment on line 24 of file /home/condorg/work/openembedded/recipes/ekiga/ekiga_git.bb (# --enable-static-libs \) which is in the middle of a multiline expression. Bitbake used to ignore

Re: [oe] packages versioning

2011-12-08 Thread Chris Larson
On Thu, Dec 8, 2011 at 7:57 PM, Mr Dash Four mr.dash.f...@googlemail.com wrote: Is there a way I could force/select a particular version of a specific package in a given target? I am building my fso-console-image and I would like it to use udev-165 instead of udev-162, but I can't find a way

Re: [oe] [[RFC] 0/4] license.bbclass: License Manifest Stage 1

2011-12-04 Thread Chris Larson
On Sat, Dec 3, 2011 at 8:42 PM, Beth Flanagan elizabeth.flana...@intel.com wrote: Please see commit messages for full description: This RFC includes: - License manifest implementation in preparation for SPDX manifests. - fixes to how licenses are collected. We now can support accurate

Re: [oe] OE-core based java layer?

2011-12-01 Thread Chris Larson
On Thu, Dec 1, 2011 at 2:25 AM, Koen Kooi k...@dominion.thruhere.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 01-12-11 09:08, Stefan Schmidt schreef: Hello. On Wed, 2011-11-30 at 20:22, Koen Kooi wrote: Beagleboard.org has moved to the OE-core metaverse to build the

Re: [oe] [RFC] Documentation problems and future plans

2011-11-27 Thread Chris Larson
On Sun, Nov 27, 2011 at 2:58 AM, Paul Menzel paulepan...@users.sourceforge.net wrote: Am Samstag, den 26.11.2011, 19:40 -0700 schrieb Tom Rini: As things stand today, the wiki is out of date and a number of folks refuse to work on it.  Using things like It's all text! for firefox only go so

Re: [oe] Documentation problems

2011-11-27 Thread Chris Larson
On Sun, Nov 27, 2011 at 7:29 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Saturday 26 November 2011 19:40:48 Tom Rini wrote: As things stand today, the wiki is out of date and a number of folks refuse to work on it. The question is why do they refuse to work on it? And would

Re: [oe] Understanding recipes vs packages

2011-11-07 Thread Chris Larson
On Mon, Nov 7, 2011 at 3:34 PM, Charles Manning cdhmann...@gmail.com wrote: On Mon, Nov 7, 2011 at 6:15 PM, Xu, Dongxiao dongxiao...@intel.com wrote: Hi Charles, -Original Message- From: openembedded-devel-boun...@lists.openembedded.org

Re: [oe] running bb located path info

2011-11-03 Thread Chris Larson
On Thu, Nov 3, 2011 at 2:06 PM, mgundes mg...@hotmail.com wrote:   I need to know is there a variable assigned with running current bb file path?   One of freenode #oe friend told me to try THISDIR but It did not work for me. By the way, I use openembedded classic. The 'FILE' variable holds

Re: [oe] [OE-core] 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] Creating Rootfs images without packages

2011-10-12 Thread Chris Larson
On Wed, Oct 12, 2011 at 5:34 AM, Gary Thomas g...@mlbassoc.com wrote: On 2011-10-12 06:22, mgundes wrote:    Hi,    I think one of the big issue with OE is build time. It does everything for you, so that it takes too much times. I want to minimize build time and realized that OE creates

Re: [oe] psyco-dist not supported on 64 bit Linux - What to do?

2011-10-10 Thread Chris Larson
On Mon, Oct 10, 2011 at 2:29 PM, Ulf Samuelsson ulf_samuels...@telia.com wrote: psyco-dist will not run on a 64 bit linux. The guys behind psyco-dist recommends the use of PyPy What is the recommendation for 64 bit linux? Just run without JIT? Don't run on a 64 bit linux? Anything else?

Re: [oe] [OE-core] How do we get programs into sysroots?

2011-08-28 Thread Chris Larson
On Sun, Aug 28, 2011 at 1:07 PM, Joel A Fernandes agnel.j...@gmail.com wrote: DESCRIPTION = A tool to format SD Cards correctly LICENSE = GPLv2 LIC_FILES_CHKSUM = file://COPYING;md5=393a5ca445f6965873eca0259a17f833 SECTION = base SRC_URI = file://mkcard.txt \           file://COPYING.patch

Re: [oe] [meta-oe] need to add some verfication package recipes

2011-08-22 Thread Chris Larson
On Mon, Aug 22, 2011 at 12:57 PM, Koen Kooi k...@dominion.thruhere.net wrote: Op 22-08-11 11:03, Paul Menzel schreef: It would be nice if the oe-core folks can comment too in case these recipes should go into oe-core some day. OE-core needs to get smaller, not bigger. Regarding where

Re: [oe] Issue of OE with Ubuntu 11.04

2011-08-16 Thread Chris Larson
On Tue, Aug 16, 2011 at 5:41 AM, Rizwan Shaik rizwanco...@gmail.com wrote: I was trying to build the OE desktop image for the PXA300 board in Ubuntu 11.04 and was facing the error of   not able to compile the package guile-native-1.8.5.bb Except the above error all the other packages were

Re: [oe] understanding overlays

2011-07-27 Thread Chris Larson
On Wed, Jul 27, 2011 at 7:24 AM, Steffen Sledz sl...@dresearch-fe.de wrote: I'm not really familiar with the oe/bitbake overlay details. So please forgive me if this is a faq. ;-) Is the overlay package or file based? Or in other words is the following scenario possible? base layer:  

Re: [oe] preferred version not available

2011-07-19 Thread Chris Larson
On Tue, Jul 19, 2011 at 12:20 AM, Detlef Vollmann d...@vollmann.ch wrote: On 07/18/11 23:05, Chris Larson wrote: On Mon, Jul 18, 2011 at 2:02 PM, Detlef Vollmannd...@vollmann.ch  wrote: Ok, I found the problem: PREFERRED_VERSION refers to PV inside the recipe, not to the part of the filename

Re: [oe] preferred version not available

2011-07-18 Thread Chris Larson
On Mon, Jul 18, 2011 at 2:02 PM, Detlef Vollmann d...@vollmann.ch wrote: On 07/18/11 21:16, Detlef Vollmann wrote: NOTE: preferred version githead of linux-taurus not available (for item linux-taurus) What really drives me nuts is the last line: it clearly parsed linux-taurus_githead.bb

Re: [oe] Remove SHELL from preserved_envvars_exported?

2011-06-27 Thread Chris Larson
On Mon, Jun 27, 2011 at 6:58 AM, Phil Blundell ph...@gnu.org wrote: One of my colleagues pointed out to me just now that $SHELL is, somewhat surprisingly, passed through to bitbake subprocesses from the calling environment.  Under most circumstances this would be fairly benign since few things

[oe] [PATCH] initscripts: don't background volatile creation

2011-06-24 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com This fix is courtesy Chris Hallinan. There is/can be assumptions made in the volatiles file that they're processed in order (e.g. directory created, then files within that directory), yet the script processes them in parallel, backgrounding

Re: [oe] Packaging from devshell

2011-06-24 Thread Chris Larson
On Fri, Jun 24, 2011 at 2:40 PM, Joel A Fernandes agnel.j...@gmail.com wrote: I use devshell for compiling by running a bitbake generated do_compile shell script in work/ for my package, this helps me develop faster as I can skip over parsing and other repetitive stages. However I'm not able

Re: [oe] base.bbclass: Why is `oe_runmake install` not the default for `do_install()`?

2011-06-01 Thread Chris Larson
On Wed, Jun 1, 2011 at 5:29 PM, Tom Rini tom_r...@mentor.com wrote: There's not a common enough way to make sure it tries to write to ${D} when we don't know what the build system is, other than someones Makefile. Yeah, like Tom says -- with autoconf, we know we can use DESTDIR, but there's no

Re: [oe] oe-core and mercurial

2011-05-31 Thread Chris Larson
On Tue, May 31, 2011 at 6:33 AM, Chris Elston cels...@katalix.com wrote: So the question is, does the OEandYourDistro page need updating for oe-core? In which case, where do I request a wiki account to do so?  Or alternatively, should oe-core include the mercurial-native recipe to cover this

Re: [oe] oe-core and mercurial

2011-05-31 Thread Chris Larson
On Tue, May 31, 2011 at 10:04 AM, Khem Raj raj.k...@gmail.com wrote:  Or alternatively, should oe-core include the mercurial-native recipe to cover this case?  Discuss :-) Well it can but usually OE does not need a captive version of mercurial so it can use the one installed on the build

Re: [oe] RFC: Remove -e from default EXTRA_OEMAKE

2011-05-23 Thread Chris Larson
On Mon, May 23, 2011 at 2:26 PM, Stanislav Brabec u...@penguin.cz wrote: EXTRA_OEMAKE contains -e by default for years (in bitbake.conf). In my opinion it causes more bad than good. It makes live simpler in (rare) cases when Makefile proposes its own default CFLAGS without chance to easily

Re: [oe] [OE-core] OE Changelog for 2011-4-8 to 2011-4-15

2011-05-19 Thread Chris Larson
On Thu, May 19, 2011 at 11:43 AM, Cliff Brake cliff.br...@gmail.com wrote: Are there any other repos or maillists that I should include in this report?  I'm trying to increase visibility in what all the projects are doing, so we can reduce duplication of work in various layers. There's a

Re: [oe] [PATCHv3 1/3] conf/layer.conf: Use .= for BBPATH and += for BBFILES

2011-05-09 Thread Chris Larson
On Mon, May 9, 2011 at 8:05 AM, Phil Blundell ph...@gnu.org wrote: On Mon, 2011-05-09 at 07:48 -0700, raj.k...@gmail.com wrote: From: Khem Raj raj.k...@gmail.com Provide additional commentary that should help a bit more I'm still struggling slightly to understand why this patch is an

Re: [oe] error in push of origin/org.openmbedded.dev

2011-05-03 Thread Chris Larson
On Tue, May 3, 2011 at 8:03 AM, Florian Boor florian.b...@kernelconcepts.de wrote: Am 03.05.2011 16:54, schrieb Paul Menzel: you pushed to org.open*mb*edded.dev and therefore a new branch was created. Args - sorry my bad, I have a typo in the local branch name. Interesting what can happen

Re: [oe] opencv_2.2.bb recipe doesn't install libopencv_core.so

2011-04-20 Thread Chris Larson
On Wed, Apr 20, 2011 at 6:54 PM, James Sarrett jsarr...@appliedminds.com wrote: I'm trying to bitbake OpenCV for a BeagleBoard-xM, and having limited success.  OpenCV builds and installs fine into /usr/lib, but it doesn't create (sym?-)links for the base shared objects.  In other words, after

Re: [oe] blacklist.bbclass

2011-03-18 Thread Chris Larson
On Fri, Mar 18, 2011 at 1:33 PM, Frans Meulenbroeks fransmeulenbro...@gmail.com wrote: 2011/3/18 Dr. Michael Lauer mic...@vanille-media.de: Salut, the blacklisting of packages as found in angstrom.bbclass is pretty helpful and would be beneficial to all kinds of distribution configurations

Re: [oe] Discussion: Version retention policy in oe-core

2011-03-14 Thread Chris Larson
On Mon, Mar 14, 2011 at 3:22 PM, Philip Balister phi...@balister.org wrote: The TSC has discussed this item at the request of the community and has come up with the following recommendation which we are looking for feedback (positive/negative/neutral) before putting this up on the wiki. Looks

Re: [oe] Backporting bitbake python fixes to 1.12 branch?

2011-03-11 Thread Chris Larson
On Fri, Mar 11, 2011 at 6:25 AM, Koen Kooi k.k...@student.utwente.nl wrote: Various people trying out the maintenance branch get stuck on parsing recipes: 0% when using python 2.6.0 - 2.6.5-ish. I know master has bugfixes for that, could someone please backport/cherrypick/rediff them for the

Re: [oe] Backporting bitbake python fixes to 1.12 branch?

2011-03-11 Thread Chris Larson
On Fri, Mar 11, 2011 at 7:38 AM, Koen Kooi k...@dominion.thruhere.net wrote: Op 11 mrt 2011, om 15:27 heeft Chris Larson het volgende geschreven: On Fri, Mar 11, 2011 at 6:25 AM, Koen Kooi k.k...@student.utwente.nl wrote: Various people trying out the maintenance branch get stuck on parsing

Re: [oe] What does PACKAGES_DYNAMIC do?

2011-03-08 Thread Chris Larson
On Mon, Mar 7, 2011 at 7:47 PM, Charles Manning cdhmann...@gmail.com wrote: What is the rationale behind PACKAGES_DYNAMIC. I tried to RTFM, but that's in one of the Todo sections :-(. It informs bitbake about the emission of binary packages when we don't know what packages will be emitted

Re: [oe] Bitbake 1.12.0 released!

2011-02-28 Thread Chris Larson
On Sun, Feb 27, 2011 at 3:15 PM, Chris Larson clar...@kergoth.com wrote: https://github.com/kergoth/bitbake/compare/master...f12-hang https://github.com/kergoth/bitbake/commit/12d9095 This fixes the parsing hang on Fedora 12 for me.  Note that I'm not sure about the version check.  We could

Re: [oe] Bitbake 1.12.0 released!

2011-02-27 Thread Chris Larson
On Sun, Feb 27, 2011 at 8:30 AM, Mike Westerhof m...@mwester.net wrote: On 02/18/11 17:18, Richard Purdie wrote: Bitbake 1.12.0 has been released. http://prdownload.berlios.de/bitbake/bitbake-1.12.0.tar.gz This release has many cleanups and improvements to the bitbake core. The biggest and

Re: [oe] Bitbake 1.12.0 released!

2011-02-27 Thread Chris Larson
On Sun, Feb 27, 2011 at 1:14 PM, Chris Larson clar...@kergoth.com wrote: On Sun, Feb 27, 2011 at 8:30 AM, Mike Westerhof m...@mwester.net wrote: On 02/18/11 17:18, Richard Purdie wrote: Bitbake 1.12.0 has been released. http://prdownload.berlios.de/bitbake/bitbake-1.12.0.tar.gz

Re: [oe] Any good bitbake front-ends out there?

2011-02-26 Thread Chris Larson
On Sat, Feb 26, 2011 at 3:38 PM, Hans Henry von Tresckow hvont...@gmail.com wrote: I was curious if anybody on the list has any recomendations for a bitbake front-end. bitbake -u goggle foo # assuming bitbake 1.12.0 or newer -- Christopher Larson clarson at kergoth dot com Founder - BitBake,

Re: [oe] OT: pull requests, merges and bisection (was: OE TSC Meeting 2011/02/21 Minutes)

2011-02-24 Thread Chris Larson
On Thu, Feb 24, 2011 at 3:55 PM, Paul Menzel paulepan...@users.sourceforge.net wrote: it is great that the minutes of the meetings get published. Thank you. Am Donnerstag, den 24.02.2011, 09:20 -0700 schrieb Tom Rini: […] Not clear in the summary but from the logs is that we want to, as

[oe] [PATCH 1/4] autotools: break up into multiple files

2011-02-16 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com Split up most of autotools.bbclass into: - classes/autotools/configure.inc - classes/autotools/bootstrap.inc - classes/autotools/staging.inc Signed-off-by: Chris Larson chris_lar...@mentor.com --- classes/autotools.bbclass | 243

[oe] [PATCH 3/4] autotools: add INHIBIT_AUTOTOOLS_BOOTSTRAP

2011-02-16 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com Setting this variable to a true value (obeying the semantics of the 'boolean' type in oe.types) will result in not running autoreconf, and not depending on the things which the autoreconf requires. Note that the config.guess/config.sub files are still

[oe] [PATCH 2/4] autotools: shift deps into AUTOTOOLS_DEPENDS

2011-02-16 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com Signed-off-by: Chris Larson chris_lar...@mentor.com --- classes/autotools.bbclass | 10 ++ 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/classes/autotools.bbclass b/classes/autotools.bbclass index 60925e9..3c124ae 100644

[oe] [PATCH 4/4] autotools: avoid special casing autoconf/automake/help2man

2011-02-16 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com Signed-off-by: Chris Larson chris_lar...@mentor.com --- classes/autotools.bbclass |6 +- recipes/autoconf/autoconf.inc |3 ++- recipes/automake/automake.inc |4 +--- recipes/help2man/help2man_1.36.4.bb |6

Re: [oe] [PATCH 2/4] package.bbclass: remove superfluous whitespace characters from RDEPENDS

2011-02-11 Thread Chris Larson
On Fri, Feb 11, 2011 at 5:51 AM, Andreas Oberritter o...@opendreambox.org wrote: Signed-off-by: Andreas Oberritter o...@opendreambox.org Acked-by: Chris Larson chris_lar...@mentor.com -- Christopher Larson clarson at kergoth dot com Founder - BitBake, OpenEmbedded, OpenZaurus Maintainer

Re: [oe] [PATCH 1/4] utils.bbclass: restore previous implementation of explode_deps()

2011-02-11 Thread Chris Larson
it choked upon parsing inline python code, e.g.  on update-modules_1.0.bb 's RDEPENDS_${PN} field. Signed-off-by: Andreas Oberritter o...@opendreambox.org CC: Chris Larson chris_lar...@mentor.com Acked-by: Chris Larson chris_lar...@mentor.com -- Christopher Larson clarson at kergoth dot com

Re: [oe] different access rights for oe branches?

2011-02-10 Thread Chris Larson
On Thu, Feb 10, 2011 at 6:34 AM, Steffen Sledz sl...@dresearch.de wrote: We like to create a branch specific for our hipox machine. Is it possible to define access rights different to the dev-branch here? We would like to give write access to some of our developers which do not have/need

[oe] [PATCH 1/4] autotools: cleanup

2011-02-08 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com Signed-off-by: Chris Larson chris_lar...@mentor.com --- classes/autotools.bbclass | 60 +--- 1 files changed, 23 insertions(+), 37 deletions(-) diff --git a/classes/autotools.bbclass b/classes/autotools.bbclass

[oe] [PATCH 2/4] autotools: split out a oe_autoreconf function

2011-02-08 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com This functionality logically belongs in its own function, and it makes it easier to explicitly run against subdirs in certain cases. Signed-off-by: Chris Larson chris_lar...@mentor.com --- classes/autotools.bbclass | 96

[oe] [PATCH 3/4] autotools: symlink where we can

2011-02-08 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com Signed-off-by: Chris Larson chris_lar...@mentor.com --- classes/autotools.bbclass |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/classes/autotools.bbclass b/classes/autotools.bbclass index 9744589..a88a4d1 100644

[oe] [PATCH 4/4] autotools: split up into multiple files

2011-02-08 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com Split up autotools.bbclass into: classes/autotools/configure.bbclass To be inherited if one wants ./configure and config.{sub,guess} updating, but not autoreconf execution classes/autotools/bootstrap.bbclass Autoreconf

Re: [oe] Patching from a file containing a compressed directory (directory.tar.bz2)

2011-01-27 Thread Chris Larson
On Thu, Jan 27, 2011 at 4:17 PM, Ulf Samuelsson ulf.samuels...@atmel.com wrote: To me, maintaining this is much less work than maintaining a SRC_URI statement. Obviously, it would be better if the build system had a defined order when applying patches from a file containing multiple patches.

Re: [oe] openembedded-core git repository

2011-01-25 Thread Chris Larson
On Tue, Jan 25, 2011 at 10:53 AM, Tom Rini tom_r...@mentor.com wrote: * start an integration branch  o remove bitbake Not sure what you mean with that. Which BB do you propose to use? Chris Larson has been doing a lot of work (and Richard has been confirming, testing, etc, etc) to try

Re: [oe] openembedded-core git repository

2011-01-20 Thread Chris Larson
On Thu, Jan 20, 2011 at 3:21 AM, Frans Meulenbroeks fransmeulenbro...@gmail.com wrote: 2011/1/19 Graham Gower graham.go...@gmail.com: On 20 January 2011 05:22, Frans Meulenbroeks fransmeulenbro...@gmail.com wrote: 2011/1/19 Graeme Gregory d...@xora.org.uk: Core should probably have a build

Re: [oe] [PATCH] busybox: move syslog config to /etc/default

2011-01-19 Thread Chris Larson
On Wed, Jan 19, 2011 at 1:10 PM, Martin Jansa martin.ja...@gmail.com wrote: Here it's right but to OE you've pushed version of patch where it is also renamed to default/busybox-syslog, but that patern in sed call 's,/etc/default/busybox-syslog,' should still read 's,/etc/default/syslog,',

[oe] [PATCH 1/4] bitbake.conf: include bin dirs from BBPATH in PATH

2011-01-18 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com Signed-off-by: Chris Larson chris_lar...@mentor.com --- bin/{ = darwin}/cp|0 bin/{ = darwin}/sed |0 conf/bitbake.conf |5 +++-- conf/build/Power Macintosh-darwin.conf |2

[oe] [PATCH 2/4] Move stage-manager-* into bin/ rather than a recipe

2011-01-18 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com Signed-off-by: Chris Larson chris_lar...@mentor.com --- {recipes/stage-manager/files = bin}/stage-manager |3 -- .../stage-manager/files = bin}/stage-manager-ipkg | 26 ++-- .../files = bin}/stage-manager-ipkg-build |6

[oe] [PATCH 4/4] bin/install: implement -D internally

2011-01-18 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com Signed-off-by: Chris Larson chris_lar...@mentor.com --- bin/install | 13 - 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/bin/install b/bin/install index 4ad8172..1c938755 100755 --- a/bin/install +++ b/bin/install

Re: [oe] [PATCH] busybox: move syslog config to /etc/default

2011-01-12 Thread Chris Larson
On Wed, Jan 12, 2011 at 12:43 AM, Steffen Sledz sl...@dresearch.de wrote: Am 12.01.2011 02:43, schrieb Chris Larson: From: Chris Larson chris_lar...@mentor.com The busybox syslog syslog.conf is parsed by the /etc/init.d script, not by the syslog process itself, so it belongs in /etc/default

Re: [oe] [PATCH] busybox: move syslog config to /etc/default

2011-01-12 Thread Chris Larson
On Wed, Jan 12, 2011 at 12:33 AM, Khem Raj raj.k...@gmail.com wrote: On 1/11/2011 5:43 PM, Chris Larson wrote: From: Chris Larsonchris_lar...@mentor.com The busybox syslog syslog.conf is parsed by the /etc/init.d script, not by the syslog process itself, so it belongs in /etc/default

[oe] [PATCH] busybox: move syslog config to /etc/default

2011-01-11 Thread Chris Larson
From: Chris Larson chris_lar...@mentor.com The busybox syslog syslog.conf is parsed by the /etc/init.d script, not by the syslog process itself, so it belongs in /etc/default. In addition, the file format is *completely* different from the standard sysklogd configuration, so while we should

Re: [oe] [Bitbake-dev] Bitbake task logging

2011-01-05 Thread Chris Larson
On Tue, Jan 4, 2011 at 5:45 PM, Richard Purdie rpur...@rpsys.net wrote: On Wed, 2011-01-05 at 00:40 +0300, Yury Bushmelev wrote: 2011/1/1 Richard Purdie richard.pur...@linuxfoundation.org: I've been looking at the changes in bitbake master and those in Poky. Both are trying to improve the

Re: [oe] Bitbake Architecture, Roadmap, Maintainers and the future

2011-01-04 Thread Chris Larson
On Sat, Jan 1, 2011 at 12:49 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: The split between the code in general in bitbake is in general ever improving in my opinion. Chris has some some really great work on bitbake recently, particularly making it more pythonic. Some of the

Re: [oe] Bitbake task logging

2011-01-04 Thread Chris Larson
On Sat, Jan 1, 2011 at 11:14 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: I've been looking at the changes in bitbake master and those in Poky. Both are trying to improve the logging situation but I think we need to discuss/agree what we're trying to achieve. I'm trying to

Re: [oe] [Bitbake-dev] Bitbake Architecture, Roadmap, Maintainers and the future

2011-01-04 Thread Chris Larson
On Tue, Jan 4, 2011 at 4:17 PM, Richard Purdie rpur...@rpsys.net wrote: I'm also going to look at getting back the XMLRPC interfaces and abstraction that the removal of triggered this discussion. There does appear to be some differences in opinion on the future of bitbake from the server/UI

Re: [oe] bitbake 1.10.2 tarball, where is it?

2010-12-31 Thread Chris Larson
On Fri, Dec 31, 2010 at 5:45 AM, Koen Kooi k.k...@student.utwente.nl wrote: I would like to bump the requirement for bitbake in OE to 1.10.2, but the tarball for that still hasn't materialized. So what's the way forward for requiring 1.10.x in OE? It should be on berlios now. It's been

Re: [oe] avoid addtask?

2010-12-24 Thread Chris Larson
On Fri, Dec 24, 2010 at 8:21 AM, Khem Raj raj.k...@gmail.com wrote: On Fri, Dec 24, 2010 at 12:33 AM, Frans Meulenbroeks fransmeulenbro...@gmail.com wrote: I was wondering whether it is better to avoid addtask where easily possible. If the tasks are logically inline in existing tasks then it

Re: [oe] [PATCH] sanity: release 2010.12 is out, so bump minimum bitbake to 1.10.0 per TSC decision

2010-12-23 Thread Chris Larson
On Wed, Dec 22, 2010 at 11:07 AM, Khem Raj raj.k...@gmail.com wrote: On Wed, Dec 22, 2010 at 8:43 AM, Chris Larson clar...@kergoth.com wrote: On Wed, Dec 22, 2010 at 9:35 AM, Tom Rini tom_r...@mentor.com wrote: I agree and would like it done soon too (well, I'd almost rather see 1.11

[oe] [ANNOUNCE] BitBake 1.10.2

2010-12-23 Thread Chris Larson
Greetings all, There is a new 1.10 bugfix release available: 1.10.2. As usual, there is a tag in the git repository, as well as pristine-tar metadata. The tarball isn't on berlios yet, but will be. Changes in Bitbake 1.10.2: - Fix GraphViz .dot output for rdepends and rrecs -

[oe] [ANNOUNCE] BitBake 1.8.19

2010-12-23 Thread Chris Larson
Greetings all, There is a new 1.8 bugfix release available: 1.8.19. As usual, there is a tag in the git repository, as well as pristine-tar metadata. The tarball isn't on berlios yet, but will be. Changes in BitBake 1.8.19: lib/bb/fetch/hg: fix fetching from a mercurial repository

Re: [oe] base.bbclass changes broke BitBake 1.8.19

2010-12-22 Thread Chris Larson
On Wed, Dec 22, 2010 at 1:28 AM, Koen Kooi k.k...@student.utwente.nl wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 21-12-10 23:00, Denys Dmytriyenko wrote: Chris, The c67b95955d023c1f198531b4f06100a40b05efa7 has introduced the following problem with BitBake 1.8.19 and even

Re: [oe] [PATCH] sanity: release 2010.12 is out, so bump minimum bitbake to 1.10.0 per TSC decision

2010-12-22 Thread Chris Larson
On Wed, Dec 22, 2010 at 9:35 AM, Tom Rini tom_r...@mentor.com wrote: I agree and would like it done soon too (well, I'd almost rather see 1.11 be required, yaaay parallel parsing) but since we can't tell 1.10.0 from .1 and I don't think this week (since that's just a few more days) is too bad.

  1   2   3   4   >