Re: [oe] Issues with .list files

2010-02-05 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05-02-10 19:12, Michael Morrell wrote: Ehm, no. If it did that you'd get missing shlibs in lots of cases. OE won't error out, but you're stabbing users of the packages in the eye since they get stuck with the mess. > > IMO, the miss

[oe] Angstrom on Archos 5IT

2010-02-05 Thread Denys Dmytriyenko
Angstrom on Archos 5IT: http://www.archos.com/products/imt/archos_5it/dualoslinux.html ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Re: [oe] EABI pain and frustration!

2010-02-05 Thread pspreadborough
- "Travis Stratman" wrote: > On Fri, 2010-02-05 at 13:41 -0800, Khem Raj wrote: > > On Fri, Feb 5, 2010 at 12:43 PM, Travis Stratman > > wrote: > > > On Fri, 2010-02-05 at 10:00 -0800, Khem Raj wrote: > > >> On Fri, Feb 5, 2010 at 4:29 AM, Detlef Vollmann > > >> wrote: > > >> > On 02

Re: [oe] Koen Kooi : xserver-xorg 1.7.3: fix regression where hal was disabled

2010-02-05 Thread Dallas Foley
Koen Kooi wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12-01-10 15:03, Martin Jansa wrote: On Fri, Jan 08, 2010 at 11:46:51AM +, git version control wrote: Module: openembedded.git Branch: org.openembedded.dev Commit: 3a9b352acba24c78b562d8dc6527b774cbb86041 URL: http://gitw

Re: [oe] EABI pain and frustration!

2010-02-05 Thread Travis Stratman
On Fri, 2010-02-05 at 13:41 -0800, Khem Raj wrote: > On Fri, Feb 5, 2010 at 12:43 PM, Travis Stratman > wrote: > > On Fri, 2010-02-05 at 10:00 -0800, Khem Raj wrote: > >> On Fri, Feb 5, 2010 at 4:29 AM, Detlef Vollmann wrote: > >> > On 02/03/10 15:03, pspreadboro...@comcast.net wrote: > >> >> >

Re: [oe] EABI pain and frustration!

2010-02-05 Thread Khem Raj
On Fri, Feb 5, 2010 at 12:43 PM, Travis Stratman wrote: > On Fri, 2010-02-05 at 10:00 -0800, Khem Raj wrote: >> On Fri, Feb 5, 2010 at 4:29 AM, Detlef Vollmann wrote: >> > On 02/03/10 15:03, pspreadboro...@comcast.net wrote: >> >> >> >> My 2.6.29 kernel is built with the CodeSourcery >> >> arm-20

Re: [oe] EABI pain and frustration!

2010-02-05 Thread Travis Stratman
On Fri, 2010-02-05 at 10:00 -0800, Khem Raj wrote: > On Fri, Feb 5, 2010 at 4:29 AM, Detlef Vollmann wrote: > > On 02/03/10 15:03, pspreadboro...@comcast.net wrote: > >> > >> My 2.6.29 kernel is built with the CodeSourcery > >> arm-2009q3-67-arm-none-linux-gnueabi compiler and has the EABI and > >

[oe] Working with OEMs

2010-02-05 Thread Jeremy Grant
I am currently working on project that we are planning on using openembedded. We will be using 6 ereader devices initially from 2 different manufactures. One of the manufactures already uses open embedded the other is not. We are needing to explain to the other OEM why they should

Re: [oe] [RFC] BB_STAMP_BLACKLIST

2010-02-05 Thread C Michael Sundius
I sent this to the bitbake-dev list but thought that the discussion would be useful to others in the wider OE world... Also I'm realizing that maybe I should have called it a Request For Comment :] all comments are appreciated. Mike On Wed, Feb 3, 2010 at 12:59 PM, C Michael Sundius wrote: > A

Re: [oe] Issues with .list files

2010-02-05 Thread Michael Morrell
>>> Ehm, no. If it did that you'd get missing shlibs in lots of cases. OE >>> won't error out, but you're stabbing users of the packages in the eye >>> since they get stuck with the mess. IMO, the missing shlib message should be fatal. Cases where this message appears need to be fixed. >> But

Re: [oe] EABI pain and frustration!

2010-02-05 Thread Khem Raj
On Fri, Feb 5, 2010 at 4:29 AM, Detlef Vollmann wrote: > On 02/03/10 15:03, pspreadboro...@comcast.net wrote: >> >> My 2.6.29 kernel is built with the CodeSourcery >> arm-2009q3-67-arm-none-linux-gnueabi compiler and has the EABI and >> OABI_COMPAT config options enabled. Using this kernel I can b

