Re: [OE-core] [PATCH 2/2] cmake: Avoid accidentally including libacl.h

2014-04-10 Thread Chris Larson
On Thu, Apr 10, 2014 at 7:45 AM, Mike Crowe m...@mcrowe.com wrote: On Tuesday 08 April 2014 at 09:37:32 -0700, Chris Larson wrote: On Tue, Apr 8, 2014 at 6:51 AM, Mike Crowe m...@mcrowe.com wrote: The cmake recipe doesn't depend on libacl yet cmake will detect libacl.h and use

Re: [OE-core] export TARGET_LDFLAGS and native sstate

2014-04-10 Thread Chris Larson
On Thu, Apr 10, 2014 at 9:15 AM, Mike Crowe m...@mcrowe.com wrote: On Monday 07 April 2014 at 17:49:51 +0100, Mike Crowe wrote: On Monday 07 April 2014 at 09:17:38 -0700, Chris Larson wrote: On Mon, Apr 7, 2014 at 8:53 AM, Mike Crowe m...@mcrowe.com wrote: We're building for both ARM

Re: [OE-core] [PATCHv2 1/2] trace-cmd/kernelshark: update to 2.3.2 release (latest stable branch)

2014-04-09 Thread Chris Larson
On Tue, Apr 8, 2014 at 10:16 AM, Fathi Boudra fathi.bou...@linaro.orgwrote: On 8 April 2014 20:05, Khem Raj raj.k...@gmail.com wrote: On Tue, Apr 8, 2014 at 7:00 AM, Fathi Boudra fathi.bou...@linaro.org wrote: do_install() { - oe_runmake prefix=${prefix} DESTDIR=${D} install +

Re: [OE-core] [PATCHv2 1/2] trace-cmd/kernelshark: update to 2.3.2 release (latest stable branch)

2014-04-09 Thread Chris Larson
On Wed, Apr 9, 2014 at 9:18 AM, Fathi Boudra fathi.bou...@linaro.orgwrote: On 9 April 2014 18:02, Chris Larson clar...@kergoth.com wrote: On Tue, Apr 8, 2014 at 10:16 AM, Fathi Boudra fathi.bou...@linaro.org wrote: On 8 April 2014 20:05, Khem Raj raj.k...@gmail.com wrote: On Tue

Re: [OE-core] export TARGET_LDFLAGS and native sstate

2014-04-08 Thread Chris Larson
On Mon, Apr 7, 2014 at 8:53 AM, Mike Crowe m...@mcrowe.com wrote: We're building for both ARM and MIPS-based MACHINEs in a single source tree. This seems to result in us compiling (or luckily most of the time resurrecting from sstate-cache) two different versions of all -native packages due

Re: [OE-core] [PATCH 2/2] cmake: Avoid accidentally including libacl.h

2014-04-08 Thread Chris Larson
On Tue, Apr 8, 2014 at 6:51 AM, Mike Crowe m...@mcrowe.com wrote: The cmake recipe doesn't depend on libacl yet cmake will detect libacl.h and use it by default. This risks build failures if libacl.h is unstaged during the build and it also means that the build cmake will sometimes support

Re: [OE-core] [PATCH 1/1] base-files: do_install.sigdata: remove the depends on DATE

2014-03-27 Thread Chris Larson
On Mon, Mar 24, 2014 at 8:10 PM, Robert Yang liezhi.y...@windriver.comwrote: If we run bitbake -S base-files today, and re-run it tomorrow with nothing changed, we would see that the do_install.sigdata changes because of: do_intall - do_install_basefilesissue - DISTRO_VERSION - DATE We had

Re: [OE-core] [PATCH 1/1] base-files: do_install.sigdata: remove the depends on DATE

2014-03-27 Thread Chris Larson
On Thu, Mar 27, 2014 at 10:49 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Thu, 2014-03-27 at 10:21 -0700, Chris Larson wrote: On Mon, Mar 24, 2014 at 8:10 PM, Robert Yang liezhi.y...@windriver.com wrote: If we run bitbake -S base-files today, and re-run

Re: [OE-core] [PATCH 00/11] Change all bluez4 references to virtual/bluez

2014-03-26 Thread Chris Larson
On Wed, Mar 26, 2014 at 7:51 AM, Martin Jansa martin.ja...@gmail.comwrote: On Wed, Mar 26, 2014 at 09:27:54AM -0500, Lauren Post wrote: This group of patches support the change of hardcoded bluez4 to virtual/bluez so that the upgrade to bluez5 is easier. This group of patches must be

Re: [OE-core] [PATCH 3/3] local.conf.sample.extended: update it for the archiver

2014-03-24 Thread Chris Larson
On Sun, Mar 23, 2014 at 10:39 PM, Robert Yang liezhi.y...@windriver.comwrote: +# 9) The recipe type that will be archived: +#COPYLEFT_RECIPE_TYPES = 'type1 type2 ...' +#The type can be: target native nativesdk cross crosssdk cross-canadian. Hmm, I wonder if we should note that the

Re: [OE-core] [PATCH 3/3] local.conf.sample.extended: update it for the archiver

2014-03-24 Thread Chris Larson
On Mon, Mar 24, 2014 at 6:43 PM, Robert Yang liezhi.y...@windriver.comwrote: On 03/24/2014 11:34 PM, Chris Larson wrote: On Sun, Mar 23, 2014 at 10:39 PM, Robert Yang liezhi.y...@windriver.com wrote: +# 9) The recipe type that will be archived: +#COPYLEFT_RECIPE_TYPES = 'type1 type2

Re: [OE-core] [PATCH 1/1] meta/conf/bitbake.conf: add STAMPCLEAN to BB_HASHBASE_WHITELIST

2014-03-24 Thread Chris Larson
On Mon, Mar 24, 2014 at 7:18 PM, Robert Yang liezhi.y...@windriver.comwrote: The problem is that do_configure.sigdata depends on STAMPS_DIR because: do_configure - STAMPCLEAN - STAMPS_DIR this will make the sigdata generated by STAMPS_DIR=/tmp/stps bitbake -S recipe doesn't match the ones

Re: [OE-core] [PATCH] lib/oe: turn oe into a namespace package

2014-03-18 Thread Chris Larson
On Tue, Mar 18, 2014 at 6:48 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Friday 14 March 2014 19:06:26 Christopher Larson wrote: This will let folks extend the oe package with modules from other layers. Given openembedded consists of more than just oe-core, I think this makes

Re: [OE-core] [PATCH] lib/oe: turn oe into a namespace package

2014-03-18 Thread Chris Larson
On Tue, Mar 18, 2014 at 7:38 AM, Chris Larson kerg...@gmail.com wrote: On Tue, Mar 18, 2014 at 6:48 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Friday 14 March 2014 19:06:26 Christopher Larson wrote: This will let folks extend the oe package with modules from other layers

Re: [OE-core] [dylan] Backport request

2014-03-14 Thread Chris Larson
On Fri, Mar 14, 2014 at 11:46 AM, Khem Raj raj.k...@gmail.com wrote: On Fri, Mar 14, 2014 at 11:44 AM, Paul Barker p...@paulbarker.me.uk wrote: On 14 March 2014 18:37, Khem Raj raj.k...@gmail.com wrote: On Fri, Mar 14, 2014 at 11:34 AM, Paul Barker p...@paulbarker.me.uk wrote: I'm stuck

Re: [OE-core] [dylan] Backport request

2014-03-14 Thread Chris Larson
On Fri, Mar 14, 2014 at 12:11 PM, Paul Barker p...@paulbarker.me.uk wrote: I use containers. systemd-nspawn goes long way Yeah, containers (systemd-nspawn, docker) or even a chroot can be invaluable. schroot on a debian machine works quite well too for something as simple as builds.

Re: [OE-core] [PATCH 6/6] patch.bbclass: do_patch: unset TMPDIR from environment

2014-03-13 Thread Chris Larson
On Thu, Mar 13, 2014 at 9:54 AM, Burton, Ross ross.bur...@intel.com wrote: On 13 March 2014 16:46, Burton, Ross ross.bur...@intel.com wrote: On 11 March 2014 17:08, Robert Yang liezhi.y...@windriver.com wrote: We need unset it after we use it, otherwise it would affect the env after we run

Re: [OE-core] [PATCH] kernel-yocto: fix diffconfig/kernel_configme breakage

2014-03-06 Thread Chris Larson
On Thu, Mar 6, 2014 at 11:40 AM, Bruce Ashfield bruce.ashfi...@gmail.comwrote: On Thu, Mar 6, 2014 at 1:10 PM, Christopher Larson kerg...@gmail.com wrote: +addtask kernel_configme after do_patch + linux-yocto.inc already has: addtask kernel_configme before do_configure after do_patch

Re: [OE-core] [PATCH] kernel-yocto: Inspect remote branches with git ls-remote

2014-03-05 Thread Chris Larson
On Wed, Mar 5, 2014 at 10:47 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Wed, 2014-03-05 at 16:49 +, Matt Fleming wrote: From: Matt Fleming matt.flem...@intel.com 'git branch' may use ANSI escape codes in its output (to provide colour) which doesn't play well

Re: [OE-core] [RFC] sanity.bbclass: support wildcards in SANITY_TESTED_DISTROS

2014-02-28 Thread Chris Larson
On Fri, Feb 28, 2014 at 8:00 AM, Olof Johansson olof.johans...@axis.comwrote: With this change, you can use wildcards for entries in SANITY_TESTED_DISTROS. This makes it possible to say that, e.g. all Debian 7 Wheezy releases are supported with the entry Debian-7.*. [YOCTO #5265]

Re: [OE-core] [PATCH] kernel-yocto.bbclass: Force do_diffconfig depends to ${PN}

2014-02-28 Thread Chris Larson
On Thu, Feb 20, 2014 at 10:37 PM, Nathan Rossi nathan.ro...@xilinx.comwrote: Commit 07e59b5ff659bde6e6a60c4781c0a2deb406c667 added the task dependency of 'virtual/kernel:do_kernel_configme' for the do_diffconfig task. This dependency is only valid for linux recipes that inherit kernel-yocto

Re: [OE-core] [PATCH] kernel-yocto.bbclass: Force do_diffconfig depends to ${PN}

2014-02-28 Thread Chris Larson
On Fri, Feb 28, 2014 at 2:26 PM, Chris Larson clar...@kergoth.com wrote: I'm guessing that the idea was to add a dependency from diffconfig to kernel_configme whether or not diffconfig even exists, in order to be able to support a use case where kernel-yocto is inherited but cml1

Re: [OE-core] [PATCH] package.py: log rpmdeps call

2014-02-18 Thread Chris Larson
On Tue, Feb 18, 2014 at 5:27 AM, Martin Jansa martin.ja...@gmail.comwrote: Maybe we should change meta/classes/package.bbclass to fail when some filedeprunner call fails like this and fix filedeprunner to escape '()' and other possibly dangerous chars it's called like this:

[OE-core] Premirrors and local VCS server

2014-02-07 Thread Chris Larson
On Friday, February 7, 2014, Mats Kärrman mats.karr...@tritech.sejavascript:_e(%7B%7D,'cvml','mats.karr...@tritech.se'); wrote: MY_LOCAL_MIRROR = ftp://10.64.2.58/files/; PREMIRRORS_prepend = \ ftp://.*/.* ${MY_LOCAL_MIRROR} \n \ git://.*/.* ${MY_LOCAL_MIRROR} \n \ http://.*/.*

Re: [OE-core] iw in place of wireless-tools

2014-01-31 Thread Chris Larson
On Friday, January 31, 2014, Nicolas Dechesne nicolas.deche...@linaro.org wrote: On Fri, Jan 31, 2014 at 8:01 PM, Iorga, Cristian cristian.io...@intel.com javascript:; wrote: On my Ubuntu 13.10 dev machine, wireless-tools and iw are both installed by default (I might be wrong here, maybe I

Re: [OE-core] [PATCH] boost: Convert ??= weaker assingment to weak ?= assignment

2014-01-23 Thread Chris Larson
On Wed, Jan 22, 2014 at 6:16 PM, Khem Raj raj.k...@gmail.com wrote: On Friday, December 06, 2013 05:42:26 PM Khem Raj wrote: ??= does not react at all with BOOST_LIBS += ${@base_contains('PACKAGECONFIG', 'python', 'python', '', d)} even though we have PACKAGECONFIG ??= it does not

Re: [OE-core] unmaintained layers

2014-01-09 Thread Chris Larson
On Thu, Jan 9, 2014 at 4:35 PM, Martin Jansa martin.ja...@gmail.com wrote: On Thu, Jan 09, 2014 at 04:45:38PM -0500, Bruce Ashfield wrote: On Thu, Jan 9, 2014 at 1:45 PM, Trevor Woerner trevor.woer...@linaro.org wrote: Hi everyone, At the last TSC meeting the topic of unmaintained

Re: [OE-core] [RFC 1/2] os-release: add new operating system identification recipe

2013-12-13 Thread Chris Larson
On Fri, Dec 13, 2013 at 8:08 AM, Martin Jansa martin.ja...@gmail.comwrote: +do_compile () { +for field in ${OS_RELEASE_FIELDS}; do +if eval test -n \\$$field\; then +eval printf \%s=%s\n\ \\$field\ \\$$field\ +fi +done os-release +}

Re: [OE-core] [RFC 1/2] os-release: add new operating system identification recipe

2013-12-13 Thread Chris Larson
On Fri, Dec 13, 2013 at 8:12 AM, Chris Larson kerg...@gmail.com wrote: On Fri, Dec 13, 2013 at 8:08 AM, Martin Jansa martin.ja...@gmail.comwrote: +do_compile () { +for field in ${OS_RELEASE_FIELDS}; do +if eval test -n \\$$field\; then +eval printf \%s=%s\n

Re: [OE-core] [RFC 1/2] os-release: add new operating system identification recipe

2013-12-13 Thread Chris Larson
On Fri, Dec 13, 2013 at 8:56 AM, Mark Hatle mark.ha...@windriver.comwrote: On 12/13/13, 8:56 AM, Christopher Larson wrote: From: Christopher Larson chris_lar...@mentor.com This is needed by systemd, among other useful applications. All fields are metadata driven, and initial values come

Re: [OE-core] [PATCH 7/7] pulseaudio: fix RDEPENDS traversal for consolekit

2013-12-12 Thread Chris Larson
On Wed, Dec 11, 2013 at 2:22 PM, Martin Jansa martin.ja...@gmail.comwrote: On Wed, Nov 27, 2013 at 11:07:07AM -0700, Christopher Larson wrote: From: Christopher Larson chris_lar...@mentor.com Include the console-kit module in PACKSGES explicitly so bitbake can map to the RDEPENDS we

Re: [OE-core] Figuring out why sstate-cache is no longer used for a package

2013-12-10 Thread Chris Larson
On Tue, Dec 10, 2013 at 7:32 AM, Martin Jansa martin.ja...@gmail.comwrote: On Tue, Dec 10, 2013 at 07:44:49AM +0100, Mike Looijmans wrote: I've been struggling with this for a few days. We have a build server that build various images overnight. One of the packages in that image is

Re: [OE-core] Random fixes from the Mentor Graphics push queue

2013-12-03 Thread Chris Larson
On Wed, Nov 27, 2013 at 11:07 AM, Christopher Larson kerg...@gmail.comwrote: The following changes since commit f991d2d60b74f5ebd990f77aecd3324b1a4533e9: libpng: set reasonable SUMMARY (2013-11-27 11:51:08 +) are available in the git repository at:

Re: [OE-core] Random fixes from the Mentor Graphics push queue

2013-12-03 Thread Chris Larson
On Tue, Dec 3, 2013 at 7:38 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 12/3/2013, 5:40 PM, Richard Purdie wrote: On Tue, 2013-12-03 at 11:40 -0700, Chris Larson wrote: On Wed, Nov 27, 2013 at 11:07 AM, Christopher Larson kerg...@gmail.com wrote: The following

Re: [OE-core] [PATCH 0/4] Script and layer for running tests

2013-11-28 Thread Chris Larson
On Thu, Nov 28, 2013 at 3:17 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Wednesday 27 November 2013 11:42:06 Chris Larson wrote: On Wed, Nov 27, 2013 at 10:08 AM, Stefan Stanacar stefanx.stana...@intel.com wrote: This series adds an oe-selftest script, some modules

Re: [OE-core] [PATCH 0/4] Script and layer for running tests

2013-11-27 Thread Chris Larson
On Wed, Nov 27, 2013 at 10:08 AM, Stefan Stanacar stefanx.stana...@intel.com wrote: This series adds an oe-selftest script, some modules and a new layer meta-selftest. which are meant to help in writing tests (using python unittest) for various bitbake tools/scripts as well as simple output

Re: [OE-core] [PATCH 0/1] Image manifest support

2013-11-27 Thread Chris Larson
Would you mind summarizing the differences between this and the already emitted image license manifest in deploy/license? On Tue, Nov 26, 2013 at 5:09 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: The following change since commit 25a75e83550fab0f9d2486b13ec9ab6339b6a8b0:

Re: [OE-core] [PATCH 0/1] Image manifest support

2013-11-27 Thread Chris Larson
On Wed, Nov 27, 2013 at 1:26 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Wednesday 27 November 2013 12:02:41 Chris Larson wrote: Would you mind summarizing the differences between this and the already emitted image license manifest in deploy/license? Actually I hadn't

Re: [OE-core] opkg dependencies and update-alternatives

2013-11-18 Thread Chris Larson
On Mon, Nov 18, 2013 at 9:20 AM, Martin Jansa martin.ja...@gmail.comwrote: There is also an alternatives program in chkconfig which is listed as a possible provider of virtual/update-alternatives but again, trying to use in causes a dependency loop. I haven't given this version more than

Re: [OE-core] [V2 2/2] bluez4: use legacy pygobject instead of gobject-introspection

2013-11-15 Thread Chris Larson
On Thu, Nov 14, 2013 at 11:52 PM, Zhong Hongbo hongbo.zh...@windriver.comwrote: From: Zhong Hongbo hongbo.zh...@windriver.com This seems like a good example of a commit message missing the “why”. -- Christopher Larson clarson at kergoth dot com Founder - BitBake, OpenEmbedded, OpenZaurus

Re: [OE-core] libxml2 python module

2013-11-07 Thread Chris Larson
On Thu, Nov 7, 2013 at 10:55 AM, Seth Bollinger seth.b...@gmail.com wrote: I've tried setting EXTRA_OECONF --with-python, but it doesn't appear to be having much affect. I'm currently trying to hack together using python manually to build the install, but this feels like I'm moving in the

Re: [OE-core] Issues with PREFERRED_VERSION/PREFERRED_PROVIDER for the kernel

2013-10-18 Thread Chris Larson
On Fri, Oct 18, 2013 at 10:05 AM, Ulf Samuelsson angstrom-...@emagii.comwrote: In some cases, you might want to override a few things in the DISTRO. Maybe an easy way to handle this would be if the DISTRO conf file included an empty file at the end, which can be overridden by a file in your

Re: [OE-core] can one add a packagegroup simply by adding the recipe file for it?

2013-10-12 Thread Chris Larson
On Sat, Oct 12, 2013 at 4:24 AM, Robert P. J. Day rpj...@crashcourse.cawrote: wait, i think i might have just answered my own question ... see below ... On Sat, 12 Oct 2013, Robert P. J. Day wrote: just to make sure i'm not missing anything subtle, i know you can add a packagegroup

Re: [OE-core] [PATCH] insane: configure option checking

2013-10-09 Thread Chris Larson
On Tue, Oct 8, 2013 at 7:30 AM, Ross Burton ross.bur...@intel.com wrote: + ### +# Check unrecognised configure options (with a white list) +

[OE-core] [RFC] Common code/framework for automatic runtime dependencies

2013-09-17 Thread Chris Larson
Greetings, I recently found myself wanting to implement a prototype of automatic python dependencies. In so doing, I realized that there's a certain pattern followed by each of these (shlibs, pkgconfig, kernel modules, ..), so I'd like to propose, in the 1.6 timeframe, consolidating this into

Re: [OE-core] [PATCH 1/1] ptest-runner: trivial fixes and refine

2013-09-12 Thread Chris Larson
On Wed, Sep 11, 2013 at 2:17 AM, rongqing...@windriver.com wrote: +for x in `find -L ./ -name run-ptest -type f -perm /u+x,g+x` +do As far as I can tell, busybox find doesn't support -L, so this adds an implicit, undeclared dependency upon findutils. -- Christopher Larson

Re: [OE-core] [RFC PATCH] bitbake.conf: Stop providing ${P} and ${PF} by default

2013-09-09 Thread Chris Larson
On Mon, Sep 9, 2013 at 7:14 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: For a long time we've provided PN-PV and PN-PV-PR by tweaking PROVIDES. This looks nice at first glance however it turns out to be a bit problematic. Taking make as an example where there are two

Re: [OE-core] [PATCH] package.bbclass: skip already-stripped QA test if asked for

2013-09-06 Thread Chris Larson
On Fri, Sep 6, 2013 at 1:35 AM, Khem Raj raj.k...@gmail.com wrote: Some packages like grub have already stripped binaries e.g. ERROR: QA Issue: File '/boot/grub/kernel.img' from grub was already stripped, this will prevent future debugging! ERROR: QA run found fatal errors. Please consider

[OE-core] Regarding ca-certificates its usage

2013-09-06 Thread Chris Larson
Greetings, I'm emailing as I think we should determine when and where ca-certificates gets pulled into images and sdks. Should we add it as a RRECOMMENDS to openssl and gnutls, or should it continue to be pulled in manually when and where appropriate? I'm not really familiar enough with openssl

Re: [OE-core] appears to be inconsistency re: base-files between oe-core and meta-angstrom

2013-08-29 Thread Chris Larson
On Thu, Aug 29, 2013 at 4:57 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Thu, 2013-08-29 at 12:49 +0100, Phil Blundell wrote: On Thu, 2013-08-29 at 07:37 -0400, Robert P. J. Day wrote: distroless. i realize i *could* set a value for DISTRO, but it would seem that i

Re: [OE-core] [PATCH] gtk+3: don't split immodules if we have none

2013-08-29 Thread Chris Larson
On Wed, Aug 28, 2013 at 10:36 PM, Martin Jansa martin.ja...@gmail.comwrote: On Wed, Aug 28, 2013 at 05:05:38PM -0700, Chris Larson wrote: On Wed, Aug 28, 2013 at 4:13 PM, Saul Wold s...@linux.intel.com wrote: On 08/28/2013 09:12 AM, Christopher Larson wrote: From: Christopher Larson

Re: [OE-core] [PATCHv3 0/2] Add ca-certificates recipe

2013-08-28 Thread Chris Larson
On Wed, Aug 28, 2013 at 5:31 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Wednesday 28 August 2013 10:19:08 Martin Jansa wrote: On Fri, Aug 23, 2013 at 12:26:13PM -0700, Christopher Larson wrote: From: Christopher Larson chris_lar...@mentor.com This is based on the

Re: [OE-core] [PATCH] gtk+3: don't split immodules if we have none

2013-08-28 Thread Chris Larson
On Wed, Aug 28, 2013 at 4:13 PM, Saul Wold s...@linux.intel.com wrote: On 08/28/2013 09:12 AM, Christopher Larson wrote: From: Christopher Larson chris_lar...@mentor.com Currently we don't enable any immodules for gtk+3, yet we unconditionally call do_split_packages on a nonexistent path.

Re: [OE-core] [bitbake-devel] Bitbake in server mode

2013-08-21 Thread Chris Larson
On Wed, Aug 21, 2013 at 7:26 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: Known issues: a) Parsing is slower. Probably due to all the debug messages going over the IPC/xmlrpc. UI event filtering should fix it. b) Something is causing a cache reparse initially. Need to figure

Re: [OE-core] [PATCH] oe.types: add 'path' type

2013-08-20 Thread Chris Larson
On Tue, Aug 20, 2013 at 8:23 AM, Otavio Salvador ota...@ossystems.com.brwrote: On Mon, Aug 19, 2013 at 11:48 PM, Christopher Larson kerg...@gmail.com wrote: From: Christopher Larson chris_lar...@mentor.com - path normalization ('normalize' flag, defaults to enabled) - existence

Re: [OE-core] recipe whitespace style questions

2013-08-14 Thread Chris Larson
On Wed, Aug 14, 2013 at 7:13 AM, Martin Jansa martin.ja...@gmail.comwrote: On Wed, Aug 14, 2013 at 08:51:40AM -0500, Peter A. Bigot wrote: SRC_URI = file://skeleton \ file://skeleton_test.c \ file://COPYRIGHT \ which I'll call none, and; SRC_URI =

Re: [OE-core] [PATCH V4 09/10] irda-utils: fix for read-only rootfs

2013-08-07 Thread Chris Larson
On Wed, Aug 7, 2013 at 1:08 AM, qi.c...@windriver.com wrote: From: Chen Qi qi.c...@windriver.com The init script for irda writes configuration items to /etc/sysconfig/irda if that file is not available in system. But it's actually not necessary, the behavior doesn't change whether the init

Re: [OE-core] [PATCH v3] distro_features_check.bbclass: Allow checking of required/conflicting features

2013-08-03 Thread Chris Larson
On Sat, Aug 3, 2013 at 9:55 AM, Otavio Salvador ota...@ossystems.com.brwrote: On Fri, Aug 2, 2013 at 6:16 PM, Chris Larson clar...@kergoth.com wrote: On Thu, Aug 1, 2013 at 3:13 PM, Otavio Salvador ota...@ossystems.com.br wrote: This add support to list required/confliting distro

[OE-core] Initial review of ChenQi/read-only-rootfs-in-live-images

2013-08-02 Thread Chris Larson
Greetings, Nice work on this branch. The bind based approach seems clean. I do have some comments: - I think the read-only-rootfs-hook stuff, at least the bind mounting piece at a minimum, belongs in a separate script in ${sbindir} rather than within the startup script itself. This will ease

Re: [OE-core] [PATCH v3] distro_features_check.bbclass: Allow checking of required/conflicting features

2013-08-02 Thread Chris Larson
On Thu, Aug 1, 2013 at 3:13 PM, Otavio Salvador ota...@ossystems.com.brwrote: This add support to list required/confliting distro features for a recipe; this avoids user mistake when building recipes/images which would not work depending on DISTRO_FEATURES option set. Adding: ,[ Use

Re: [OE-core] RFC: meta-ro-rootfs approach and volatiles vs tmpfiles.d

2013-07-30 Thread Chris Larson
On Wed, Jul 24, 2013 at 7:51 PM, ChenQi qi.c...@windriver.com wrote: You can get more information from the bug link below. The related bugs are listed in the blocks list of this bug. https://bugzilla.yoctoproject.org/show_bug.cgi?id=4103 You can also review the patchset for these bugs on

Re: [OE-core] RFC: meta-ro-rootfs approach and volatiles vs tmpfiles.d

2013-07-30 Thread Chris Larson
On Tue, Jul 30, 2013 at 11:17 AM, Chris Larson clar...@kergoth.com wrote: I've read though this thread carefully, but still can't get a clear picture about this RFC. Could you please give me a link to your patchset, if convenient? This is interesting, I didn't notice this in your branch

Re: [OE-core] RFC: meta-ro-rootfs approach and volatiles vs tmpfiles.d

2013-07-30 Thread Chris Larson
On Tue, Jul 30, 2013 at 11:17 AM, Chris Larson clar...@kergoth.com wrote: - Next steps, from my perspective: - We need to agree on a pattern to follow for the read only rootfs support for individual pieces of recipes, as we need to work through them individually. Currently we have two

Re: [OE-core] RFC: meta-ro-rootfs approach and volatiles vs tmpfiles.d

2013-07-30 Thread Chris Larson
On Wed, Jul 24, 2013 at 7:51 PM, ChenQi qi.c...@windriver.com wrote: You can get more information from the bug link below. The related bugs are listed in the blocks list of this bug. https://bugzilla.yoctoproject.org/show_bug.cgi?id=4103 You can also review the patchset for these bugs on

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

[OE-core] RFC: meta-ro-rootfs approach and volatiles vs tmpfiles.d

2013-07-24 Thread Chris Larson
Greetings all, I've recently been doing some work at Mentor Graphics on read-only-rootfs, for our purposes, and have done some things which I think may be of use. I'm looking for comments/thoughts on the approach and potential use of a pattern generally, and also wish to discuss the volatiles vs

Re: [OE-core] Making SSL headers available during build?

2013-07-24 Thread Chris Larson
On Wed, Jul 24, 2013 at 1:25 PM, Brandon Stafford bran...@rascalmicro.comwrote: I'm working on updating an old recipe for uWSGI to add SSL support. I think this requires putting a collection of SSL headers in sysroots/ARCH/usr/include. How do I go about telling Bitbake to do that? If it

Re: [OE-core] RFC: meta-ro-rootfs approach and volatiles vs tmpfiles.d

2013-07-24 Thread Chris Larson
On Wed, Jul 24, 2013 at 2:51 PM, Otavio Salvador ota...@ossystems.com.brwrote: On Wed, Jul 24, 2013 at 3:54 PM, Chris Larson clar...@kergoth.com wrote: ... The standalone systemd-tmpfiles recipe I've created has a fairly small set of dependencies: intltool-native, dbus, libcap. Given

Re: [OE-core] RFC: meta-ro-rootfs approach and volatiles vs tmpfiles.d

2013-07-24 Thread Chris Larson
On Wed, Jul 24, 2013 at 2:47 PM, Colin Walters walt...@verbum.org wrote: On Wed, 2013-07-24 at 11:54 -0700, Chris Larson wrote: - Patched in --sysroot= support for systemd-tmpfiles, to facilitate running it up front against the filesystem at do_rootfs time the way read_only_rootfs_hook

Re: [OE-core] [PATCH 2/2] update-rc.d: Remove init.d dir if sysvinit is not in distro features

2013-07-19 Thread Chris Larson
On Fri, Jul 19, 2013 at 4:53 AM, Shakeel, Muhammad muhammad_shak...@mentor.com wrote: From: Muhammad Shakeel muhammad_shak...@mentor.com If sysvinit is not supported DISTRO_FEATURE than there is no need to package related initialization scripts. Signed-off-by: Muhammad Shakeel

Re: [OE-core] [PATCH 10/11] chkconfig-alternatives-native: add git token in package version

2013-07-18 Thread Chris Larson
On Thu, Jul 18, 2013 at 7:16 AM, Emilia Ciobanu emilia.maria.silvia.ciob...@intel.com wrote: Git packages should have the following format: version+gitAUTOINC[r|-]+revision Signed-off-by: Emilia Ciobanu emilia.maria.silvia.ciob...@intel.com Just as an FYI, in case you didn't consider

Re: [OE-core] [PATCHv2] test-dependencies: add simple script to detect missing or autoenabled dependencies

2013-07-11 Thread Chris Larson
On Thu, Jul 11, 2013 at 5:38 AM, Martin Jansa martin.ja...@gmail.comwrote: On Wed, Jul 10, 2013 at 02:38:13PM +0200, Martin Jansa wrote: Signed-off-by: Martin Jansa martin.ja...@gmail.com --- scripts/test-dependencies.sh | 253 +++ 1 file

Re: [OE-core] [PATCHv2] test-dependencies: add simple script to detect missing or autoenabled dependencies

2013-07-11 Thread Chris Larson
On Thu, Jul 11, 2013 at 6:49 AM, Martin Jansa martin.ja...@gmail.comwrote: On Thu, Jul 11, 2013 at 06:28:04AM -0700, Chris Larson wrote: On Thu, Jul 11, 2013 at 5:38 AM, Martin Jansa martin.ja...@gmail.com wrote: On Wed, Jul 10, 2013 at 02:38:13PM +0200, Martin Jansa wrote: Signed

Re: [OE-core] [PATCHv2 1/2] eglibc-locale: add missing dependency on virtual/${TARGET_PREFIX}binutils

2013-07-06 Thread Chris Larson
On Sat, Jul 6, 2013 at 1:39 AM, Martin Jansa martin.ja...@gmail.com wrote: * eglibc-collateral.inc inhibits all default deps, but do_package needs objcopy: ERROR: objcopy failed with exit code 127 (cmd was 'i586-webos-linux-objcopy' --only-keep-debug

Re: [OE-core] [PATCHv2 1/2] eglibc-locale: add missing dependency on virtual/${TARGET_PREFIX}binutils

2013-07-06 Thread Chris Larson
On Sat, Jul 6, 2013 at 4:08 PM, Martin Jansa martin.ja...@gmail.com wrote: In this case yes, but what about allarch recipes, creating binutils-cross dependency in their do_package task would probably make their stamps depending on architecture. def get_binutils_dep(d): if 'target' in

Re: [OE-core] [PATCH v7] systemd: added python-systemd package generation.

2013-07-02 Thread Chris Larson
On Tue, Jul 2, 2013 at 4:36 PM, Saul Wold s...@linux.intel.com wrote: On 06/26/2013 05:15 AM, Yevhen Kyriukha wrote: --- meta/recipes-core/systemd/syst**emd_204.bb http://systemd_204.bb | 20 1 file changed, 16 insertions(+), 4 deletions(-) diff --git

Re: [OE-core] [PATCH] buildtools-tarball: Change the way the SDK is sanitized

2013-06-24 Thread Chris Larson
On Mon, Jun 24, 2013 at 9:10 AM, Hatle, Mark mark.ha...@windriver.comwrote: Stupid phone will only allow me to top post. Anyway, that line was copied out of the populate_sdk bbclass. So if it is a bash-ism then it needs to be fixed there as well. -Original Message- *From: *Paul

Re: [OE-core] [PATCH 0/1] tmux new does not take tw commands

2013-06-11 Thread Chris Larson
On Tue, Jun 11, 2013 at 7:28 AM, Peter Seebach peter.seeb...@windriver.comwrote: This got routed to me because the visible error message says Execution of pseudo /bin/bash failed but actually it's nothing to do with pseudo. The real problem is that the tmux class in terminal.py is

Re: [OE-core] [PATCH 1/4] packagegroup-core-tools-profile: don't exclude mips

2013-06-10 Thread Chris Larson
On Mon, Jun 10, 2013 at 1:56 PM, Otavio Salvador ota...@ossystems.com.brwrote: On Mon, Jun 10, 2013 at 5:46 PM, Christopher Larson kerg...@gmail.comwrote: From: Christopher Larson chris_lar...@mentor.com Now that liburcu supports mips, this packagegroup can pull in lttng software on that

Re: [OE-core] [PATCH 2/4] libnewt: split python module into libnewt-python

2013-06-10 Thread Chris Larson
On Mon, Jun 10, 2013 at 5:51 PM, Saul Wold s...@linux.intel.com wrote: On 06/10/2013 01:47 PM, Christopher Larson wrote: From: Christopher Larson chris_lar...@mentor.com This is useful as it avoids pulling python into a build just to build chkconfig. The python recipe uses the libnewt

Re: [OE-core] [PATCH v2 1/4] packagegroup-core-tools-profile: don't exclude mips

2013-06-10 Thread Chris Larson
On Mon, Jun 10, 2013 at 7:27 PM, Khem Raj raj.k...@gmail.com wrote: On Jun 10, 2013, at 4:15 PM, Christopher Larson kerg...@gmail.com wrote: From: Christopher Larson chris_lar...@mentor.com Now that liburcu supports mips, this packagegroup can pull in lttng recipes (lttng-ust,

Re: [OE-core] OE-Core and Bitbake wrapper changes (min 2.7.3 python version)

2013-06-07 Thread Chris Larson
On Fri, Jun 7, 2013 at 5:40 AM, Otavio Salvador ota...@ossystems.com.brwrote: On Fri, Jun 7, 2013 at 7:47 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: Its not secret that I hate the current bitbake wrapper script and want to remove it for 101 different reasons. I now

Re: [OE-core] Linux kernel build dependency of 'bc'

2013-06-06 Thread Chris Larson
On Thu, Jun 6, 2013 at 9:08 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Thursday 06 June 2013 12:11:04 Otavio Salvador wrote: I got a build failure in my auto builder; it has a very lean system install and it spot something it is new for me. It seems the kernel now depends

Re: [OE-core] [PATCH 0/5] Add 'tcp-wrappers' PACKAGECONFIG

2013-05-31 Thread Chris Larson
On Fri, May 31, 2013 at 2:26 AM, Burton, Ross ross.bur...@intel.com wrote: On 31 May 2013 03:26, Christopher Larson kerg...@gmail.com wrote: This makes rpcbind, quota, systemd, portmap, and nfs-utils obey the same tcp wrappers PACKAGECONFIG which xinetd obeys. If many packages have the

Re: [OE-core] [PATCH 3/3] utils: add trim_version() function

2013-05-23 Thread Chris Larson
On Thu, May 23, 2013 at 11:45 AM, Ross Burton ross.bur...@intel.com wrote: +def trim_version(version, num_parts=2): + +Return just the first num_parts of version, split by periods. For +example, trim_version(1.2.3, 2) will return 1.2. + +if type(version) is not str: +

Re: [OE-core] [oe] [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-core] [PATCH 1/2] classes/image: show an error on invalid IMAGE_FEATURES

2013-05-09 Thread Chris Larson
On Thu, May 9, 2013 at 9:24 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: If the user specifies an invalid feature in IMAGE_FEATURES, show an error during parsing. Valid IMAGE_FEATURES are drawn from PACKAGE_GROUP_ definitions, COMPLEMENTARY_GLOBS and a new 'validitems' varflag on

Re: [OE-core] [PATCH 1/1] bbclass: bb.fatal() clean up

2013-05-08 Thread Chris Larson
On Wed, May 8, 2013 at 7:14 PM, Robert Yang liezhi.y...@windriver.comwrote: On 05/08/2013 08:03 PM, Mike Looijmans wrote: On 05/08/2013 11:06 AM, Robert Yang wrote: The bb.fatal() is defined as: def fatal(*args): logger.critical(''.join(args)) sys.exit(1) So anything after

Re: [OE-core] [PATCH] rootfs_ipk, image: Add debug capture support

2013-04-27 Thread Chris Larson
On Thu, Apr 25, 2013 at 7:12 AM, Phil Blundell p...@pbcl.net wrote: Something like IMAGE_FEATURES += dbg-pkgs should trigger the addition of dbg packages. I've somewhat belatedly gotten around to using this and encountered a couple of issuettes: 1. There was a spurious-looking

Re: [OE-core] [PATCH 2/3] oe-buildenv-internal: Only add to $PATH if needed

2013-04-09 Thread Chris Larson
On Tue, Apr 9, 2013 at 3:01 AM, Peter Kjellerstedt peter.kjellerst...@axis.com wrote: The colon separator is included at the end of $NEWPATHS so it should not be possible for any false positives. Ah, right, thanks for the clarification :) -- Christopher Larson

Re: [OE-core] [PATCH 2/3] oe-buildenv-internal: Only add to $PATH if needed

2013-04-08 Thread Chris Larson
On Mon, Apr 8, 2013 at 10:48 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Monday 08 April 2013 13:31:50 Trevor Woerner wrote: On Fri, Apr 5, 2013 at 12:59 PM, Peter Kjellerstedt peter.kjellerst...@axis.com wrote: +[ ${PATH#$NEWPATHS} != $PATH ] || PATH=$NEWPATHS$PATH

Re: [OE-core] Incorrect FILESPATH usages

2013-04-06 Thread Chris Larson
On Sat, Apr 6, 2013 at 5:17 AM, Gary Thomas g...@mlbassoc.com wrote: I have run across a problem where a main recipe is written in such a way that makes using .bbappend impossible. This happens if the main recipe has an explicit assignment for FILESPATH. In this case, the .bbappend is unable

Re: [OE-core] [PATCHv3] oe.terminal: add tmux classes

2013-04-05 Thread Chris Larson
On Fri, Apr 5, 2013 at 6:55 AM, Jason Wessel jason.wes...@windriver.comwrote: On 04/04/2013 07:44 PM, Christopher Larson wrote: From: Christopher Larson chris_lar...@mentor.com This adds two new Terminal classes. It's separated into two, so that opening a split inside a tmux window is

Re: [OE-core] Does support for external toolchains working in current OE?

2013-04-05 Thread Chris Larson
On Fri, Apr 5, 2013 at 2:20 PM, Martin Jansa martin.ja...@gmail.com wrote: On Fri, Apr 05, 2013 at 11:20:44AM +0200, Marcin Juszkiewicz wrote: For last few months I am working on fixing Linaro binary cross toolchains and their support in OpenEmbedded. Got to point when they work (both

Re: [OE-core] package.bbclass: Handle subprocess errors correctly

2013-03-25 Thread Chris Larson
On Mon, Mar 25, 2013 at 9:54 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: If an error occurs in subprocess.call() we currently don't catch it. In particular we have issues where debugedit is segfaulting unnoticed. This fixes up various code paths to catch the errors. Well

Re: [OE-core] [PATCH 1/1] dosfstools: really compile supporting large files [ Fix: 409915 ]

2013-03-25 Thread Chris Larson
On Mon, Mar 25, 2013 at 1:49 PM, Joe Slater jsla...@windriver.com wrote: CQID: 409915 Makefile in the package tries to set _FILE_OFFSET_BITS=64, but we clobber that with our CFLAGS, so we add it in the recipe. Signed-off-by: Joe Slater jsla...@windriver.com Afaik there is a largefile

Re: [OE-core] [PATCH 15/16] distro: Add separatebuilddir.inc

2013-03-21 Thread Chris Larson
Out of curiosity, what's with the pn-pn- overrides? -- Christopher Larson ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Re: [OE-core] [PATCH v2] package: Add cachedpath optimisation

2013-03-18 Thread Chris Larson
On Mon, Mar 18, 2013 at 9:47 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: Currently, various standard library operations like os.walk(), os.path.isdir() and os.path.islink() each call stat or lstat which involves a syscall into the kernel. There is no caching since they could

Re: [OE-core] [PATCH] nss-myhostname: add 0.3 version

2013-03-14 Thread Chris Larson
On Thu, Mar 14, 2013 at 2:16 PM, Marcin Juszkiewicz marcin.juszkiew...@linaro.org wrote: Meta-linaro layer had own netbase.bbappend which took care of adding MACHINE name to /etc/hosts to get it resolvable. Koen Kooi pointed to nss-myhostname as better solution. Tested, works fine so I add

Re: [OE-core] package: Add cachedpath optimisation

2013-03-14 Thread Chris Larson
On Thu, Mar 14, 2013 at 6:57 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: Currently, various standard library operations like os.walk(), os.path.isdir() and os.path.islink() each call stat or lstat which involves a syscall into the kernel. There is no caching since they could

  1   2   3   4   >