Re: [yocto] Autotools CFLAGS & LDFLAGS

2012-09-19 Thread Tarek El-Sherbiny
CFLAGS_append and LDLAGS_append worked for me Thanks On Wed, Sep 19, 2012 at 6:30 AM, Khem Raj wrote: > On Mon, Sep 17, 2012 at 6:55 AM, Tarek El-Sherbiny > wrote: > > Hi All, > > > > What is the easiest way to add nonstandard directory paths for libraries > and > > header files in a recipe t

[yocto] Lighttpd recipe is falling ERROR: Error executing a python function

2012-09-19 Thread Tarek El-Sherbiny
I would like to build lighttpd for my imx6 project. Her is the error I'm getting after I type bitbake lighttpd NOTE: Resolving any missing task queue dependencies NOTE: Preparing runqueue NOTE: Executing SetScene Tasks NOTE: Executing RunQueue Tasks NOTE: Running task 644 of 885 (ID: 9, /home/tel

Re: [yocto] Lighttpd recipe is falling ERROR: Error executing a python function

2012-09-19 Thread Gary Thomas
On 2012-09-19 06:08, Tarek El-Sherbiny wrote: I would like to build lighttpd for my imx6 project. Her is the error I'm getting after I type bitbake lighttpd NOTE: Resolving any missing task queue dependencies NOTE: Preparing runqueue NOTE: Executing SetScene Tasks NOTE: Executing RunQueue Tasks

Re: [yocto] Lighttpd recipe is falling ERROR: Error executing a python function

2012-09-19 Thread Tarek El-Sherbiny
I have attached the bb and bbappend files. Thanks On Wed, Sep 19, 2012 at 1:14 PM, Gary Thomas wrote: > On 2012-09-19 06:08, Tarek El-Sherbiny wrote: > >> I would like to build lighttpd for my imx6 project. >> >> Her is the error I'm getting after I type bitbake lighttpd >> >> NOTE: Resolving a

Re: [yocto] All incompassing documentation

2012-09-19 Thread Trevor Woerner
On Wed, Sep 19, 2012 at 12:02 AM, Jeff Osier-Mixon wrote: > Anyone have a good term for "source packages"? Source tarball? ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [PATCH 0/1] [linux-yocto-3.0] boot-live.cfg: enable BLK_DEV_INITRD in kernel

2012-09-19 Thread Bruce Ashfield
On 12-09-18 10:46 AM, Mihai Lindner wrote: On 2012-09-18 17:23, Tom Zanussi wrote: On Tue, 2012-09-18 at 16:58 +0300, Mihai Lindner wrote: On 2012-09-18 16:49, Tom Zanussi wrote: On Tue, 2012-09-18 at 08:21 -0400, Bruce Ashfield wrote: On 12-09-18 01:59 AM, Mihai Lindner wrote: Please pull i

Re: [yocto] All incompassing documentation

2012-09-19 Thread Brian Lloyd
I would like to point out Yocto's own documentation uses it for two separate items, which is the point I was making. Neither of which are source tarballs It is a product produced by Yocto. It is the items to be installed from the host system. That may be right, but if so, we can't say that

Re: [yocto] [PATCH 0/1] [linux-yocto-3.0] boot-live.cfg: enable BLK_DEV_INITRD in kernel

2012-09-19 Thread Mihai Lindner
On 2012-09-19 18:43, Bruce Ashfield wrote: > On 12-09-18 10:46 AM, Mihai Lindner wrote: >> On 2012-09-18 17:23, Tom Zanussi wrote: >>> On Tue, 2012-09-18 at 16:58 +0300, Mihai Lindner wrote: On 2012-09-18 16:49, Tom Zanussi wrote: > On Tue, 2012-09-18 at 08:21 -0400, Bruce Ashfield wrote:

Re: [yocto] All incompassing documentation

2012-09-19 Thread Rifenbark, Scott M
These are all great points and we can adjust the manual set to use proper forms of the term. We do have a "Terms" section and can add a clear definition of the term there. Then, throughout the docs as the term is used it can be linked back to the definition. Once we settle on the primary use

[yocto] BB_NO_NETWORK and own-mirrors not working with meta-systemd

