Re: [oe] [PATCH] sed: migrate -native to BBCLASSEXTEND

2010-03-13 Thread Khem Raj
On Fri, Mar 12, 2010 at 11:28 PM, Scott Garman wrote: > Signed-off-by: Scott Garman can you also convert other native recipes for sed to use BBCLASSEXTEND > --- >  recipes/sed/sed-native_4.1.2.bb |    3 --- >  recipes/sed/sed_4.1.2.bb        |    3 ++- >  2 files changed, 2 insertions(+), 4 del

Re: [oe] [PATCH] console-at91sam9-image: console-image with apps

2010-03-13 Thread Philip Balister
On 03/12/2010 05:30 PM, Ulf Samuelsson wrote: From: Nicolas Ferre Create a derivative of console-image with more applications + usbview + mplayer + thttpd + madplay + alsa-utils-aplay + alsa-utils-amixer + iperf + dosfstools + mtd-utils Sig

Re: [oe] [PATCH] multimedia:;Add media contents to rootfs

2010-03-13 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12-03-10 22:39, Ulf Samuelsson wrote: > This package will copy the contents of "multimedia.tar.bz2." > (Note the dot at the end) to the "/home/root/multimedia" directory > in the target. By replacing the empty default file, you > can add your own mu

[oe] [PATCH] linux-omap*/beagleboard/defconfig: Compile Ext4 support into Linux.

2010-03-13 Thread Paul Menzel
Currently Ext4 support is only build as a loadable kernel module. Therefore Ext4 partitions cannot be used for the rootfs. To fix this compile Ext4 support directly into Linux. I used the following command $ find . -name defconfig | grep "beagleboard" | xargs sed -i 's/CONFIG_EXT4_FS=m/CON

Re: [oe] [PATCH] multimedia:;Add media contents to rootfs

2010-03-13 Thread Ulf Samuelsson
Koen Kooi skrev: > On 12-03-10 22:39, Ulf Samuelsson wrote: >> This package will copy the contents of "multimedia.tar.bz2." >> (Note the dot at the end) to the "/home/root/multimedia" directory >> in the target. By replacing the empty default file, you >> can add your own multimedia files for testi

[oe] permission error

2010-03-13 Thread saleh usman
When I try to bitbake any recipe I get an error of Permission denied while owner of directory is that user which is loged in. How to fix this error . Log follows. [sa...@localhost root]$ bitbake x-11-image Traceback (most recent call last): File "/sdr/bitbake/bin/bitbake", line 143, in m

Re: [oe] permission error

