Re: [oe] bitbake base-image: gmp-native: ERROR: function do_configure failed: configure: error: Oops, mp_limb_t is 32 bits, but the assembler code

2009-11-18 Thread Paul Menzel
Dear OpenEmbedded hackers, Am Sonntag, den 15.11.2009, 20:03 +0100 schrieb Paul Menzel: I am trying to build Ångström following [1]. But $ bitbake base-image fails when working with gmp-native. ERROR: function do_configure failed ERROR: see log in

Re: [oe] Proposed patch for usb-gadget

2009-11-18 Thread Phil Blundell
On Wed, 2009-11-18 at 10:42 +0100, Tasslehoff Kjappfot wrote: usb-gadget failed when MODULE_OPTIONS contained more than one option. Here's the patch I used to make it work. Thanks for the patch. However, it seems to do two different things: - modprobe $1 $MODULE_OPTIONS +

Re: [oe] Proposed patch for usb-gadget

2009-11-18 Thread Phil Blundell
On Wed, 2009-11-18 at 10:56 +0100, Tasslehoff wrote: The only reason I did this was because setup_usb() doesn't use the argument at all, but uses $MODULE_OPTIONS directly. Okay, that makes sense. I checked this patch in. thanks p. ___

Re: [oe] [PATCH] Reorganized kernel class to run 'menuconfig' after 'configure'.

2009-11-18 Thread Phil Blundell
On Mon, 2009-11-16 at 23:18 +0100, Przemyslaw Wesolek wrote: Previously, 'menuconfig' task was being run just after 'patch' one. In result, the most common path for unexperienced users: bitbake virtual/kernel -c menuconfig bitbake virtual/kernel -c build didn't work, because the result of

[oe] BAD_RECOMMENDATIONS is broken

2009-11-18 Thread Sebastian Spaeth
minimal.conf has DISTRO_EXTRA_RRECOMMENDS += [...] avahi-daemon avahi-autoipd [...] which leads to task-distro-base recommending those packages. Trying to override this with BAD_RECOMMENDATIONS=avahi-daemon avahi-autoipd does not wotk though, it's still pulled in. This is what rootfs_ipk.bbclass

[oe] [PATCH 3/3] Remove unneeded bash dependency.

2009-11-18 Thread Marc Olzheim
From: Marc Olzheim m...@iphion.nl Even though the recipes did not list it in REDEPENDS, two scripts in this package depended on bash. Since this was unneeded, I removed that dependency. (Upstream notified) --- recipes/iproute2/files/remove-bashisms.patch | 59 ++

[oe] iproute2: Remove undocumented bash runtime dependency, move to INC_PR and rework dir layout

2009-11-18 Thread Marc Olzheim
I noticed that iproute2 has a runtime dependency on bash in two of its scripts. Those dependencies are unneeded, so I removed them. Before doing that though, I moved the recipes to INC_PR and changed the directory layout to prevent useless duplication of the patches in the directories. I hope

[oe] [PATCH 1/3] Move to INC_PR.

2009-11-18 Thread Marc Olzheim
From: Marc Olzheim m...@iphion.nl --- recipes/iproute2/iproute2.inc |2 ++ recipes/iproute2/iproute2_2.6.18.bb |4 ++-- recipes/iproute2/iproute2_2.6.20.bb |3 ++- recipes/iproute2/iproute2_2.6.22.bb |3 ++- recipes/iproute2/iproute2_2.6.29.bb |2 +- 5 files changed, 9

Re: [oe] iproute2: Remove undocumented bash runtime dependency, move to INC_PR and rework dir layout

2009-11-18 Thread Marc Olzheim
On Wed, Nov 18, 2009 at 11:37:48AM +0100, Marc Olzheim wrote: I noticed that iproute2 has a runtime dependency on bash in two of its scripts. Those dependencies are unneeded, so I removed them. Before doing that though, I moved the recipes to INC_PR and changed the directory layout to

Re: [oe] [PATCH] curl: Fix CVE-2009-2417.

