Re: [oe] [Angstrom-devel] [PATCH] sane-feed.inc: adding some ATMEL boards

2010-01-12 Thread Nicolas Ferre
Le 11/01/2010 18:06, Koen Kooi : > On 11-01-10 16:45, Nicolas Ferre wrote: >> Add some armv5te entries for ATMEL -EK boards. > > FEED_ARCH is deprecated and shouldn't be used any more. I'm surprised it > spread beyond angstrom after it being deprecated, but I guess that's > what blind copy-pasting

Re: [oe] building classpath / ecj-initial fails

2010-01-12 Thread Chris Veigl
Martin Jansa gmail.com> writes: > > On Mon, Jan 11, 2010 at 08:57:13PM +, Chris Veigl wrote: > > Martin Jansa gmail.com> writes: > > I did it only for classpath-native, maybe you need similar workaround > for classpath (if you don't need to build gjdoc). > > # SHR distro.. We had only thi

Re: [oe] Remote Debugging

2010-01-12 Thread FQ | Jaume Ribot
Khem Raj escribió: On Sat, Jan 9, 2010 at 9:15 AM, Joerg Eesmann wrote: Hi again, sometimes one can`t see the obvious, but thanks for help. I connected gdb remote. But I got following message: warning: The current binary is a PIE (Position Independent Executable), which GDB does NOT current

Re: [oe] Gnu/stubs-32.h not found

2010-01-12 Thread Phil Blundell
On Tue, 2010-01-12 at 10:49 +0300, Perepelica Alexander wrote: > I try compile target for x86_64 platform but I get > /x86_64-oe-linux/usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No > such file or directory > Where can I disable multilib feature gcc? > Or maybe can I install multilibs int

Re: [oe] Gnu/stubs-32.h not found

2010-01-12 Thread Perepelica Alexander
Hello Phil! This isn't really anything to do with multilibs. I think you just need to figure out why that file is not being correctly installed and fix it. It's hard/impossible to give any real advice on that without knowing which package versions you are using and which one you were trying

[oe] [gcc 4.4.2] [libcap, vdr] relocation R_ARM_MOVW_ABS_NC against `a local symbol' can not be used when making a shared object; recompile with -fPIC

2010-01-12 Thread Paul Menzel
Dear OE hackers, sorry for bothering you with this. I am trying to reproduce the errors Henning has seen with g++ 4.4.2 [1] and therefore added the following lines to my `local.conf` for Ångström with BeagleBoard [2]. Am Montag, den 11.01.2010, 23:42 +0100 schrieb Paul Menzel: […] > Putting >

[oe] [PATCH] xserver-common: add SAM9G10/G45/9RL to Xserver file

2010-01-12 Thread Nicolas Ferre
Adding some Atmel AT91 chips to Xserver file. Signed-off-by: Nicolas Ferre --- recipes/xserver-common/files/Xserver-at91.patch | 18 ++ recipes/xserver-common/xserver-common_1.25.bb |3 ++- 2 files changed, 20 insertions(+), 1 deletions(-) create mode 100644 recipes/xser

Re: [oe] [gcc 4.4.2] [libcap, vdr] relocation R_ARM_MOVW_ABS_NC against `a local symbol' can not be used when making a shared object; recompile with -fPIC

2010-01-12 Thread Frans Meulenbroeks
2010/1/12 Paul Menzel : > Dear OE hackers, > > > sorry for bothering you with this. I am trying to reproduce the errors > Henning has seen with g++ 4.4.2 [1] and therefore added the following > lines to my `local.conf` for Ångström with BeagleBoard [2]. > > Am Montag, den 11.01.2010, 23:42 +0100 sc

[oe] [vdr] TARGET_CXXFLAGS do not include CXX_FLAGS from Makefile (was: vdr: questions regarding cplusplus.patch)

2010-01-12 Thread Paul Menzel
Dear OE hackers, Am Montag, den 11.01.2010, 23:42 +0100 schrieb Paul Menzel: […] > Putting > > PREFERRED_VERSION_binutils = "2.20" > PREFERRED_VERSION_binutils-cross = "2.20" > PREFERRED_VERSION_binutils-cross-sdk = "2.20" > >

Re: [oe] [gcc 4.4.2] [libcap, vdr] relocation R_ARM_MOVW_ABS_NC against `a local symbol' can not be used when making a shared object; recompile with -fPIC

2010-01-12 Thread Paul Menzel
Am Dienstag, den 12.01.2010, 12:29 +0100 schrieb Frans Meulenbroeks: > 2010/1/12 Paul Menzel : > > sorry for bothering you with this. I am trying to reproduce the errors > > Henning has seen with g++ 4.4.2 [1] and therefore added the following > > lines to my `local.conf` for Ångström with BeagleBo

[oe] kdriver kmode.c policy

2010-01-12 Thread Nicolas Ferre
Hi all, I have a bunch of modelines to add to the kdMonitorTimings table of kmode.c file (xorg-server : kdrive). I see that several patches are already modifying this file. I would like to know what is the proper way to add some modelines without adding "yet another machine specific patch" ? tha

Re: [oe] qemu again :(

2010-01-12 Thread Marc Olzheim
On Thu, Nov 05, 2009 at 10:29:32AM +0100, Steffen Sledz wrote: > >> Yesterday i tried to use OE at my new notebook for the first time. But > >> i hit a qemu problem again: > >> ... > >> | mmap: Permission denied > >> > >> All solutions for this problem i found see the cause in a wrong > >> setting

[oe] [RFC][PATCH] Move udev cache creation after checkroot

2010-01-12 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, What's your opinion on attached (untested) patch? If there's some consensus that this is a step in the right direction I'll create a working & tested patch to commit. Nota bene: I'm not going to discuss the merits of udev caching, only the impact

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

2010-01-12 Thread Martin Jansa
On Fri, Jan 08, 2010 at 11:46:51AM +, git version control wrote: > Module: openembedded.git > Branch: org.openembedded.dev > Commit: 3a9b352acba24c78b562d8dc6527b774cbb86041 > URL: > http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3a9b352acba24c78b562d8dc6527b774cbb86041 > >

Re: [oe] [RFC][PATCH] Move udev cache creation after checkroot

2010-01-12 Thread Graeme Gregory
On Tue, Jan 12, 2010 at 02:54:48PM +0100, Koen Kooi wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, > > What's your opinion on attached (untested) patch? If there's some > consensus that this is a step in the right direction I'll create a > working & tested patch to commit. > >

[oe] Adding PXA270 based Machine....

2010-01-12 Thread balakrishnan
I going to add pxa270 based machine with Angstrom distribution to OE, regarding this can I have answer of list of my doubts... 1.Whether I can send machine conf ,linux recipes, U-Boot recipes and Image recipes are in single patch or separated patch? 2.If OE-Dev mailing list accepted

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

2010-01-12 Thread Koen Kooi
-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://gitweb.o

Re: [oe] Gnu/stubs-32.h not found

2010-01-12 Thread Phil Blundell
On Tue, 2010-01-12 at 13:32 +0300, Perepelica Alexander wrote: > He is log Ah, I see. So, you were right: it is in fact a multilibs problem. What has happened here is that gcc is trying to build a 32-bit version of libgcc2, but you haven't compiled a 32-bit version of glibc yet. There are two p

[oe] bitbaking helloworld

2010-01-12 Thread saleh usman
Hi I've run bitbake helloworld and it has generated output .There are 3 folders in /deploy/glibc all which contain so many ipk files. In openembedde Getting Started it has been said that it will generate static executable.I don't know which file is the static executable which I can run on my

Re: [oe] bitbaking helloworld

2010-01-12 Thread Andrea Adami
Saleh, the ipk can be opened with ar -x Usually one *installs* the ipk...otherwise you can have hard time with the dependencies. (not for helloworld, happily :) Regards Andrea ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.or

Re: [oe] bitbaking helloworld

2010-01-12 Thread Saleh Usman
Andrea Adami gmail.com> writes: > > Saleh, the ipk can be opened with ar -x > Usually one *installs* the ipk...otherwise you can have hard time with > the dependencies. > (not for helloworld, happily :) > > Regards > > Andrea > and which ipk I should extract that contains executable to be run

[oe] Does OE’s Angstrom Linux support SMP (S ymmetric multiprocessing) on beagle board.

2010-01-12 Thread gagan singh
Chaps,  Do the Angstrom version of Linux supports SMP for  Dual core (A8 + TI DSP 320C64x) beagle board. If not, where I should look in tutorial to work on adding support for such a feature.  I try Google it but no much could be located.    Regards   Gagan   _

Re: [oe] Does OE’s Angstrom Linux support SMP (Sy mmetric multiprocessing) on beagle board.

2010-01-12 Thread Phil Blundell
On Tue, 2010-01-12 at 06:57 -0800, gagan singh wrote: > Do the Angstrom version of Linux supports SMP for Dual > core (A8 + TI DSP 320C64x) beagle board. If not, where I should look in > tutorial to work on adding support for such a feature. > I try Google it but no much co

Re: [oe] Does OE’s Angstrom Linux support SMP (S ymmetric multiprocessing) on beagle board.

2010-01-12 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12-01-10 15:57, gagan singh wrote: > Chaps, > Do the Angstrom version of Linux supports SMP for Dual > core (A8 + TI DSP 320C64x) beagle board. If not, where I should look in > tutorial to work on adding support for such a fe

Re: [oe] Gnu/stubs-32.h not found

2010-01-12 Thread Michael Smith
Phil Blundell wrote: On Tue, 2010-01-12 at 13:32 +0300, Perepelica Alexander wrote: Ah, I see. So, you were right: it is in fact a multilibs problem. What has happened here is that gcc is trying to build a 32-bit version of libgcc2, but you haven't compiled a 32-bit version of glibc yet. Th

Re: [oe] Gnu/stubs-32.h not found

2010-01-12 Thread Perepelica Alexander
Thanks, Michael, Phil! I will try but I now stuck with e2fsprogs and AM_GNU_GETTEXT. After I resolve I try changes which Michael propose * Michael Smith [Tue, 12 Jan 2010 10:19:03 -0500]: Phil Blundell wrote: > On Tue, 2010-01-12 at 13:32 +0300, Perepelica Alexander wrote: > Ah, I see. So, yo

Re: [oe] bitbaking helloworld

2010-01-12 Thread Andrea Adami
> and which ipk I should extract that contains executable to be run on my > platform something like deploy/glibc/ipk/ARCH/helloworld-static-xyz.ipk ? Andrea ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.lin

Re: [oe] Does OE’s Angstrom Linux support SMP (S ymmetric multiprocessing) on beagle board.

2010-01-12 Thread gagan singh
Hi Koen,     I have run some dsplink tutorials examples on the beagle board.  But the OS that runs on DSP  is DSP/BIOS. Not Angstrom version of Linux. I am not sure if scheduling multiple tasks ,tasklets etc can be distributed  with dsplink  while running multiple appli

Re: [oe] Does OE’s Angstrom Linux support SMP (Sy mmetric multiprocessing) on beagle board.

2010-01-12 Thread gagan singh
Hi Phil,    I thought general response time of any general application time will be faster. Say Just getting a feeling of running General purpose Computer OS/applications   on a 1 GHz  processor while actually it is running on 500MHz CPU with SMP support(Keeping overhead time aside)  

Re: [oe] [PATCH] Add e2fsprogs 1.41.9. [WAS Re: bitbake and e2fsprogs-1.41.9?]

2010-01-12 Thread Robert P. J. Day
On Tue, 12 Jan 2010, Graham Gower wrote: > FYI, here is the patch that was submitted upstream: > http://sourceforge.net/tracker/?func=detail&aid=2813809&group_id=2406&atid=302406 > > The issue with 1.41.5 went away for me when I installed 32bit compatibility > libs on my pure 64 bit system. > > -G

[oe] [STABLE][PATCH] classpath-native: disable-gjdoc, it calls antlr and fails without antlr installed on buildhost (runantlr from antlr-native is found by configure, but antlr.jar from staging doesn'

2010-01-12 Thread Marcin Juszkiewicz
From: Martin Jansa Signed-off-by: Martin Jansa Signed-off-by: Marcin Juszkiewicz --- recipes/classpath/classpath-native.inc |1 + recipes/classpath/classpath-native_0.97.2.bb |2 +- recipes/classpath/classpath-native_0.98.bb |2 +- 3 files changed, 3 insertions(+), 2 deleti

Re: [oe] Gnu/stubs-32.h not found

2010-01-12 Thread Perepelica Alexander
> Thanks, Michael, Phil! > I will try but I now stuck with e2fsprogs and AM_GNU_GETTEXT. > After I resolve I try changes which Michael propose I don't why but I already two time stuck in problem when I get errors in compiling but after I comment my local.conf lines PARALLEL_MAKE = "-j 20" BB_NUM

[oe] [STABLE][PATCH] jamvm-initial: add libffi-native dependency

2010-01-12 Thread Marcin Juszkiewicz
From: Martin Jansa Signed-off-by: Martin Jansa Signed-off-by: Marcin Juszkiewicz --- recipes/jamvm/jamvm-initial_1.5.0.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/recipes/jamvm/jamvm-initial_1.5.0.bb b/recipes/jamvm/jamvm-initial_1.5.0.bb index 1566deb..4ef56c

Re: [oe] [PATCH] Add e2fsprogs 1.41.9. [WAS Re: bitbake and e2fsprogs-1.41.9?]

2010-01-12 Thread Robert P. J. Day
On Tue, 12 Jan 2010, Robert P. J. Day wrote: > On Tue, 12 Jan 2010, Graham Gower wrote: > > > FYI, here is the patch that was submitted upstream: > > http://sourceforge.net/tracker/?func=detail&aid=2813809&group_id=2406&atid=302406 > > > > The issue with 1.41.5 went away for me when I installed 32

[oe] [STABLE][PATCH] matchbox-session: simple provider of Matchbox session for X11 startup

2010-01-12 Thread Marcin Juszkiewicz
From: Marcin Juszkiewicz In GPE images we use gpe-session-scripts to provide Xsession init scripts for launching Matchbox components. But what if someone do not want GPE but want Matchbox? Poky has it cleaned in other way. Signed-off-by: Marcin Juszkiewicz --- recipes/matchbox-session/matchbo

Re: [oe] Does OE’s Angstrom Linux support SMP (Sy mmetric multiprocessing) on beagle board.

2010-01-12 Thread Phil Blundell
I would have thought the interconnect performance would be the least of your worries. It seems that a rather bigger obstacle to running any kind of SMP on this hardware would be the issue that the two cores have different instruction sets: the DSP can't execute ARM code, and the ARM can't execute

Re: [oe] Adding PXA270 based Machine....

2010-01-12 Thread Henning Heinold
On Tue, Jan 12, 2010 at 07:32:39PM +0530, balakrishnan wrote: > I going to add pxa270 based machine with Angstrom distribution > to OE, regarding this can I have answer of list of my doubts... > > 1.Whether I can send machine conf ,linux recipes, U-Boot recipes and > Image recipes are

[oe] Apache staging for building modules

2010-01-12 Thread David Winn
I'm trying to create a recipe mod_fastcgi for use with apache2 in OE, and hit a bit of a problem. In order to build mod_fastcgi requires access to the apache source directory, which is removed by rm_work. Apache2-native is staging headers and apxs which might work for building native modules, but w

Re: [oe] Adding PXA270 based Machine....

2010-01-12 Thread Phil Blundell
On Tue, 2010-01-12 at 19:32 +0530, balakrishnan wrote: > I going to add pxa270 based machine with Angstrom distribution > to OE, regarding this can I have answer of list of my doubts... > > 1.Whether I can send machine conf ,linux recipes, U-Boot recipes and > Image recipes are in single patch

Re: [oe] update-alternatives broken badly (by me :()

2010-01-12 Thread Martin Jansa
Hi, Still no review/ACK :(. I'll try to explain it better to show how bad it can be and even make review easier. We have target where sysvinit as init is crucial for successful boot (ie SHR on freerunner) and u-a-cworth is installed on image, because task-boot RDEPENDs on update-alternatives. L

[oe] [PATCH] Additional defconfigs for at91bootstrap-2.13 (untested)

2010-01-12 Thread Ulf Samuelsson
From: Ulf Samuelsson Add at91bootstrap-2.13 defconfig's for non-at91sam9g45ek board. These configurations compiles, but have not been tested on a board yet. They are provided to allow others to test and perhaps merge. Signed-off-by: Ulf Samuelsson --- diff --git a/recipes/at91bootstrap/at91bo

[oe] GTK+, disabled XKB a.k.a. why keymaps/ModeSwitch don't work well in GPE or XFCE

2010-01-12 Thread Stanislav Brabec
Hallo. We just spent some time by debugging of an annoying bug - broken Mode_Switch key in GPE and XFCE. Surprisingly, the problem affects only GTK+ applications and it is caused by --disable-xkb configure options in OE gtk+ recipes(*). It - made impossible to upgrade to the new version of kdriv

[oe] [PATCH} AT91SAM9G45 BSP [1/4] Machine Configuration

2010-01-12 Thread Ulf Samuelsson
From: Ulf Samuelsson Add support for AT91SAM9G45EK (SAM9M10G45EK with AT91SAM9G45 chip) Board config is split up into three files to allow easier maintenance of AT91 boards. machine/.conf machine/include/AT91.inc machine/include/AT91-LCD.inc A machine with an LCD controller would normally inclu

[oe] [PATCH} AT91SAM9G45 BSP [3/4] u-boot-2009-08

2010-01-12 Thread Ulf Samuelsson
From: Ulf Samuelsson Add U-boot recipe for AT91SAM9G45EK Signed-off-by: Ulf Samuelsson --- diff --git a/recipes/u-boot/u-boot_2009.08.bb b/recipes/u-boot/u-boot_2009.08.bb index b7f7851..6401b7a 100644 --- a/recipes/u-boot/u-boot_2009.08.bb +++ b/recipes/u-boot/u-boot_2009.08.bb @@ -1,8 +1,9 @

[oe] [PATCH} AT91SAM9G45 BSP [2/4] at91bootstrap-2.13

2010-01-12 Thread Ulf Samuelsson
From: Ulf Samuelsson Add support for at91bootstrap-2.13. Fixes problem with stack, breaking all boards, compared to 2.13-rc[1-7] Updates kconfig to 2.6.32 More options to save code on SRAM constrained SAM9260. Builds for the following at91 chips. * afeb9260 * at91cap9adk * at91cap9stk * at91sam9g

[oe] [PATCH] Additional AT91 machine configurations (untested, and requires AT91SAM9G45EK patchset before use)

2010-01-12 Thread Ulf Samuelsson
From: Ulf Samuelsson Add machine configurations using the two new include files provided by the AT91SAM9G45 BSP (AT91.inc and AT91-LCD.inc in machine/include) These have not been tested on a board yet, but will allow other people to test and perhaps merge. Signed-off-by: Ulf Samuelsson --- dif

Re: [oe] dependencies between packages

2010-01-12 Thread C Michael Sundius
One way to resolve this without bumping all the PR's would be to record the PRs of all pacakges it depends on. (direct and indirect). If you rebuild a package and any of the depends packages has a PR that is increased, the package is rebuild, even if PR is not changed. Another way could be t

Re: [oe] bitbaking helloworld

2010-01-12 Thread Gary Thomas
On 01/12/2010 07:50 AM, Saleh Usman wrote: Andrea Adami gmail.com> writes: Saleh, the ipk can be opened with ar -x Usually one *installs* the ipk...otherwise you can have hard time with the dependencies. (not for helloworld, happily :) Regards Andrea and which ipk I should extract that c

[oe] [PATCH 3/3] busybox: bump INC_PR to force postinst script run on targets after u-a fixup

2010-01-12 Thread Martin Jansa
--- recipes/busybox/busybox.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/recipes/busybox/busybox.inc b/recipes/busybox/busybox.inc index 753b402..519fcd6 100644 --- a/recipes/busybox/busybox.inc +++ b/recipes/busybox/busybox.inc @@ -11,7 +11,7 @@ LICENSE = "GPL" S

[oe] [PATCH 1/3] opkg, update-alternatives-cworth: use /usr/lib/opkg/alternatives directory instead of /usr/lib/ipkg/alternatives

2010-01-12 Thread Martin Jansa
* It's usefull to make it compatible with u-a script in opkg package * Old entries are merged to new directory in quite verbose postinst script * If entry exists only in old its moved * If entry exists in both the one with more lines is used * The one with less lines is not used and warning is sh

[oe] [PATCH 2/3] task-boot: use DISTRO_UPDATE_ALTERNATIVES instead of update-alternatives directly

2010-01-12 Thread Martin Jansa
* Images built after 2009-12-08 9b641bbfed07c075ae5cbe84082a85f1ba703447 probably use opkg-native, but also ship with u-a-cworth Signed-off-by: Martin Jansa --- recipes/tasks/task-boot.bb | 10 -- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/recipes/tasks/task-boot.

[oe] Correct way continue build after error

2010-01-12 Thread Perepelica Alexander
Hello! I look in docs but didn't find answer for subj. Problem is if build is failed then I change receipt or configs and then what must I do to continue? If I must recompile last stage (with configuring and/or unpacking) are some ways to do that? -- Thank you. Perepelica Alexander