Re: [oe] package VDR for OE

2009-12-13 Thread Paul Menzel
Am Samstag, den 12.12.2009, 18:33 +0100 schrieb Henning Heinold: > On Sat, Dec 12, 2009 at 12:48:40PM +0100, Paul Menzel wrote: > > I am trying to write a recipe for The Video Disc Recorder (VDR) [1] and > > get it into OE. > > > > Unfortunately I have never done this and I also do not know much a

Re: [oe] package VDR for OE

2009-12-13 Thread Petr Štetiar
Paul Menzel [2009-12-13 14:46:20]: > Thank you! I tried this > > +-INCLUDES = -I/usr/include/freetype2 > ++INCLUDES = -I${STAGING_INCDIR}/freetype2 > > but the `${STAGING_INCDIR}` was not expanded. The result is the > following. > > INCLUDES = -I${STAGING_INCDIR}freetyp

[oe] pcre staging (was: Re: new staging breaks apache2)

2009-12-13 Thread Frans Meulenbroeks
Hi, I've dived into this problem. The root cause is that pcre-config is not staged properly for package pcre No idea why, maybe because it is part of the -dev package. I tried to dive into this and peeked at classes/autotools.bbclass but didn't manage to find the cause (or maybe I did, but in that

Re: [oe] Problem using "bitbake"

2009-12-13 Thread Przemyslaw Wesolek
saleh usman wrote: > Oh sorry,I've missed to set oe.Thanks a lot for guidance. > Now it is showing a different kind of error in terminal window as > below.Where to find these missing dependencies? > > [sa...@localhost build]$ bitbake helloworld-image > NOTE: Handling BitBake files: | (0001/0001) [

Re: [oe] package VDR for OE

2009-12-13 Thread Paul Menzel
Am Sonntag, den 13.12.2009, 15:18 +0100 schrieb Petr Štetiar: > Paul Menzel [2009-12-13 14:46:20]: […] > Maybe, it's because you don't have STAGING_INCDIR variable available in > do_compile() step. If I were you, I would grep for STAGING_INCDIR variable in > other recipes: grep -R STAGING_INCDIR

[oe] [PATCH 1/1] Typo. s/to used/to use/

2009-12-13 Thread Paul Menzel
Dear OE hackers, please see attachment. Thanks, Paul From 0ec40190907ad5e4d61a5ab5111e5354aab2f590 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Sun, 13 Dec 2009 16:47:05 +0100 Subject: [PATCH 1/1] Typo. s/to used/to use/ Signed-off-by: Paul Menzel --- docs/usermanual/chapters/recipes.

Re: [oe] package VDR for OE

2009-12-13 Thread Koen Kooi
On 13-12-09 14:46, Paul Menzel wrote: Am Samstag, den 12.12.2009, 18:33 +0100 schrieb Henning Heinold: On Sat, Dec 12, 2009 at 12:48:40PM +0100, Paul Menzel wrote: I am trying to write a recipe for The Video Disc Recorder (VDR) [1] and get it into OE. Unfortunately I have never done this and I

Re: [oe] multiple DISTRO's in tmp

2009-12-13 Thread Koen Kooi
On 12-12-09 23:35, Frans Meulenbroeks wrote: 2009/12/12 Koen Kooi: On 11-12-09 09:39, Frans Meulenbroeks wrote: I bumped upon the following issue. Normally I use angstrom as distro, but this time I needed a small image to be used in an initramfs. My initramfs built with angstrom is 80KiB an

Re: [oe] Problem using "bitbake"

2009-12-13 Thread saleh usman
If I'll use "stars" where to specify image for which bitbake will build. _ Windows Live: Make it easier for your friends to see what you’re up to on Facebook. http://www.microsoft.com/middle

Re: [oe] package VDR for OE

2009-12-13 Thread Paul Menzel
Am Sonntag, den 13.12.2009, 17:34 +0100 schrieb Koen Kooi: > On 13-12-09 14:46, Paul Menzel wrote: […] > > Thank you! I tried this > > > > +-INCLUDES = -I/usr/include/freetype2 > > ++INCLUDES = -I${STAGING_INCDIR}/freetype2 > > > > but the `${STAGING_INCDIR}` was not expanded. T

Re: [oe] Problem using "bitbake"

2009-12-13 Thread Przemyslaw Wesolek
saleh usman wrote: > If I'll use "stars" where to specify image for which bitbake will build. As usually, as the argument to bitbake command. The stars in BBFILES are replacement for path parts. Just use the correct prefix instead of "/stuff/openembedded/" and run 'bitbake helloworld-image'. Prz

Re: [oe] package VDR for OE

2009-12-13 Thread Petr Štetiar
Paul Menzel [2009-12-13 19:05:15]: > > AFAIK Makefiles don't use accolades but parens for variables. > > I see. But > > -INCLUDES = -I/usr/include/freetype2 > +INCLUDES = $(STAGING_INCDIR)/freetype2 > > did not help and resulted in. > > INCLUDES = $(STAGING_INCDIR)/fre

[oe] [ADMIN REQUEST] Could we get git.oe.org CNAME for cgit.oe.org?

2009-12-13 Thread Stefan Schmidt
Hello. Subject says it all. I don't have a strong opinion if cgit or gitweb is used, but I would found git.openembedded.org useful. This is so common in other projects that I normally type it and then wonder what I did wrong before remembering that it is cgit here. :) regards Stefan Schmidt ___

Re: [oe] [ADMIN REQUEST] Could we get git.oe.org CNAME for cgit.oe.org?

2009-12-13 Thread Denys Dmytriyenko
On Sun, Dec 13, 2009 at 07:45:05PM +0100, Stefan Schmidt wrote: > Hello. > > Subject says it all. I don't have a strong opinion if cgit or gitweb is used, > but I would found git.openembedded.org useful. > > This is so common in other projects that I normally type it and then wonder > what > I d

[oe] [PATCH] kernel.bbclass: deploy all kind of compressed initramfs cpio images.

2009-12-13 Thread Andrea Adami
Signed-off-by: Andrea Adami --- classes/kernel.bbclass |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/classes/kernel.bbclass b/classes/kernel.bbclass index edeaa66..a05a56e 100644 --- a/classes/kernel.bbclass +++ b/classes/kernel.bbclass @@ -201,8 +201,12 @@ kern

Re: [oe] [PATCH] linux_2.6.29.bb: update to kernel 2.6.29.6

2009-12-13 Thread Vitus Jensen
On Fri, 11 Dec 2009, Khem Raj wrote: On Thu, Dec 10, 2009 at 11:59 PM, Vitus Jensen wrote: Version 2.6.29 fails on arch powerpc because of a syntax error.  See http://lkml.indiana.edu/hypermail/linux/kernel/0906.1/00867.html ... Although your patch seems technically correct except missin