Re: [oe] oe-made-easy and Getting Started

2012-05-09 Thread Khem Raj
On Wed, May 9, 2012 at 2:02 PM, Lloyd Chang wrote: > Hello fellow openembedded-devel members! > > > I'm sharing because you may find this useful -- especially newcomers > to our OE-Core.  In my personal efforts in condensing our Getting > Started documentation succinctly, I codified it into one li

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 wrote: > On Wed, May 9, 2012 at 1:13 PM, Radoslav Kolev 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 there was one 'best' option f

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

2012-05-09 Thread Khem Raj
On Wed, May 9, 2012 at 1:13 PM, Radoslav Kolev 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? all of them have + and - points give or take. So choose your battles is I can tell. com

Re: [oe] [PATCH] opkg-utils: Update SRC_URI to git.yoctoproject.org

2012-05-09 Thread Apelete Seketeli
Le 09-May-12, Martin Jansa a écrit: > On Wed, May 09, 2012 at 09:16:56PM +0200, Apelete Seketeli wrote: > > Hi, > > > > Le 02-May-12, Apelete Seketeli a écrit: > > > > > > Okay, I finally got some time to works on this. > > > I asked on the yocto ML to get the original patches applied, and they >

[oe] oe-made-easy and Getting Started

2012-05-09 Thread Lloyd Chang
Hello fellow openembedded-devel members! I'm sharing because you may find this useful -- especially newcomers to our OE-Core. In my personal efforts in condensing our Getting Started documentation succinctly, I codified it into one line: git clone git://github.com/lloydchang/oe-made-easy.g

Re: [oe] [PATCH] opkg-utils: Update SRC_URI to git.yoctoproject.org

2012-05-09 Thread Martin Jansa
On Wed, May 09, 2012 at 09:16:56PM +0200, Apelete Seketeli wrote: > Hi, > > Le 02-May-12, Apelete Seketeli a écrit: > > > > Okay, I finally got some time to works on this. > > I asked on the yocto ML to get the original patches applied, and they > > actually got applied (thanks to Richard Purdie)

Re: [oe] [meta-oe][PATCH 2/2] ttf-fonts: call update-fonts only on target, not during do_rootfs

2012-05-09 Thread Martin Jansa
On Wed, May 09, 2012 at 10:09:10PM +0200, Martin Jansa wrote: > On Wed, May 09, 2012 at 10:06:53PM +0200, Martin Jansa wrote: > > Signed-off-by: Martin Jansa > > --- > > ignore this one.. only on ML I've noticed that > pkg_postrm_append() { > should be even improved to > pkg_postrm_${PN}_append()

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

2012-05-09 Thread Radoslav Kolev
Hi, I've been working on making a BSP layer for the new imx233-Olinuxino board based on oe-core and meta-fsl-arm. Now I want to provide an easy, one/two step process for people to get started. 1. Clone a git repo containing config files and pointers to all the needed layers. 2. Press a big red bu

[oe] [meta-oe][PATCHv2 2/2] ttf-fonts: call update-fonts only on target, not during do_rootfs

2012-05-09 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../ttf-fonts/ttf-arphic-uming_20080216.bb |2 +- .../recipes-graphics/ttf-fonts/ttf-dejavu_2.23.bb |2 +- .../recipes-graphics/ttf-fonts/ttf-droid_git.bb|1 + .../recipes-graphics/ttf-fonts/ttf-gentium_1.02.bb |2 +- .../ttf-fonts/ttf-

Re: [oe] [meta-oe][PATCH 2/2] ttf-fonts: call update-fonts only on target, not during do_rootfs

2012-05-09 Thread Martin Jansa
On Wed, May 09, 2012 at 10:06:53PM +0200, Martin Jansa wrote: > Signed-off-by: Martin Jansa > --- ignore this one.. only on ML I've noticed that pkg_postrm_append() { should be even improved to pkg_postrm_${PN}_append() { Cheers, > .../ttf-fonts/ttf-arphic-uming_20080216.bb |2 +-