2012-09-19 Thread Evade Flow
Trying to build the meta-ivi discovery-image behind a firewall is proving to be quite a challenge. I tried modifying my conf/local.conf file as follows: CONNECTIVITY_CHECK_URIS="" BB_GENERATE_MIRROR_TARBALLS = "1" SOURCE_MIRROR_URL ?= "file:///home/evadeflow/projects/poky-mirror/" INHERIT += "own-

Re: [yocto] BB_NO_NETWORK and own-mirrors not working with meta-systemd

2012-09-19 Thread Gary Thomas
On 2012-09-19 10:34, Evade Flow wrote: Trying to build the meta-ivi discovery-image behind a firewall is proving to be quite a challenge. I tried modifying my conf/local.conf file as follows: CONNECTIVITY_CHECK_URIS="" BB_GENERATE_MIRROR_TARBALLS = "1" SOURCE_MIRROR_URL ?= "file:///home/evadeflo

[yocto] maximum recursion depth exceeded errors with gnutls_2.12.17.bb

2012-09-19 Thread Saxena, Rahul
Hi, I have suddenly started getting maximum recursion depth exceeded python errors with gnutls_2.12.17.bb recipe on Denzil branch. I am copying snippets of the message log below (some of the stuff that repeats has been removed) Any suggestions as what could be the problem ? Thanks

Re: [yocto] BB_NO_NETWORK and own-mirrors not working with meta-systemd

2012-09-19 Thread Evade Flow
> Where did you get that meta-systemd layer? >From here: - http://git.yoctoproject.org/cgit/cgit.cgi/meta-systemd/ On Wed, Sep 19, 2012 at 12:50 PM, Gary Thomas wrote: > On 2012-09-19 10:34, Evade Flow wrote: >> >> Trying to build the meta-ivi discovery-image behind a firewall is >> proving

Re: [yocto] BB_NO_NETWORK and own-mirrors not working with meta-systemd

2012-09-19 Thread Gary Thomas
On 2012-09-19 11:15, Evade Flow wrote: Where did you get that meta-systemd layer? From here: - http://git.yoctoproject.org/cgit/cgit.cgi/meta-systemd/ Why are there conflicting meta-systemd layers (and pointers thereto)?? This layer in git.yoctoproject.org doesn't seem even "legal" - wh

Re: [yocto] BB_NO_NETWORK and own-mirrors not working with meta-systemd

2012-09-19 Thread Evade Flow
I'm not sure how to answer your questions, unfortunately, this is all quite new to me. I'm not the maintainer of said layer, and don't know anything at all yet about 'layer etiquette'. There does seem to be a README.md file in meta-systemd, though: - http://git.yoctoproject.org/cgit/cgit.cgi/met

Re: [yocto] maximum recursion depth exceeded errors with gnutls_2.12.17.bb

