[oe] [PATCH v2] busybox-1.11.3/busybox-1.13.2: enable backgrounding for udhcpc

2010-06-15 Thread Steffen Sledz
* The former default behaviour was to exit with failure if lease is not immediately obtained. This results in permanent network disconnect if DHCP server is (accidentally) not available at boot time. :( * Since bb 1.14 this is no longer hardcoded and can be configured. Signed-off-by: Steffen

[oe] comedi / angstrom

2010-06-15 Thread superaorta
I would like to build comedi (www.comedi.org) for my beagle board. From the instructions for comedi, "you will need to havea correctly configured Linux kernel source tree". I have built comedi on many platforms without trouble but I'm completely lost in Angstrom - I have the kernel source (2.6

Re: [oe] [PATCH] udev/{acl, attr}: Fix install. Wanted to install to host /usr/bin/.

2010-06-15 Thread Henri Bragge
Leon Woestenberg wrote: The subdirectory Makefile includes a file, that overrides the variables inherited from the parent Makefile. Those where provided to the parent make through '-e'. Make sure the subdir makes also use '-e'. Works here! ___ Op

Re: [oe] comedi / angstrom

2010-06-15 Thread Frans Meulenbroeks
2010/6/15 : > > I would like to build comedi (www.comedi.org) for my beagle board. From the > instructions for comedi, "you will need to havea correctly configured Linux > kernel source tree". > > I have built comedi on many platforms without trouble but I'm completely lost > in Angstrom - I have

Re: [oe] [PATCH v2] busybox-1.11.3/busybox-1.13.2: enable backgrounding for udhcpc

2010-06-15 Thread Henri Bragge
Steffen Sledz wrote: * The former default behaviour was to exit with failure if lease is not immediately obtained. This results in permanent network disconnect if DHCP server is (accidentally) not available at boot time. :( * Since bb 1.14 this is no longer hardcoded and can be configured.

Re: [oe] comedi / angstrom

2010-06-15 Thread superaorta
On Tuesday 15 June 2010 08:22:22 Frans Meulenbroeks wrote: > 2010/6/15 : > > I would like to build comedi (www.comedi.org) for my beagle board. From > > the instructions for comedi, "you will need to havea correctly configured > > Linux kernel source tree". > > > > I have built comedi on many plat

Re: [oe] STAGING_KERNEL_DIR

2010-06-15 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 15-06-10 07:36, Andrew Tverdohlebov wrote: > Hello, > > I am developing a recipe for a code that needs to obtain kernel > configuration parameters > in order to compile correctly. If your recipe is really machine specific, add PACKAGE_ARCH = "${MA

Re: [oe] comedi / angstrom

2010-06-15 Thread Martyn Welch
superao...@gmail.com wrote: > I would like to build comedi (www.comedi.org) for my beagle board. From the > instructions for comedi, "you will need to havea correctly configured Linux > kernel source tree". > > I have built comedi on many platforms without trouble but I'm completely lost > in An

[oe] [PATCH] Comedilib: Add version 0.8.1

2010-06-15 Thread Martyn Welch
The Comedi project develops open-source drivers, tools, and libraries for data acquisition. Comedilib is a user-space library that provides a developer-friendly interface to Comedi devices. Signed-off-by: Martyn Welch --- recipes/comedi/comedilib_0.8.1.bb | 11 +++ 1 files changed, 1

Re: [oe] comedi / angstrom

2010-06-15 Thread superaorta
> GPIO. Comedi consists of 2 parts: > > 1) Kernel drivers - which seem to be in the staging directory of the > kernel tree, so can be enabled via a custom defconfig. This would need > adding to OEs metadata, but is fairly simple. First you need to know > which kernel is being built for your machin

Re: [oe] comedi / angstrom

2010-06-15 Thread Martyn Welch
superao...@gmail.com wrote: >> GPIO. Comedi consists of 2 parts: >> >> 1) Kernel drivers - which seem to be in the staging directory of the >> kernel tree, so can be enabled via a custom defconfig. This would need >> adding to OEs metadata, but is fairly simple. First you need to know >> which kern