2009-11-18 Thread Phil Blundell
On Tue, 2009-11-17 at 11:13 +0100, Marc Olzheim wrote: For some reason, my patch never landed and 7.19.6 was added in the mean time, which fixed this problem, but we still need the patches for previous versions. The 7.18.1 patch applies cleanly on 7.18.2. See

Re: [oe] [PATCH] cURL: Add 7.19.7 which supports CRLs.

2009-11-18 Thread Phil Blundell
On Tue, 2009-11-17 at 15:24 +0100, Marc Olzheim wrote: From: Marc Olzheim m...@iphion.nl Also remove unused curl checksums for older versions. --- conf/checksums.ini | 32 recipes/curl/curl_7.19.7.bb |5 + 2 files changed, 9

Re: [oe] [PATCH] cURL: Add 7.19.7 which supports CRLs.

2009-11-18 Thread Marc Olzheim
On Wed, Nov 18, 2009 at 10:58:49AM +, Phil Blundell wrote: On Tue, 2009-11-17 at 15:24 +0100, Marc Olzheim wrote: From: Marc Olzheim m...@iphion.nl Also remove unused curl checksums for older versions. --- conf/checksums.ini | 32

Re: [oe] Revert of 406cd0fee12ad99ba6d6f7d55f743cc4c6697955

2009-11-18 Thread Bernhard Reutner-Fischer
On Wed, Nov 18, 2009 at 11:34:28AM +0100, Koen Kooi wrote: Hi, Since 406cd0fee12ad99ba6d6f7d55f743cc4c6697955 broke all glibc-internal-iconv builds and I'm too lazy/stupid to fix it properly for uclibc I reverted this commit. for unpatched uClibc you could just TARGET_CPPFLAGS += -D_Exit=_exit

Re: [oe] Revert of 406cd0fee12ad99ba6d6f7d55f743cc4c6697955

2009-11-18 Thread Leon Woestenberg
Hello Bernhard, On Wed, Nov 18, 2009 at 12:41 PM, Bernhard Reutner-Fischer rep.dot@gmail.com wrote: On Wed, Nov 18, 2009 at 11:34:28AM +0100, Koen Kooi wrote: Hi, Since 406cd0fee12ad99ba6d6f7d55f743cc4c6697955 broke all glibc-internal-iconv builds and I'm too lazy/stupid to fix it properly

Re: [oe] Revert of 406cd0fee12ad99ba6d6f7d55f743cc4c6697955

2009-11-18 Thread Bernhard Reutner-Fischer
On Wed, Nov 18, 2009 at 12:44:39PM +0100, Leon Woestenberg wrote: Hello Bernhard, On Wed, Nov 18, 2009 at 12:41 PM, Bernhard Reutner-Fischer rep.dot@gmail.com wrote: On Wed, Nov 18, 2009 at 11:34:28AM +0100, Koen Kooi wrote: Hi, Since 406cd0fee12ad99ba6d6f7d55f743cc4c6697955 broke all

Re: [oe] [PATCH] squashfs-4.0: update squashfs-tools to include upstream LZMA inclusion.

2009-11-18 Thread Otavio Salvador
Hello Leon, On Tue, Nov 17, 2009 at 10:33 PM, Leon Woestenberg leon.woestenb...@gmail.com wrote: In OpenEmbedded we used squashfs 4.0 with external patch for LZMA compression support. In the meantime, squashfs has mainlined LZMA support in its CVS version. This patches switches to the

Re: [oe] [PATCH] kernel.bbclass: Move do_menuconfigure after do_configure.

2009-11-18 Thread Otavio Salvador
Acked-by: Otavio Salvador ota...@ossystems.com.br On Tue, Nov 17, 2009 at 10:27 PM, Leon Woestenberg leon.woestenb...@gmail.com wrote: Currently, menuconfigure comes after the patch task and before the configure task. If someone runs the menuconfigure task, then builds the kernel, the

Re: [oe] [PATCH] kernel.bbclass: Move do_menuconfigure after do_configure.

2009-11-18 Thread Przemyslaw Wesolek
Otavio Salvador wrote: Acked-by: Otavio Salvador ota...@ossystems.com.br For not to make a confusion: this was already commited from the other patch. Przemek ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org

[oe] [PATCH 06/51] opkg: don't install update-alternatives script