2012-09-19 Thread Paul Eggleton
On Wednesday 19 September 2012 17:00:20 Saxena, Rahul wrote: > I have suddenly started getting maximum recursion depth exceeded python > errors with gnutls_2.12.17.bb > > recipe on Denzil branch. > > I am copying snippets of the message log below (some of the stuff that > repeats has been remove

Re: [yocto] [PATCH 0/1] [linux-yocto-3.0] boot-live.cfg: enable BLK_DEV_INITRD in kernel

2012-09-19 Thread Bruce Ashfield
On 12-09-19 11:56 AM, Mihai Lindner wrote: On 2012-09-19 18:43, Bruce Ashfield wrote: On 12-09-18 10:46 AM, Mihai Lindner wrote: On 2012-09-18 17:23, Tom Zanussi wrote: On Tue, 2012-09-18 at 16:58 +0300, Mihai Lindner wrote: On 2012-09-18 16:49, Tom Zanussi wrote: On Tue, 2012-09-18 at 08:21

Re: [yocto] [PATCH 0/1] [linux-yocto-3.0] boot-live.cfg: enable BLK_DEV_INITRD in kernel

2012-09-19 Thread Mihai Lindner
On 2012-09-19 22:01, Bruce Ashfield wrote: > On 12-09-19 11:56 AM, Mihai Lindner wrote: >> On 2012-09-19 18:43, Bruce Ashfield wrote: >>> On 12-09-18 10:46 AM, Mihai Lindner wrote: On 2012-09-18 17:23, Tom Zanussi wrote: > On Tue, 2012-09-18 at 16:58 +0300, Mihai Lindner wrote: >> On 2

Re: [yocto] [PATCH 0/1] [linux-yocto-3.0] boot-live.cfg: enable BLK_DEV_INITRD in kernel

2012-09-19 Thread Bruce Ashfield
On 12-09-19 03:39 PM, Mihai Lindner wrote: On 2012-09-19 22:01, Bruce Ashfield wrote: On 12-09-19 11:56 AM, Mihai Lindner wrote: On 2012-09-19 18:43, Bruce Ashfield wrote: On 12-09-18 10:46 AM, Mihai Lindner wrote: On 2012-09-18 17:23, Tom Zanussi wrote: On Tue, 2012-09-18 at 16:58 +0300, Mi

Re: [yocto] [linux-yocto] [PATCH 0/1] [linux-yocto-3.0] boot-live.cfg: enable BLK_DEV_INITRD in kernel

2012-09-19 Thread Bruce Ashfield
On 12-09-19 04:22 PM, Bruce Ashfield wrote: On 12-09-19 03:39 PM, Mihai Lindner wrote: On 2012-09-19 22:01, Bruce Ashfield wrote: On 12-09-19 11:56 AM, Mihai Lindner wrote: On 2012-09-19 18:43, Bruce Ashfield wrote: On 12-09-18 10:46 AM, Mihai Lindner wrote: On 2012-09-18 17:23, Tom Zanussi

[yocto] About bug 2331

2012-09-19 Thread Marc Ferland
Hi, I'm currently trying to create a "live" system with squashfs+unionfs and I stumbled on the same bug described here: https://bugzilla.yoctoproject.org/show_bug.cgi?id=2331 I was wondering if there was a plan to resolve this issue for 1.3? Regards, Marc __

Re: [yocto] All incompassing documentation

2012-09-19 Thread Jeff Osier-Mixon
I'm afraid "source tarball" doesn't quite work, as not all are required to be tarballs, e.g. if something is in a git repo or in a local CVS repo. Can it be true that there is no single term that refers to the collection of pieces that, when built, create a discrete package? On Wed, Sep 19, 2012

Re: [yocto] About bug 2331

2012-09-19 Thread Saul Wold
On 09/19/2012 01:41 PM, Marc Ferland wrote: Hi, I'm currently trying to create a "live" system with squashfs+unionfs and I stumbled on the same bug described here: https://bugzilla.yoctoproject.org/show_bug.cgi?id=2331 I was wondering if there was a plan to resolve this issue for 1.3? Marc,

Re: [yocto] About bug 2331

2012-09-19 Thread Marc Ferland
Saul Wold writes: > On 09/19/2012 01:41 PM, Marc Ferland wrote: >> Hi, >> >> I'm currently trying to create a "live" system with squashfs+unionfs and >> I stumbled on the same bug described here: >> >> https://bugzilla.yoctoproject.org/show_bug.cgi?id=2331 >> >> I was wondering if there was a pla

Re: [yocto] [linux-yocto] [PATCH 0/1] [linux-yocto-3.0] boot-live.cfg: enable BLK_DEV_INITRD in kernel

2012-09-19 Thread Mihai Lindner
On 2012-09-19 23:32, Bruce Ashfield wrote: > On 12-09-19 04:22 PM, Bruce Ashfield wrote: >> On 12-09-19 03:39 PM, Mihai Lindner wrote: >>> On 2012-09-19 22:01, Bruce Ashfield wrote: On 12-09-19 11:56 AM, Mihai Lindner wrote: > On 2012-09-19 18:43, Bruce Ashfield wrote: >> On 12-09-18 1

Re: [yocto] All incompassing documentation

2012-09-19 Thread Jeff Osier-Mixon
It also occurs to me that a source for the confusion might be that there is more than one build process going on with BitBake. It is used both to create packages and to install them into a rootfs in order to create an image. Thus, the workflow looks something like this, starting from the point of d

Re: [yocto] About bug 2331

2012-09-19 Thread Saul Wold
On 09/19/2012 01:53 PM, Marc Ferland wrote: Saul Wold writes: On 09/19/2012 01:41 PM, Marc Ferland wrote: Hi, I'm currently trying to create a "live" system with squashfs+unionfs and I stumbled on the same bug described here: https://bugzilla.yoctoproject.org/show_bug.cgi?id=2331 I was won

Re: [yocto] About bug 2331

2012-09-19 Thread Marc Ferland
Saul Wold writes: > On 09/19/2012 01:53 PM, Marc Ferland wrote: >> Saul Wold writes: >> >>> On 09/19/2012 01:41 PM, Marc Ferland wrote: Hi, I'm currently trying to create a "live" system with squashfs+unionfs and I stumbled on the same bug described here: https://bu

Re: [yocto] [linux-yocto] [PATCH 0/1] [linux-yocto-3.0] boot-live.cfg: enable BLK_DEV_INITRD in kernel

2012-09-19 Thread Brian Lloyd
FYI: I've been using linux-yocto 3.2. After doing a git pull recently, I found both my own BSP and crownbay-noemgd to be miss configured, both for linux-yocto and for xorg.conf, like it couldn't find the configuration files. I think the root problem with files not being found may be a little larg

[yocto] [meta-ivi][PATCH 3/3] layer-management: fix machine search string for imx6 targets

2012-09-19 Thread Adrian Alonso
* Fix machine search string for imx6 targets Likely all imx6 target boards will be prefixed with "imx6", this change allows to append -DLINUX flag. Signed-off-by: Adrian Alonso --- recipes-graphics/layer-management/layer-management_0.9.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(

[yocto] imx6 meta-ivi support

2012-09-19 Thread Adrian Alonso
This patch series enables imx6 target support for meta-ivi based on denzil branch. [meta-ivi][PATCH 1/3] pormap: append portmap.service [meta-ivi][PATCH 2/3] wpa-supplicant: append wpa-supplicant.service [meta-ivi][PATCH 3/3] layer-management: fix machine search string ___

[yocto] [meta-ivi][PATCH 2/3] wpa-supplicant: append wpa-supplicant.service

2012-09-19 Thread Adrian Alonso
* Remove append conditional for vexpressa9 target * Allow different targets to append this service Signed-off-by: Adrian Alonso --- recipes-connectivity/wpa-supplicant/wpa-supplicant_0.7.3.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-connectivity/wpa-suppl

[yocto] [meta-ivi][PATCH 1/3] pormap: append portmap.service

2012-09-19 Thread Adrian Alonso
* Remove append conditional for vexpressa9 target * Allow different targets to append this service Signed-off-by: Adrian Alonso --- recipes-connectivity/portmap/portmap_6.0.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-connectivity/portmap/portmap_6.0.bbapp

Re: [yocto] imx6 meta-ivi support

2012-09-19 Thread Andrei Gherzan
Ack. On Sep 20, 2012 12:56 AM, "Adrian Alonso" wrote: > This patch series enables imx6 target support for meta-ivi based > on denzil branch. > > [meta-ivi][PATCH 1/3] pormap: append portmap.service > [meta-ivi][PATCH 2/3] wpa-supplicant: append wpa-supplicant.service > [meta-ivi][PATCH 3/3] layer

Re: [yocto] BB_NO_NETWORK and own-mirrors not working with meta-systemd

2012-09-19 Thread Evade Flow
> I'm just trying to build the thing. :-) I'll try converting the tag > name into a commit hash and see if that helps, thanks a lot... ::SIGH:: I changed the SRC_URI var in kmod.inc from this: SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git;protocol=git;tag=v${PV}" to thi

[yocto] [PATCH 0/3][meta-intel] Add new Corpus recipes to Crystal Forest BSP.

2012-09-19 Thread kishore . k . bodke
From: Kishore Bodke Hi, This patch set adds three different types of Corpus files to Crystal Forest BSP, which are basically used to test the Lossless Compression algorithms. 1. calgary-corpus 2. canterbury-corpus 3. silesia-corpus These have been tested on both Crystal Forest Platforms. Plea

[yocto] [PATCH 1/3] [meta-intel] meta-crystalforest: Add Calgary Corpus recipe.

2012-09-19 Thread kishore . k . bodke
From: Kishore Bodke Add a new recipe Calgary Corpus for Crystal Forest BSP for testing the lossless compression algorithms. Signed-off-by: Kishore Bodke --- .../calgary-corpus/calgary-corpus.bb | 27 1 file changed, 27 insertions(+) create mode 100644 met

[yocto] [PATCH 2/3] [meta-intel] meta-crystalforest: Add Canterbury Cropus recipe.

2012-09-19 Thread kishore . k . bodke
From: Kishore Bodke Add a new recipe for Crystal Forest BSP for testing the lossless compresstion algorithms with Canterbury Corpus. Signed-off-by: Kishore Bodke --- .../canterbury-corpus/canterbury-corpus.bb | 40 1 file changed, 40 insertions(+) create mode 10

[yocto] [PATCH 3/3] [meta-intel] meta-crystalforest: Add Silesia Corpus recipe.

2012-09-19 Thread kishore . k . bodke
From: Kishore Bodke Add a new recipe Silesia Corpus for testing with another Data Compression algorithm for Crystal Forest BSP. Signed-off-by: Kishore Bodke --- .../silesia-corpus/silesia-corpus.bb | 32 1 file changed, 32 insertions(+) create mode 100644

Re: [yocto] About bug 2331

2012-09-19 Thread Bruce Ashfield
On Wed, Sep 19, 2012 at 5:13 PM, Marc Ferland wrote: > Saul Wold writes: > >> On 09/19/2012 01:53 PM, Marc Ferland wrote: >>> Saul Wold writes: >>> On 09/19/2012 01:41 PM, Marc Ferland wrote: > Hi, > > I'm currently trying to create a "live" system with squashfs+unionfs and

Re: [yocto] [linux-yocto] [PATCH 0/1] [linux-yocto-3.0] boot-live.cfg: enable BLK_DEV_INITRD in kernel

2012-09-19 Thread Bruce Ashfield
On 12-09-19 04:54 PM, Mihai Lindner wrote: On 2012-09-19 23:32, Bruce Ashfield wrote: On 12-09-19 04:22 PM, Bruce Ashfield wrote: On 12-09-19 03:39 PM, Mihai Lindner wrote: On 2012-09-19 22:01, Bruce Ashfield wrote: On 12-09-19 11:56 AM, Mihai Lindner wrote: On 2012-09-19 18:43, Bruce Ashfie

Re: [yocto] BB_NO_NETWORK and own-mirrors not working with meta-systemd

2012-09-19 Thread Gary Thomas
On 2012-09-19 16:30, Evade Flow wrote: I'm just trying to build the thing. :-) I'll try converting the tag name into a commit hash and see if that helps, thanks a lot... ::SIGH:: I changed the SRC_URI var in kmod.inc from this: SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/km

[yocto] 1.3_M5.rc1 branched

2012-09-19 Thread Flanagan, Elizabeth
directory when they are complete (a few hours from now.). I will send out a note when they are finished but if people wish to begin testing as soon as they are done, I've included the links to where they're being built out to: Download: autobuilder.yoctoproject.org/pub/nightly/20120

Re: [yocto] BB_NO_NETWORK and own-mirrors not working with meta-systemd

2012-09-19 Thread Khem Raj
On Wednesday, September 19, 2012, Gary Thomas wrote: > On 2012-09-19 16:30, Evade Flow wrote: >>> >>> I'm just trying to build the thing. :-) I'll try converting the tag >>> name into a commit hash and see if that helps, thanks a lot... >> >> ::SIGH:: I changed the SRC_URI var in kmod.inc from t

Re: [yocto] 1.3_M5.rc1 branched

2012-09-19 Thread Saul Wold
Download: autobuilder.yoctoproject.org/pub/nightly/20120919-2 poky: 52850f0fc6f801298413ee779834b346ef7f48d6 meta-qt3: 8730326c902e6fb256b5dea77a6dde28d813c424 eclipse-poky: 7b86e48a504f79871cdfdabd4995aa64352fdeed Rebuilds: Build-appliance: http://autobuilder.yoctoproject.org/pub/build-appliance/20120919-1 Ec

Re: [yocto] [linux-yocto] [PATCH 0/1] [linux-yocto-3.0] boot-live.cfg: enable BLK_DEV_INITRD in kernel

2012-09-19 Thread Tom Zanussi
On Wed, 2012-09-19 at 19:56 -0400, Bruce Ashfield wrote: > On 12-09-19 04:54 PM, Mihai Lindner wrote: > > On 2012-09-19 23:32, Bruce Ashfield wrote: > >> On 12-09-19 04:22 PM, Bruce Ashfield wrote: > >>> On 12-09-19 03:39 PM, Mihai Lindner wrote: > On 2012-09-19 22:01, Bruce Ashfield wrote: >