[oe] problem using modphp_5.1.6-r3.5_armv7a > signal Segmentation fault (11)

2010-02-05 Thread Bruno Chatignoux
Hello I compile modphp_5.1.6-r3.5_armv7a i don't have error. I use the default configuration for modphp_5.1.6-r3.5. I use apache2_2.2.14-r1.5_armv7a (Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8j PHP/5.1.6 configured) When i open script php I have an blank screen and in the apache err

Re: [oe] Issues with .list files

2010-02-05 Thread Michael Smith
Michael Morrell wrote: Second, when a bitbake run is done with lots of parallelism, it is possible that it tries to open a nonexistent .list file (it was there when it did the os.listdir call, but that package later removed it before it recreates it), causing a crash here. We are seeing such cr

Re: [oe] Please don't add git SRCPV stuff, it breaks parsing

2010-02-05 Thread Martin Jansa
On Fri, Feb 05, 2010 at 02:51:35PM +0100, Koen Kooi wrote: > Current offender: > http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=9d0578e9cf5de355192385d64b2cdf194f729216 Fixed, sorry. -- uin:136542059jid:martin.ja...@gmail.com Jansa Martin sip:jama..

[oe] Please don't add git SRCPV stuff, it breaks parsing

2010-02-05 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Current offender: http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=9d0578e9cf5de355192385d64b2cdf194f729216 -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.5 (Darwin) iD8DBQFLbCJnMkyGM64RGpERApUFAJoDFS99GC0EOUZEh0kgUbQsMaIk3wCfdMmq QXl

Re: [oe] Issues with .list files

2010-02-05 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05-02-10 13:47, Philip Balister wrote: > On 02/05/2010 07:37 AM, Koen Kooi wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> On 05-02-10 04:24, Michael Morrell wrote: >>> If I understand the algorithm in package_do_shlibs correctly, e

Re: [oe] OpenEmbedded stand at FOSDEM

2010-02-05 Thread Florian Boor
Hi, Ulf Samuelsson schrieb: > The SAM9G10 is basically a SAM9261S with fixed LCD to do > RGB instead of BGRI. I never bothered to get one anyway. > > The SAM9G45 is a completely different beast > with DDR2, High Speed USB, dual busses (unlike SAM9263, > it has real high throughput on both), and

Re: [oe] EABI pain and frustration!

2010-02-05 Thread pspreadborough
- "Detlef Vollmann" wrote: > On 02/03/10 15:03, pspreadboro...@comcast.net wrote: > > My 2.6.29 kernel is built with the CodeSourcery > arm-2009q3-67-arm-none-linux-gnueabi > > compiler and has the EABI and OABI_COMPAT config options enabled. > Using this kernel > > I can boot my SA1110 iP

Re: [oe] EABI pain and frustration!

2010-02-05 Thread Detlef Vollmann
On 02/03/10 15:03, pspreadboro...@comcast.net wrote: My 2.6.29 kernel is built with the CodeSourcery arm-2009q3-67-arm-none-linux-gnueabi compiler and has the EABI and OABI_COMPAT config options enabled. Using this kernel I can boot my SA1110 iPaq into a OABI ramfs with no problems, however if I

Re: [oe] Issues with .list files

2010-02-05 Thread Philip Balister
On 02/05/2010 07:37 AM, Koen Kooi wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05-02-10 04:24, Michael Morrell wrote: If I understand the algorithm in package_do_shlibs correctly, each package creates a .list file which is a list of all the shared libraries provided by that package

Re: [oe] Issues with .list files

2010-02-05 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05-02-10 04:24, Michael Morrell wrote: > If I understand the algorithm in package_do_shlibs correctly, each package > creates a .list file which is a list of all the shared libraries provided by > that package. It also generates a list of all the

Re: [oe] [PATCH 4/6] pixman: add version 0.17.4 with neon patches

2010-02-05 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This one fails to build for armv7a with some weird libtool problem regards, Koen On 20-01-10 13:27, Martin Jansa wrote: > Signed-off-by: Martin Jansa > --- > ...Dropped-delegation-support-for-pixman_blt.patch | 356 > > ...0

Re: [oe] packaged staging fails in do_deploy for kernel

2010-02-05 Thread Frans Meulenbroeks
2010/1/26 Frans Meulenbroeks : > 2010/1/23 Andrea Adami : >>> I set the DEPLOY_DIR_PSTAGE to outside tmp. (packaged-staging is >>> already inherited by default in Angstrom). >> Then you incurr in that infamous issue: >> http://blog.denix.org/2008/09/getting-even-more-dangerous-with-pstage.html > >