[oe] [PATCH] nano: Add version 2.2.4

2010-04-16 Thread Scott Garman
Signed-off-by: Scott Garman --- recipes/nano/nano_2.2.4.bb | 15 +++ 1 files changed, 15 insertions(+), 0 deletions(-) create mode 100644 recipes/nano/nano_2.2.4.bb diff --git a/recipes/nano/nano_2.2.4.bb b/recipes/nano/nano_2.2.4.bb new file mode 100644 index 000..b4973f8 ---

[oe] [RFC] kill xorg-headers-native

2010-04-16 Thread Denys Dmytriyenko
On Fri, Apr 16, 2010 at 10:36:03PM -0400, Denys Dmytriyenko wrote: > Update the combined headers from the following packages: > * xproto-7.0.16 > * libx11-1.3.3 > * libxau-1.0.5 > * libxdmcp-1.0.3 > * libxt-1.0.8 And now my RFC - should we just kill xorg-headers-native completely and replace it w

Re: [oe] [OT] bootchart (was: Do we really want shared Xserver script for all machines?)

2010-04-16 Thread Martin Jansa
On Fri, Apr 16, 2010 at 11:00:06PM +0200, Paul Menzel wrote: > Am Freitag, den 16.04.2010, 17:39 +0400 schrieb Sergey Lapin: > > […] > > > Sorry to bother with off-topic post, but how these boot charts are > > built? Really nice thing to have... > > Use bootchart [1]? yes, and to be OE specifi

[oe] [OT] bootchart (was: Do we really want shared Xserver script for all machines?)

2010-04-16 Thread Paul Menzel
Am Freitag, den 16.04.2010, 17:39 +0400 schrieb Sergey Lapin: […] > Sorry to bother with off-topic post, but how these boot charts are > built? Really nice thing to have... Use bootchart [1]? Thanks, Paul [1] http://www.bootchart.org/ signature.asc Description: Dies ist ein digital signie

Re: [oe] Do we really want shared Xserver script for all machines?

2010-04-16 Thread Martin Jansa
On Fri, Apr 16, 2010 at 03:41:22PM +0200, Marcin Juszkiewicz wrote: > I did send RFC about it on 3rd August 2009. Merged it into stable/2009 in > October 2009 as we used it on BUG 1.x and 2.0 devices. > > So far I did not noticed anyone using it. For those which use I guess this is because task-

Re: [oe] [PATCH 1/2] libsocketcan: recipe to build pengutronix' libsocketcan (netlink interface)

2010-04-16 Thread Henning Heinold
Hi, it will not work in stable tree. Bye Henning ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Re: [oe] [PATCH 1/2] libsocketcan: recipe to build pengutronix' libsocketcan (netlink interface)

2010-04-16 Thread Vitus Jensen
On Fri, 16 Apr 2010, Koen Kooi wrote: > On 16-04-10 19:15, Vitus Jensen wrote: >> > >> +do_stage () { >> +install -m 0644 include/libsocketcan.h ${STAGING_INCDIR}/ >> +install -m 0644 include/can_netlink.h ${STAGING_INCDIR}/ >> +oe_libinstall -a -so libsocketcan ${STAGING_LIBDIR} >> +}

[oe] [BUG] pixman_0.16.2.bb fails in do_compile

2010-04-16 Thread Antonio Ospite
Hi, Here's the complete log: http://tinderbox.openembedded.org/packages/550959/ Thanks, Antonio -- Antonio Ospite http://ao2.it PGP public key ID: 0x4553B001 A: Because it messes up the order in which people normally read text. See http://en.wikipedia.org/wiki/Posting_style Q: Why is to

Re: [oe] [PATCH 1/2] libsocketcan: recipe to build pengutronix' libsocketcan (netlink interface)