[oe] MINUTES: OE TSC 24-April 2012

2012-05-09 Thread Jeff Osier-Mixon
OpenEmbedded Technical Steering Committee 24 April 2012 Attending: Richard Purdie (RP) Paul Eggleton (bluelightning) Mark Hatle (fray) Tom Rini (Tartarus) Apologies: Khem (khem) Minutes: Jefro (Jefro) Agenda & Summary 1. pick a chair RP

[oe] [meta-oe][PATCH 2/2] ttf-fonts: call update-fonts only on target, not during do_rootfs

2012-05-09 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../ttf-fonts/ttf-arphic-uming_20080216.bb |2 +- .../recipes-graphics/ttf-fonts/ttf-dejavu_2.23.bb |2 +- .../recipes-graphics/ttf-fonts/ttf-droid_git.bb|1 + .../recipes-graphics/ttf-fonts/ttf-gentium_1.02.bb |2 +- .../ttf-fonts/ttf-

[oe] [meta-oe][PATCH 1/2] kmod: drop from meta-oe

2012-05-09 Thread Martin Jansa
* it was added to oe-core Signed-off-by: Martin Jansa --- ...-man-page-generation-because-we-don-t-hav.patch | 26 meta-oe/recipes-kernel/kmod/kmod_git.bb| 24 -- 2 files changed, 0 insertions(+), 50 deletions(-) delete mode 100644 meta-oe/r

[oe] MINUTES - OE TSC 8 May 2012

2012-05-09 Thread Jeff Osier-Mixon
OpenEmbedded Technical Steering Committee 8 May 2012 Attending:  Richard Purdie (RP)  Paul Eggleton (bluelightning)  Mark Hatle (fray)  Koen Kooi (koen) Apologies:  Khem (khem) Minutes: Jefro (Jefro) Agenda & Summary 1. pick a chair fray 2. lin

Re: [oe] [PATCH] opkg-utils: Update SRC_URI to git.yoctoproject.org

2012-05-09 Thread Apelete Seketeli
Hi, Le 02-May-12, Apelete Seketeli a écrit: > > Okay, I finally got some time to works on this. > I asked on the yocto ML to get the original patches applied, and they > actually got applied (thanks to Richard Purdie). > > Please find attached the patch to get the changes into oe-classic. I > do

Re: [oe] [oe-core] How to produce toolchain sdk

2012-05-09 Thread Giuseppe Condorelli
Hi Eric, All thanks for your reply. you can try : > bitbake meta-toolchain > or for qt embedded : > bitbake meta-toolchain-qte > > Indeed I already tested meta-toolchain and got NoProvider: meta-toolchain the same for meta-toolchain-qte. I tried to create adhoc recipe for my toolchain following

Re: [oe] Disable GNU Hash check ?

2012-05-09 Thread Ulf Samuelsson
BTW, the rest of the packages compile w/o this problem, so it shoul be related to first building the kernel modules. Best Regards Ulf Samuelsson u...@emagii.com +46 (722) 427 437 9 maj 2012 kl. 02:46 skrev Khem Raj : > On Tue, May 8, 2012 at 2:08 PM, Ulf Samuelsson > wrote: >> >> I'd rather

Re: [oe] Disable GNU Hash check ?

2012-05-09 Thread Ulf Samuelsson
Still using OE 2011.03 for this Would like to migrate this to OE-core, but it is not my call.. . Best Regards Ulf Samuelsson u...@emagii.com +46 (722) 427 437 9 maj 2012 kl. 02:46 skrev Khem Raj : > On Tue, May 8, 2012 at 2:08 PM, Ulf Samuelsson > wrote: >> >> I'd rather fix the root cause

Re: [oe] Simultaneous build of two intree packages

2012-05-09 Thread Radek Dostal
> Fixing the packages, is probably the way to go. > You could also create pseudo package "D" which is available in several > versions. > > Package D-1.0c:      Package D is depending on nothing > Package D-1.0bc:    Package D is depending on B > > Package C is always dependent on Package D and A. >