Re: [oe] [PATCH v2] busybox-1.11.3/busybox-1.13.2: enable backgrounding for udhcpc

2010-06-15 Thread Steffen Sledz
Am 15.06.2010 08:55, schrieb Steffen Sledz: > * The former default behaviour was to exit with failure if lease is not > immediately obtained. This results in permanent network disconnect if DHCP > server is (accidentally) not available at boot time. :( > > * Since bb 1.14 this is no longer har

Re: [oe] STAGING_KERNEL_DIR

2010-06-15 Thread Andrew Tverdohlebov
Huge thanks, Koen! On Tue, Jun 15, 2010 at 7:11 PM, Koen Kooi wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 15-06-10 07:36, Andrew Tverdohlebov wrote: >> Hello, >> >> I am developing a recipe for a code that needs to obtain kernel >> configuration parameters >> in order to compi

Re: [oe] [PATCH v2] busybox-1.11.3/busybox-1.13.2: enable backgrounding for udhcpc

2010-06-15 Thread Mike Westerhof
Steffen Sledz wrote: > Am 15.06.2010 08:55, schrieb Steffen Sledz: >> * The former default behaviour was to exit with failure if lease is not >> immediately obtained. This results in permanent network disconnect if DHCP >> server is (accidentally) not available at boot time. :( >> >> * Since bb

[oe] [PATCH] ipkg-utils: convert mtime to int before comparing it

2010-06-15 Thread Enrico Scholz
The st_mtime attribute (which is a float) is compared against a value from the timestamp database, which was stored as an integer there. When working on a filesystem with precise timestamps the comparision will fail nearly everytime hence. Although it might be possible to enhance the database to

[oe] xfwm4-themes-4.6.0 suggested patch

2010-06-15 Thread Andreas Müller
The following patch fixes the typo (maximize-inactive.xpm listed twice) in xfwm4-themes-4.6.0/themes/redmond/Makefile.am. On my machine this bug causes installation of xfwm4-themes to fail. Could someone agree and add this to oe? By the way: What is the correct way to post patches? diff --git a

Re: [oe] OSError: [Errno 2] No such file or directory

2010-06-15 Thread Khem Raj
On Mon, Jun 14, 2010 at 7:12 AM, nikunj badjatya wrote: >  File "/home/nikunj/ope/bitbake/lib/bb/build.py", line 141, in > exec_func_python >    utils.better_exec(comp, g, tmp, bbfile) >  File "/home/nikunj/ope/bitbake/lib/bb/utils.py", line 185, in better_exec >    exec code in context >  File "r

Re: [oe] [PATCH v2] busybox-1.11.3/busybox-1.13.2: enable backgrounding for udhcpc

2010-06-15 Thread John Faith
Henri Bragge wrote: Steffen Sledz wrote: * The former default behaviour was to exit with failure if lease is not immediately obtained. This results in permanent network disconnect if DHCP server is (accidentally) not available at boot time. :( * Since bb 1.14 this is no longer hardcoded

Re: [oe] [PATCH, RFC] Add linux-libc-headers-native, make it default dep for native

2010-06-15 Thread Tom Rini
Tom Rini wrote: On some host distributions the provided linux kernel headers are too old to compile utilities we need[1]. Given that we need these utilities to run things on the target the best solution is to provide linux-libc-headers-native. Rather than get things into an inconsistent state,

Re: [oe] [PATCH v2] busybox-1.11.3/busybox-1.13.2: enable backgrounding for udhcpc

2010-06-15 Thread Sledz, Steffen
Am 15.06.2010 18:01, schrieb John Faith: > I'd like to have 3 possible network modes: dhcp, zeroconf, or static IP > and want to switch between them on-the-fly. It looks like the non-dhcp > modes can be done using a script or 2 in /etc/udhcpc.d, so it seems > having udhcpcd running in the backgrou

[oe] Extending bug20 support in stable

2010-06-15 Thread Stefan Schmidt
Hello. Thats a first small set of patches to sync back bug20 and later bug framework support ino stable. Its an ongoing process but I wanted to get them in piece by piece instead of throwing them in after a release was done. One small gettext depends fix is included as well. Please give it some

[oe] [PATCH][STABLE 2/4] bug20.conf: Sync with Bug Labs repo

2010-06-15 Thread Stefan Schmidt
From: John Connolly This brings the bug20 machine file in sync with the Bug Labs internal version. The difference was only ubi as FSTYPE, tslib usage and some jffs2 tweaking. Signed-off-by: John Connolly Signed-off-by: Stefan Schmidt --- conf/machine/bug20.conf |4 +++- 1 files changed,

[oe] [PATCH][STABLE 1/4] bug20/xorg.conf: update to use tslib driver for touchscreen input device.

2010-06-15 Thread Stefan Schmidt
From: Ken Gilmer Signed-off-by: Ken Gilmer Signed-off-by: Stefan Schmidt --- .../xorg-xserver/xserver-xorg-conf/bug20/xorg.conf |8 recipes/xorg-xserver/xserver-xorg-conf_0.1.bb |2 +- 2 files changed, 9 insertions(+), 1 deletions(-) diff --git a/recipes/xorg-xserver/x

[oe] [PATCH][STABLE 3/4] netcat_0.7.1: Gettext is needed

2010-06-15 Thread Stefan Schmidt
From: Stefan Schmidt Signed-off-by: Stefan Schmidt --- recipes/netcat/netcat_0.7.1.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/netcat/netcat_0.7.1.bb b/recipes/netcat/netcat_0.7.1.bb index 7c4dfc5..918460b 100644 --- a/recipes/netcat/netcat_0.7.1.bb +

[oe] [PATCH][STABLE 4/4] u-boot_git: Add bug20 support

2010-06-15 Thread Stefan Schmidt
From: Stefan Schmidt Signed-off-by: Stefan Schmidt --- recipes/u-boot/files/bug20/bug-uboot.patch | 1173 recipes/u-boot/u-boot_git.bb |4 +- 2 files changed, 1176 insertions(+), 1 deletions(-) create mode 100644 recipes/u-boot/files/bug20/bug-ub

Re: [oe] [PATCH][STABLE 3/4] netcat_0.7.1: Gettext is needed

2010-06-15 Thread Tom Rini
Stefan Schmidt wrote: From: Stefan Schmidt Signed-off-by: Stefan Schmidt Acked-by: Tom Rini --- recipes/netcat/netcat_0.7.1.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/netcat/netcat_0.7.1.bb b/recipes/netcat/netcat_0.7.1.bb index 7c4dfc5..91846

[oe] perl-native, why again?

2010-06-15 Thread Tom Rini
Hey all, I was wondering, is there a reason for perl native aside from cpan? If no, have we tried setting things up such that system perl uses a local to $TMPDIR cpan install spot? I ask since once perl-native exist, stuff can get very unfun (too long #!/path/to/perl isn't fun at all). Th

Re: [oe] [PATCH, RFC] Add linux-libc-headers-native, make it default dep for native

2010-06-15 Thread Leon Woestenberg
Hello Tom, On Tue, Jun 15, 2010 at 7:48 PM, Tom Rini wrote: > For the second, yes, ASSUME_PROVIDED still works.  For the first, I'd argue > that doing so is a lot harder (at least without some additional > infrastructure and reliance on other external tools) than just adding > another early packa

Re: [oe] [PATCH, RFC] Add linux-libc-headers-native, make it default dep for native

2010-06-15 Thread Tom Rini
Leon Woestenberg wrote: Hello Tom, On Tue, Jun 15, 2010 at 7:48 PM, Tom Rini wrote: For the second, yes, ASSUME_PROVIDED still works. For the first, I'd argue that doing so is a lot harder (at least without some additional infrastructure and reliance on other external tools) than just adding

Re: [oe] Khem Raj : gnu-config: Add recipe for git version.

2010-06-15 Thread Dmitry Eremin-Solenikov
git version control wrote: > Module: openembedded.git > Branch: org.openembedded.dev > Commit: 473cd5f616190739550abd8bf71629a87036730b URL: > http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=473cd5f616190739550abd8bf71629a87036730b > > Author: Khem Raj > Date: Tue Jun 15 13:52