[oe] Regarding customized image with Qt embedded support.

2010-04-26 Thread Abhishek Sharma
Hello all, I am building an image for mini2440 which should support Qt embedded applications. I even made a test recipe of a simple Qt embedded app(namely "qtehelloworld") and then I wrote the image(namely qtehelloworld-image) as such: IMAGE_INSTALL = "qtehelloworld" IMAGE_BASENAME = "qtehellowor

[oe] Regarding customized image with Qt embedded support.

2010-04-26 Thread Abhishek Sharma
Hello all, I am building an image for mini2440 which should support Qt embedded applications. I even made a test recipe of a simple Qt embedded app(namely "qtehelloworld") and then I wrote the image(namely qtehelloworld-image) as such: IMAGE_INSTALL = "qtehelloworld" IMAGE_BASENAME = "qtehellowor

Re: [oe] Regarding customized image with Qt embedded support.

2010-04-26 Thread Abhishek Sharma
On Mon, Apr 26, 2010 at 1:05 PM, Abhishek Sharma wrote: > Hello all, > > I am building an image for mini2440 which should support Qt embedded > applications. I even made a test recipe of a simple Qt embedded app(namely > "qtehelloworld") and then I wrote the image(namely qtehelloworld-image) as >

Re: [oe] a38e7ff2810e55455c7ff7b01d4882344b420e18 breaks build and packaged-staging, among other things

2010-04-26 Thread Michael 'Mickey' Lauer
Am Montag, den 26.04.2010, 08:36 +0200 schrieb Koen Kooi: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 26-04-10 00:35, Michael 'Mickey' Lauer wrote: > > Am Sonntag, den 25.04.2010, 21:38 +0200 schrieb Koen Kooi: > >> bitbake something-depending-on-vala-stuf > >> > >> is now broken beca

Re: [oe] Regarding customized image with Qt embedded support.