2010-04-16 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 16-04-10 19:15, Vitus Jensen wrote: > > +do_stage () { > + install -m 0644 include/libsocketcan.h ${STAGING_INCDIR}/ > + install -m 0644 include/can_netlink.h ${STAGING_INCDIR}/ > + oe_libinstall -a -so libsocketcan ${STAGING_LIBDIR} >

[oe] [PATCH 2/2] canutils: add new recipe

2010-04-16 Thread Vitus Jensen
Adds canutils (PTX flavour) 4.0.4 as alternative to socketcan-utils-test. canutils RCONFLICTS with socketcan-utils-test because of identical file names. Signed-off-by: Vitus Jensen --- recipes/socketcan/canutils_4.0.4.bb | 19 +++ recipes/socketcan/socketcan-utils-te

[oe] [PATCH 1/2] libsocketcan: recipe to build pengutronix' libsocketcan (netlink interface)

2010-04-16 Thread Vitus Jensen
Signed-off-by: Vitus Jensen --- recipes/socketcan/libsocketcan_0.0.7.bb | 22 ++ 1 files changed, 22 insertions(+), 0 deletions(-) create mode 100644 recipes/socketcan/libsocketcan_0.0.7.bb diff --git a/recipes/socketcan/libsocketcan_0.0.7.bb b/recipes/socketcan/libsocke

[oe] canutils

2010-04-16 Thread Vitus Jensen
The current CAN stack in linux needs updated userspace code. The following two patches build canutils from pengutronix. Bye, Vitus -- Vitus Jensen, Hannover, Germany, Universe (current) pgp public key available from keyservers ___ Openembedded-deve

[oe] [PATCH 1/4] bluepro: add machine configuration for TQ BluePro

2010-04-16 Thread Vitus Jensen
Signed-off-by: Vitus Jensen --- conf/machine/bluepro.conf | 28 1 files changed, 28 insertions(+), 0 deletions(-) create mode 100644 conf/machine/bluepro.conf diff --git a/conf/machine/bluepro.conf b/conf/machine/bluepro.conf new file mode 100644 index 000..e

[oe] [PATCH 4/4] linux_2.6.33: add bluepro support

2010-04-16 Thread Vitus Jensen
[PATCH 4/4] linux_2.6.33: add bluepro support Signed-off-by: Vitus Jensen --- recipes/linux/linux_2.6.33.bb |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/recipes/linux/linux_2.6.33.bb b/recipes/linux/linux_2.6.33.bb index 0e1d3c7..6dce363 100644 --- a/recipes/linux/lin

[oe] [PATCH 3/4] linux_2.6.32: add bluepro support

2010-04-16 Thread Vitus Jensen
[PATCH 3/4] linux_2.6.32: add bluepro support Signed-off-by: Vitus Jensen --- recipes/linux/bluepro/defconfig | 1436 +++ recipes/linux/linux_2.6.32.bb |1 + 2 files changed, 1437 insertions(+), 0 deletions(-) create mode 100644 recipes/linux/bluepro/d

[oe] [PATCH 2/4] netbase: add bluepro specific /etc/network/interfaces

2010-04-16 Thread Vitus Jensen
* eth0, usb for host connectivity * can0, can1 to control CAN devices Signed-off-by: Vitus Jensen --- recipes/netbase/netbase/bluepro/interfaces | 33 1 files changed, 33 insertions(+), 0 deletions(-) create mode 100644 recipes/netbase/netbase/bluepro/interfaces

[oe] support for TQ BluePro

2010-04-16 Thread Vitus Jensen
The following patches add support for TQ's BluePro, a powerpc-based machine providing 800x480 touchscreen, ethernet, USB host, RS232, RS485 and 2 CAN busses. See http://www.tq-components.com for details. Bye, Vitus -- Vitus Jensen, Hannover, Germany, Universe (current) pgp public key availab

[oe] [PATCH 5/5] linux_2.6.33: add recipe

2010-04-16 Thread Vitus Jensen
Adds recipe for 2.6.33 which contains some CAN-related changes which are usefull for tb5200l. Signed-off-by: Vitus Jensen --- recipes/linux/linux_2.6.33.bb | 15 +++ 1 files changed, 15 insertions(+), 0 deletions(-) create mode 100644 recipes/linux/linux_2.6.33.bb diff --git a/re

[oe] [PATCH 4/5] linux_2.6.32: add tb5200l support

2010-04-16 Thread Vitus Jensen
[PATCH 4/5] linux_2.6.32: add tb5200l support Signed-off-by: Vitus Jensen --- recipes/linux/linux_2.6.32.bb |1 + recipes/linux/tb5200l/defconfig | 1436 +++ 2 files changed, 1437 insertions(+), 0 deletions(-) create mode 100644 recipes/linux/tb5200l/de

[oe] [PATCH 3/5] netbase: add tb5200l specific /etc/network/interfaces

2010-04-16 Thread Vitus Jensen
* eth0, usb for host connectivity * can0, can1 to control CAN devices Signed-off-by: Vitus Jensen --- recipes/netbase/netbase/tb5200l/interfaces | 33 1 files changed, 33 insertions(+), 0 deletions(-) create mode 100644 recipes/netbase/netbase/tb5200l/interfaces

[oe] [PATCH 2/5] base-files: tb5200l specific changes

2010-04-16 Thread Vitus Jensen
* create /opt directory * fstab which mounts / and /opt from jffs2 filesystem on mtd * link /tmp to /var/tmp * issue and issue.net Signed-off-by: Vitus Jensen --- recipes/base-files/base-files/tb5200l/fstab | 10 ++ recipes/base-files/base-files/tb5200l/issue |2 ++ recipes

[oe] [PATCH 1/5] tb5200l: add machine configuration for TQ TB5200L 'tinyBox'

2010-04-16 Thread Vitus Jensen
[PATCH 1/5] tb5200l: add machine configuration for TQ TB5200L 'tinyBox' Signed-off-by: Vitus Jensen --- conf/machine/tb5200l.conf | 28 1 files changed, 28 insertions(+), 0 deletions(-) create mode 100644 conf/machine/tb5200l.conf diff --git a/conf/machine/tb5200

[oe] support for TQ tb5200l

2010-04-16 Thread Vitus Jensen
The following patches add support for TQ's TB5200L a small powerpc-based machine providing ethernet, USB host, RS232, RS485 and 2 CAN busses. See http://www.tq-components.com for details. Bye, Vitus -- Vitus Jensen, Hannover, Germany, Universe (current) pgp public key available from keyservers

Re: [oe] [PATCH v3] dfu-programmer: USB Device Firmware Upgrade utility (special atmel-version)

2010-04-16 Thread Vitus Jensen
Hej! On Fri, 16 Apr 2010, Stefan Schmidt wrote: On Fri, 2010-04-16 at 16:50, Vitus Jensen wrote: On Fri, 16 Apr 2010, Stefan Schmidt wrote: On Fri, 2010-04-16 at 16:13, Vitus Jensen wrote: --- /dev/null +++ b/recipes/dfu-programmer/dfu-programmer_svn.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "USB De

Re: [oe] [PATCH v3] dfu-programmer: USB Device Firmware Upgrade utility (special atmel-version)

2010-04-16 Thread Stefan Schmidt
Hello. On Fri, 2010-04-16 at 16:50, Vitus Jensen wrote: > On Fri, 16 Apr 2010, Stefan Schmidt wrote: > >On Fri, 2010-04-16 at 16:13, Vitus Jensen wrote: > >>--- /dev/null > >>+++ b/recipes/dfu-programmer/dfu-programmer_svn.bb > >>@@ -0,0 +1,16 @@ > >>+DESCRIPTION = "USB Device Firmware Upgrade uti

Re: [oe] [PATCH v3] dfu-programmer: USB Device Firmware Upgrade utility (special atmel-version)

2010-04-16 Thread Stefan Schmidt
Hello. On Fri, 2010-04-16 at 16:50, Vitus Jensen wrote: > On Fri, 16 Apr 2010, Stefan Schmidt wrote: > >On Fri, 2010-04-16 at 16:13, Vitus Jensen wrote: > >>--- /dev/null > >>+++ b/recipes/dfu-programmer/dfu-programmer_svn.bb > >>@@ -0,0 +1,16 @@ > >>+DESCRIPTION = "USB Device Firmware Upgrade uti

Re: [oe] [PATCH v3] dfu-programmer: USB Device Firmware Upgrade utility (special atmel-version)

2010-04-16 Thread Vitus Jensen
On Fri, 16 Apr 2010, Stefan Schmidt wrote: On Fri, 2010-04-16 at 16:13, Vitus Jensen wrote: --- /dev/null +++ b/recipes/dfu-programmer/dfu-programmer_svn.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "USB Device Firmware Upgrade utility (special atmel-version)" +SECTION = "devel" +AUTHOR = "Weston Schmidt

Re: [oe] [PATCH v3] dfu-programmer: USB Device Firmware Upgrade utility (special atmel-version)

2010-04-16 Thread Stefan Schmidt
Hello. On Fri, 2010-04-16 at 16:13, Vitus Jensen wrote: > --- /dev/null > +++ b/recipes/dfu-programmer/dfu-programmer_svn.bb > @@ -0,0 +1,16 @@ > +DESCRIPTION = "USB Device Firmware Upgrade utility (special atmel-version)" > +SECTION = "devel" > +AUTHOR = "Weston Schmidt " > +LICENSE = "GPL" > + >

[oe] [PATCH v3] dfu-programmer: USB Device Firmware Upgrade utility (special atmel-version)

2010-04-16 Thread Vitus Jensen
Add recipes for version 0.5.2 and the current head of the subversion repository. dfu-programmer is DFU utility supporting Atmel chips with a USB bootloader (which aren't supported by dfu-util). Signed-off-by: Vitus Jensen --- recipes/dfu-programmer/dfu-programmer_0.5.2.bb | 17 +++

Re: [oe] Do we really want shared Xserver script for all machines?

2010-04-16 Thread Marcin Juszkiewicz
Dnia piątek, 16 kwietnia 2010 o 15:25:40 Koen Kooi napisał(a): > Wouldn't it be better to merge the scripts from xserver-kdrive-common > and xserver-common and then fix all the sed/awk calls in one place? I did most of it long time ago and stored as xserver-common 1.30. Script got simplified, su

Re: [oe] Do we really want shared Xserver script for all machines?

2010-04-16 Thread Sergey Lapin
On Fri, Apr 16, 2010 at 4:39 PM, Martin Jansa wrote: > Hi, > > on Openmoko Freerunner om-gta02 Xserver script takes about 3s on every > boot > http://build.shr-project.org/tests/jama/bootchart-2.6.32.9.r1.png > > it's started from /etc/init.d/xserver-nodm and with eliminated Xserver > call by pass

Re: [oe] Do we really want shared Xserver script for all machines?

2010-04-16 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Wouldn't it be better to merge the scripts from xserver-kdrive-common and xserver-common and then fix all the sed/awk calls in one place? On 16-04-10 14:39, Martin Jansa wrote: > Hi, > > on Openmoko Freerunner om-gta02 Xserver script takes about 3s o

[oe] Do we really want shared Xserver script for all machines?

2010-04-16 Thread Martin Jansa
Hi, on Openmoko Freerunner om-gta02 Xserver script takes about 3s on every boot http://build.shr-project.org/tests/jama/bootchart-2.6.32.9.r1.png it's started from /etc/init.d/xserver-nodm and with eliminated Xserver call by passing xinit call directly with right Xorg params I get this http://b

[oe] [PATCH][STABLE] bitbake.conf: SRCPV always upgradeable paths for git recipes

2010-04-16 Thread Vitus Jensen
From: Martin Jansa * Holger Hans Peter Freyther did for the OM git tree that was never merged back into OE. * Taken from xora/angstrom-srcpv branch where it rot for long enough Signed-off-by: Vitus Jensen --- conf/bitbake.conf |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) dif

Re: [oe] [PATCH 2/2] recipes/linux: convert users of do_stage_append to new style staging

2010-04-16 Thread Philip Balister
Acked-by: Philip Balister On 04/15/2010 06:35 AM, Koen Kooi wrote: --- recipes/linux/linux-bug_2.6.27.2.bb | 10 ++-- recipes/linux/linux-dht-walnut_2.6.20.bb | 12 ++-- recipes/linux/linux-dht-walnut_2.6.23.bb | 12 ++-- recipes/linux/linux-efika_2.6.20.20.bb

Re: [oe] [PATCH 1/2] kernel bbclass: convert to new style staging (from poky)

2010-04-16 Thread Philip Balister
Acked-by: Philip Balister On 04/15/2010 06:35 AM, Koen Kooi wrote: --- classes/kernel.bbclass | 135 1 files changed, 67 insertions(+), 68 deletions(-) diff --git a/classes/kernel.bbclass b/classes/kernel.bbclass index 7f7062b..20403ea 10064

Re: [oe] [PATCH 1/2] kernel bbclass: convert to new style staging (from poky)

2010-04-16 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 ping On 15-04-10 12:35, Koen Kooi wrote: > --- > classes/kernel.bbclass | 135 > > 1 files changed, 67 insertions(+), 68 deletions(-) > > diff --git a/classes/kernel.bbclass b/classes/kernel.bbclass

Re: [oe] [RFC] Partial merge of SRCPV

2010-04-16 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 16-04-10 10:17, Martin Jansa wrote: > On Tue, Apr 13, 2010 at 1:23 PM, Martin Jansa wrote: >> Please consider applying this patch series. >> >> Proposed and discussed in [1], the main reason for NACK (multiple builders >> uploading to shared feeds)

Re: [oe] [RFC] Partial merge of SRCPV

2010-04-16 Thread Martin Jansa
On Tue, Apr 13, 2010 at 1:23 PM, Martin Jansa wrote: > Please consider applying this patch series. > > Proposed and discussed in [1], the main reason for NACK (multiple builders > uploading to shared feeds) was resolved with bitbake patch [2] and it's > enabled by default in PATCH 1/6. It needs bi