2009-11-18 Thread Martin Jansa
* it is copy of update-alternatives-cworth * it's not what distribution specifies with virtual/update-alternatives(-native) * make sure that update-alternatives-native is available for image creation (added to task-boot) --- recipes/opkg/opkg.inc |5 +++--

[oe] [PATCH 07/51] update-alternatives-cworth: use latest installed alternative

2009-11-18 Thread Martin Jansa
* if there is more alternatives with higest priority, use the one last in alternatives file (latest installed) * if target exists and its directory, remove link, otherwise new alternative link is created inside that direstory --- .../update-alternatives-cworth.inc |5 ++-

[oe] building versus just using native guile?

2009-11-18 Thread Robert P. J. Day
i'm hoping there's a simple OE solution to this. i'm still fighting trying to bitbake guile-native, and here's the tail end of log file that shows the problem: cat alist.doc arbiters.doc async.doc backtrace.doc boolean.doc chars.doc continuations.doc debug.doc deprecation.doc deprecated.doc

Re: [oe] building versus just using native guile?

2009-11-18 Thread Philip Balister
Can you remind me what distro you are using on your build machine? Normally, I seem to share your pain, but beagle-demo-image is building for me at the moment. (I'm basically wiping tmp and starting over as fast as i can atm) I am building on F11. Philip On 11/18/2009 09:40 AM, Robert P. J.

Re: [oe] building versus just using native guile?

2009-11-18 Thread Robert P. J. Day
On Wed, 18 Nov 2009, Philip Balister wrote: Can you remind me what distro you are using on your build machine? Normally, I seem to share your pain, but beagle-demo-image is building for me at the moment. (I'm basically wiping tmp and starting over as fast as i can atm) I am building on F11.

Re: [oe] Prebuilt toolchains

2009-11-18 Thread Gary Thomas
On 11/18/2009 06:40 AM, Gary Thomas wrote: On 11/17/2009 12:34 AM, Koen Kooi wrote: On 11-11-09 18:00, Gary Thomas wrote: I'd like to use my own toolchains when building OpenEmbedded. I've tried to follow the information at:

Re: [oe] [PATCH] squashfs-4.0: update squashfs-tools to include upstream LZMA inclusion.

2009-11-18 Thread Leon Woestenberg
Hello Otavio, On Wed, Nov 18, 2009 at 2:09 PM, Otavio Salvador ota...@ossystems.com.br wrote: On Tue, Nov 17, 2009 at 10:33 PM, Leon Woestenberg leon.woestenb...@gmail.com wrote: In OpenEmbedded we used squashfs 4.0 with external patch for LZMA compression support. In the meantime, squashfs

Re: [oe] [PATCH] kernel.bbclass: Move do_menuconfigure after do_configure.

2009-11-18 Thread Leon Woestenberg
Hello, On Wed, Nov 18, 2009 at 2:23 PM, Przemyslaw Wesolek przemyslaw.weso...@cs.put.poznan.pl wrote: Otavio Salvador wrote: Acked-by: Otavio Salvador ota...@ossystems.com.br For not to make a confusion: this was already commited from the other patch. Indeed, I removed both entries from the

[oe] build failure just trying to build guile-1.8.7 natively

2009-11-18 Thread Robert P. J. Day
(something i just mailed to the guile-devel list, as i was asking for their help earlier. in a nutshell, doing a simple native build of the tarball hits the same error.) -- Forwarded message -- Date: Wed, 18 Nov 2009 12:11:51 -0500 (EST) From: Robert P. J. Day

Re: [oe] Initial Support for the Samsung Omnia (SGH-i900)

2009-11-18 Thread Koen Kooi
On 18-11-09 17:12, Alex Ferguson wrote: I fixed the firmware issues and have made the firmware available externally. I'll test and upload the machine config along with the kernel, and a couple of support files for tslib and pointercal. Koen: Would a do_install_append_sgh-i900() function do?

Re: [oe] [PATCH] squashfs-4.0: update squashfs-tools to include upstream LZMA inclusion.

2009-11-18 Thread Otavio Salvador
Hello, On Wed, Nov 18, 2009 at 2:14 PM, Leon Woestenberg leon.woestenb...@gmail.com wrote: I agree with the move to mainline version however your recipe changes might need some improvement. You don't use the lzma recipe available in OE and instead grab it again ... IMO this is wrong since it

Re: [oe] [PATCH] squashfs-4.0: update squashfs-tools to include upstream LZMA inclusion.

2009-11-18 Thread Leon Woestenberg
Hello Otavio, On Wed, Nov 18, 2009 at 7:29 PM, Otavio Salvador ota...@ossystems.com.br wrote: On Wed, Nov 18, 2009 at 2:14 PM, Leon Woestenberg leon.woestenb...@gmail.com wrote: I agree with the move to mainline version however your recipe changes might need some improvement. You don't use

Re: [oe] [RFC] Merging of stable/2009 into dev

2009-11-18 Thread Phil Blundell
On Wed, 2009-11-18 at 18:11 -0200, Otavio Salvador wrote: From my POV the best alternative is, before we start changing a lot of stuff in dev we do a merge of stable/2009 into dev to allow easy merging from outside forks made by users. I don't quite understand what you mean by merging

Re: [oe] BAD_RECOMMENDATIONS is broken (opkg issue)

2009-11-18 Thread Graham Gower
2009/11/18 Sebastian Spaeth sebast...@sspaeth.de: additional: as this is an opkg issue, I am using opkg-native r240. Graham, is this supposed to work? Thanks, Spaetz A quick look at the relevant code for this indicates to me that it may work under certain circumstances. Its non trivial to

Re: [oe] Revert of 406cd0fee12ad99ba6d6f7d55f743cc4c6697955

2009-11-18 Thread Henning Heinold
Hi Bernhard, thanks for the patch, but _exit is not the problem. Problem is crappy iconv stuff. But I will fix it now the right way. Bye Henning ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org

Re: [oe] BAD_RECOMMENDATIONS is broken (opkg issue)

2009-11-18 Thread Phil Blundell
On Thu, 2009-11-19 at 07:50 +1030, Graham Gower wrote: 2009/11/18 Sebastian Spaeth sebast...@sspaeth.de: additional: as this is an opkg issue, I am using opkg-native r240. Graham, is this supposed to work? Thanks, Spaetz A quick look at the relevant code for this indicates to me

Re: [oe] [RFC] Merging of stable/2009 into dev

2009-11-18 Thread Otavio Salvador
Hello Phil, On Wed, Nov 18, 2009 at 6:42 PM, Phil Blundell ph...@gnu.org wrote: On Wed, 2009-11-18 at 18:11 -0200, Otavio Salvador wrote: From my POV the best alternative is, before we start changing a lot of stuff in dev we do a merge of stable/2009 into dev to allow easy merging from

Re: [oe] bitbake base-image: gmp-native: ERROR: function do_configure failed: configure: error: Oops, mp_limb_t is 32 bits, but the assembler code

2009-11-18 Thread Paul Menzel
Dear OpenEmbedded hackers, Am Mittwoch, den 18.11.2009, 10:41 +0100 schrieb Paul Menzel: Am Sonntag, den 15.11.2009, 20:03 +0100 schrieb Paul Menzel: I am trying to build Ångström following [1]. But $ bitbake base-image fails when working with gmp-native. ERROR:

[oe] Building problems

2009-11-18 Thread Paolo Cremonese
Hi ALL, I get suddenly a building problem. this is the output: pa...@ubuntu2:~/oe/stuff/build$ bitbake x11-image Traceback (most recent call last): File /home/paolo/oe/stuff/bitbake/bin/bitbake, line 143, in module main() File /home/paolo/oe/stuff/bitbake/bin/bitbake, line 123, in main

Re: [oe] Building problems

2009-11-18 Thread Robert P. J. Day
On Thu, 19 Nov 2009, Paolo Cremonese wrote: Hi ALL, I get suddenly a building problem. this is the output: pa...@ubuntu2:~/oe/stuff/build$ bitbake x11-image Traceback (most recent call last): File /home/paolo/oe/stuff/bitbake/bin/bitbake, line 143, in module main() File