2010-04-26 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 26-04-10 09:46, Abhishek Sharma wrote: > Hello all, > > I am building an image for mini2440 which should support Qt embedded > applications. I even made a test recipe of a simple Qt embedded app(namely > "qtehelloworld") and then I wrote the image(

Re: [oe] [Patch] locking in do_package_tar

2010-04-26 Thread Jens Erdmann
On 04/24/2010 06:56 PM, Denys Dmytriyenko wrote: On Fri, Apr 23, 2010 at 11:55:15AM -0400, Denys Dmytriyenko wrote: On Fri, Apr 23, 2010 at 12:04:44PM +0200, Jens Erdmann wrote: Hey folks, I would like to introduce locking in do_package_tar. I had a case here were do_package_tar and do_package

[oe] [PATCH] Add error handling to read_cache in stage-manager

2010-04-26 Thread Mickaël Chazaux
Sometimes stage-manager crashes with this message : Traceback (most recent call last): File "/home/mchazaux/projet/OE/openembedded/recipes/stage-manager/files/stage-manager", line 79, in cache = read_cache(options.cachefile) File "/home/mchazaux/projet/OE/openembedded/recipes/stage-manager/

Re: [oe] [PATCH] Add error handling to read_cache in stage-manager

2010-04-26 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Looks good to me, Acked-By: Koen Kooi On 26-04-10 11:33, Mickaël Chazaux wrote: > Sometimes stage-manager crashes with this message : > Traceback (most recent call last): > File > "/home/mchazaux/projet/OE/openembedded/recipes/stage-manager/files/

[oe] dm365 and OE

2010-04-26 Thread Raffaele Recalcati
I'm a little bit confused about the good direction for developing for dm365. Arago overlay seems nice, it works, but uses also arago-oe-dev, that is a git tree separated from OE (kept merged sometimes), and Code Sourcery toolchain. In OE instead I see many codecs inside recipes/ti directory, but I

Re: [oe] [PATCH v2] kernel.class : fix for recent kernel on x86

2010-04-26 Thread Roman I Khimov
В сообщении от Воскресенье 25 апреля 2010 23:20:14 автор Eric Benard написал: > - bitbake linux for a x86 machine fails with the following message : > cp: target `.../image/kernel//include/asm-x86/' is not a directory > > so create $kerneldir/include/asm-x86 before trying to copy something in > th

Re: [oe] dm365 and OE

2010-04-26 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 26-04-10 12:40, Raffaele Recalcati wrote: > I'm a little bit confused about the good direction for developing for dm365. > Arago overlay seems nice, it works, but uses also arago-oe-dev, that is a > git tree separated from OE (kept merged sometimes)

Re: [oe] [PATCH] Add error handling to read_cache in stage-manager

2010-04-26 Thread Chris Larson
On Mon, Apr 26, 2010 at 3:20 AM, Koen Kooi wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Looks good to me, > > Acked-By: Koen Kooi > > Same here. Acked-By: Chris Larson Might also be worth catching ValueError there, to be safe (int("foo") raises that :). -- Christopher Larson c

Re: [oe] The coreutils-native race...

2010-04-26 Thread Chris Larson
On Sun, Apr 25, 2010 at 11:30 PM, Koen Kooi wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 25-04-10 21:57, Tom Rini wrote: > > On Sun, 2010-04-25 at 21:28 +0200, Koen Kooi wrote: > >> -BEGIN PGP SIGNED MESSAGE- > >> Hash: SHA1 > >> > >> On 25-04-10 19:48, Tom Rini wrote: >

Re: [oe] [PATCH] Add error handling to read_cache in stage-manager

2010-04-26 Thread Mickael Chazaux
Hi, 2010/4/26 Chris Larson : > On Mon, Apr 26, 2010 at 3:20 AM, Koen Kooi wrote: > >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Looks good to me, >> >> Acked-By: Koen Kooi >> >> > Same here. > > Acked-By: Chris Larson > > Might also be worth catching ValueError there, to be safe (in

[oe] [PATCH] image.bbclass: create /etc/device_table from IMAGE_DEVICE_TABLES

2010-04-26 Thread Antonio Ospite
Right now when the 'devices' script from initscripts is called the layout specified in IMAGE_DEVICES_TABLES is lost. With this change the default behaviour when no IMAGE_DEVICE_TABLES is specified is to always use files/device_table-minimal.txt Signed-off-by: Antonio Ospite --- Hi Koen et al.,

[oe] Fix: stage hidden files as well

2010-04-26 Thread Mike Westerhof
The following patch is a proposed patch to fix the problem where hidden files are sometimes missed during staging. A specific example is that the symbolic link ".config" is not copied to the kernel staging area, which causes madwifi-ng to fail to build. diff --git a/classes/staging.bbclass b/clas

Re: [oe] [PATCH] image.bbclass: create /etc/device_table from IMAGE_DEVICE_TABLES

2010-04-26 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 26-04-10 17:36, Antonio Ospite wrote: > Right now when the 'devices' script from initscripts is called the > layout specified in IMAGE_DEVICES_TABLES is lost. > > With this change the default behaviour when no IMAGE_DEVICE_TABLES is > specified is

Re: [oe] dm365 and OE

2010-04-26 Thread Denys Dmytriyenko
On Mon, Apr 26, 2010 at 12:40:17PM +0200, Raffaele Recalcati wrote: > I'm a little bit confused about the good direction for developing for dm365. > Arago overlay seems nice, it works, but uses also arago-oe-dev, that is a arago-oe-dev is a snapshot of OE's org.openembedded.dev and updated quite

Re: [oe] [RFC][PATCH] meta-toolchain: use MULTIMACH_TARGET_SYS instead of TARGET_SYS

2010-04-26 Thread Denys Dmytriyenko
On Sat, Apr 24, 2010 at 11:51:09AM -0700, Tom Rini wrote: > On Sat, 2010-04-24 at 13:07 -0400, Denys Dmytriyenko wrote: > > On Fri, Apr 23, 2010 at 02:43:13PM -0700, Tom Rini wrote: > > > On Fri, 2010-04-23 at 16:54 -0400, Denys Dmytriyenko wrote: > > > > On Fri, Apr 23, 2010 at 10:29:54PM +0200, K

Re: [oe] Regarding customized image with Qt embedded support.

2010-04-26 Thread Abhishek Sharma
On Mon, Apr 26, 2010 at 1:55 PM, Koen Kooi wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 26-04-10 09:46, Abhishek Sharma wrote: > > Hello all, > > > > I am building an image for mini2440 which should support Qt embedded > > applications. I even made a test recipe of a simple Qt e

Re: [oe] Regarding customized image with Qt embedded support.

2010-04-26 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 26-04-10 20:41, Abhishek Sharma wrote: > Thanks for the previous response. I did as suggested, but now the image > built gives this sort of an error. > kernel panic - not syncing: No init found. Try passing init= option to > kernel > I don't have

[oe] [PATCH v2 3/3] topas910: linux_2.6.26 fix line break

2010-04-26 Thread Matthias Günther
--- recipes/linux/linux_2.6.26.bb |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/recipes/linux/linux_2.6.26.bb b/recipes/linux/linux_2.6.26.bb index 8eccea3..4c66c11 100644 --- a/recipes/linux/linux_2.6.26.bb +++ b/recipes/linux/linux_2.6.26.bb @@ -1,6 +1,6 @@ requi

[oe] [PATCH v2 2/3] topas910: Add u-boot support.

2010-04-26 Thread Matthias Günther
--- recipes/u-boot/u-boot-topas_git.bb | 23 +++ 1 files changed, 23 insertions(+), 0 deletions(-) create mode 100644 recipes/u-boot/u-boot-topas_git.bb diff --git a/recipes/u-boot/u-boot-topas_git.bb b/recipes/u-boot/u-boot-topas_git.bb new file mode 100644 index 000.

[oe] Writing UBL on blocks 2 - 5

2010-04-26 Thread John Tobias
Hi Guys, 1. The DVFlasher that I am using only works on the first UBL block. Is there other utility that I can use to program the blocks 2 - 5?. 2. In Linux userspace, what utility did you use to check the CRC validity of UBL data on blocks 1-5?. 3. Lastly, what utility did you use in linux user

Re: [oe] [arago-devel] dm365 and OE

2010-04-26 Thread Raffaele Recalcati
2010/4/26 Denys Dmytriyenko > On Mon, Apr 26, 2010 at 12:40:17PM +0200, Raffaele Recalcati wrote: > > I'm a little bit confused about the good direction for developing for > dm365. > > Arago overlay seems nice, it works, but uses also arago-oe-dev, that is a > > arago-oe-dev is a snapshot of OE's

Re: [oe] [arago-devel] dm365 and OE

2010-04-26 Thread Denys Dmytriyenko
On Tue, Apr 27, 2010 at 03:48:17AM +0200, Raffaele Recalcati wrote: > I'll try to go on with both for some weeks. > But, first of all, I need a dvsdk running on dm365 with Arago. > By now, I can't build any ti recipe for dm365 in Arago (arago-next). > I could build dvsdk externally following the re

Re: [oe] [arago-devel] dm365 and OE

2010-04-26 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 27-04-10 03:48, Raffaele Recalcati wrote: > For Koen: > Instead, for OE environment, I have some problems creating the setup. > I supposed to use dev branch (openembedded.org setup instructions) and I'd > like a local.conf file in order to know whi