2010-03-13 Thread Philip Balister
On 03/13/2010 09:17 AM, saleh usman wrote: When I try to bitbake any recipe I get an error of Permission denied while owner of directory is that user which is loged in. How to fix this error . Log follows. I think you are running bitbake as one user (who can't access your home directory) an

Re: [oe] permission error

2010-03-13 Thread Graeme Gregory
On Sat, Mar 13, 2010 at 07:17:07PM +0500, saleh usman wrote: > > When I try to bitbake any recipe I get an error of Permission denied while > owner of directory is that user which is loged in. > How to fix this error . > Log follows. > You seem to have mixed up running as root and running as us

Re: [oe] [PATCH v2 1/1] linux-atmel: Add support for latest AT91 kernel

2010-03-13 Thread Marcin Juszkiewicz
Dnia sobota, 13 marca 2010 o 08:48:34 Ulf Samuelsson napisał(a): > Add support for building AT91 2.6.30 kernel > Vanilla 2.6.30 recipe has moved on to 2.6.30.x > > Add maxim.org.za patches + Atmel experimental patches. > (With the exception of the SAM9M10-EK support) > Add support for configurable

Re: [oe] [PATCH v2 1/1] x11-at91sam9-image: x11-gpe-image with additions

2010-03-13 Thread Marcin Juszkiewicz
Dnia sobota, 13 marca 2010 o 08:00:59 Ulf Samuelsson napisał(a): > Create an image based on x11-gpe-image but with > a lot of applications added; Few notes: 1. As it is based on x11-gpe-image then do "require x11-gpe-image.bb" in first line instead of copying whole recipe. 2. Do not use ANGST

Re: [oe] [PATCH] multimedia:;Add media contents to rootfs

2010-03-13 Thread Marcin Juszkiewicz
Dnia sobota, 13 marca 2010 o 13:16:07 Ulf Samuelsson napisał(a): > > NAK. Package never never touch $HOME, if you want things installed into > > $HOME, look into /etc/skel. > The purpose is not to have a "multimedia" directory in each home > so I dont think "/etc/skel" is applicable. Store your

Re: [oe] [PATCH v2 1/1] linux-atmel: Add support for latest AT91 kernel

2010-03-13 Thread Ulf Samuelsson
Marcin Juszkiewicz skrev: > Dnia sobota, 13 marca 2010 o 08:48:34 Ulf Samuelsson napisał(a): >> Add support for building AT91 2.6.30 kernel >> Vanilla 2.6.30 recipe has moved on to 2.6.30.x >> >> Add maxim.org.za patches + Atmel experimental patches. >> (With the exception of the SAM9M10-EK support

Re: [oe] [PATCH] sed: migrate -native to BBCLASSEXTEND

2010-03-13 Thread Scott Garman
On 03/13/2010 12:02 AM, Khem Raj wrote: On Fri, Mar 12, 2010 at 11:28 PM, Scott Garman wrote: Signed-off-by: Scott Garman can you also convert other native recipes for sed to use BBCLASSEXTEND Yep, that was my plan. Although there is only one other sed-native recipe for v4.1.1. Should I ju

Re: [oe] [PATCH] sed: migrate -native to BBCLASSEXTEND

2010-03-13 Thread Frans Meulenbroeks
2010/3/13 Scott Garman : > On 03/13/2010 12:02 AM, Khem Raj wrote: >> >> On Fri, Mar 12, 2010 at 11:28 PM, Scott Garman >>  wrote: >>> >>> Signed-off-by: Scott Garman >> >> can you also convert other native recipes for sed to use BBCLASSEXTEND > > Yep, that was my plan. Although there is only one o

Re: [oe] [PATCH] sed: migrate -native to BBCLASSEXTEND

2010-03-13 Thread Khem Raj
On Sat, Mar 13, 2010 at 10:02 AM, Scott Garman wrote: > On 03/13/2010 12:02 AM, Khem Raj wrote: >> >> On Fri, Mar 12, 2010 at 11:28 PM, Scott Garman >>  wrote: >>> >>> Signed-off-by: Scott Garman >> >> can you also convert other native recipes for sed to use BBCLASSEXTEND > > Yep, that was my plan

[oe] [PATCH v3 2/2] multimedia: Media contents (currently empty)

2010-03-13 Thread Ulf Samuelsson
This patch creates the file "multimedia.tar.bz2." containing the default media to be copied to "/usr/share/multimedia" (Note the dot at the end of the filename) By replacing this file with your own, you can easily add multimedia files to your file system for a demo. Patch can be applied by $ hg in

[oe] [PATCH v3 1/2] multimedia: Add media contents to rootfs

2010-03-13 Thread Ulf Samuelsson
This package will copy the contents of "multimedia.tar.bz2." (Note the dot at the end) to the "/usr/share/multimedia" directory in the target. By replacing the empty default file, you can add your own multimedia files for testing. Signed-off-by: Ulf Samuelsson --- recipes/multimedia/multimedia_0

[oe] Alignment trap - deprecation.pyo

2010-03-13 Thread ed
I am trying to run a simple hello button python program using pygtk. I have built a minimal-gpe-image for the mini2440. But when I try and run the helloworld.py from the Pygtk tutorial. = #!/usr/bin/env python # example helloworld.py imp

[oe] [PATCH] sed-4.1.1: migrate -native to BBCLASSEXTEND

2010-03-13 Thread Scott Garman
Signed-off-by: Scott Garman --- recipes/sed/sed-native_4.1.1.bb |3 --- recipes/sed/sed_4.1.1.bb|3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 recipes/sed/sed-native_4.1.1.bb diff --git a/recipes/sed/sed-native_4.1.1.bb b/recipes/sed/sed-native_4.1.1