[Angstrom-devel] Kernel build broken / toolchain issue

2012-03-02 Thread Eibach, Dirk
Since my update yesterday buidling the linux kernel is broken. I get cc1: error: Do not use -Os option if --enable-target-optspace is not set. This seems to be a toolchain issue. I was not able to determine which change brought that in, but the toolchain from beginning of this week worked fine.

[Angstrom-devel] Building tiff broken / More toolchain issues

2012-03-02 Thread Eibach, Dirk
Somehow iostream seems to be missing in oour latest toolchain | make[2]: Entering directory `/home/de/src/angstrom/setup-scripts/build/tmp-angstrom_2010_x-eglibc/wo rk/ppce500v2-angstrom-linux-gnuspe/tiff-4.0.1-r0/tiff-4.0.1/libtiff' | ../powerpc-angstrom-linux-gnuspe-libtool --tag=CC

Re: [Angstrom-devel] Kernel build broken / toolchain issue

2012-03-02 Thread Eibach, Dirk
Is it an option for you to build the kernel without -Os for the time being? Sure, that works fine. I am not using the angstrom kernel at the moment anyway. -- Guntermann Drunck GmbH Systementwicklung Dortmunder Str. 4a

Re: [Angstrom-devel] (Mixed security state) Re: Kernel build broken / toolchain issue

2012-03-02 Thread Eibach, Dirk
There was quoting fix for --enable-target-optspace in: http://git.openembedded.org/openembedded-core/commit/?id=30253 358f5e76fb7b25be27198b4c125e0dbdf2c -OPTSPACE = ${@base_contains(SPECIAL_ARCH_LIST, ${TARGET_ARCH}, , --enable-target-optspace,d)} +OPTSPACE =

Re: [Angstrom-devel] (Mixed security state) Re: (Mixed security state) Re: Kernel build broken / toolchain issue

2012-03-02 Thread Eibach, Dirk
if this is what you are looking for, but bitbake -e gcc | grep OPTSPACE gives Is this all? # OPTSPACE=${@base_contains(SPECIAL_ARCH_LIST, ${TARGET_ARCH}, , --enable-target-optspace,d)} Important is line bellow which shows actual value of this expresion (and doesn't start

Re: [Angstrom-devel] Problem with gdm

2012-03-01 Thread Eibach, Dirk
Ok, probably this is all related to the ancient kdrive. Starting a build with xorg and fbdev... Yep, that did the trick. So remember: kdrive is deprecated, means trouble, prefer xorg if possible. ___ Angstrom-distro-devel mailing list

Re: [Angstrom-devel] Problem with gdm

2012-02-29 Thread Eibach, Dirk
Ok, probably this is all related to the ancient kdrive. Starting a build with xorg and fbdev... Cheers Dirk ___ Angstrom-distro-devel mailing list Angstrom-distro-devel@linuxtogo.org

[Angstrom-devel] Login problem

2012-02-27 Thread Eibach, Dirk
I finally succeeded building my first angstrom image(systemd-gnome-image). My platform is Freescale P1022DS powerpc, I am using a self built kernel 3.3 configured with cgroups devtmpfs and autofs4. Booting results with a text mode login screen on DVI and systemd startup messages on serial port.

Re: [Angstrom-devel] Login problem

2012-02-27 Thread Eibach, Dirk
To: Eibach, Dirk Cc: Angstrom-distro-devel@linuxtogo.org Subject: Re: Login problem Op 27 feb. 2012, om 09:17 heeft Eibach, Dirk het volgende geschreven: I finally succeeded building my first angstrom image(systemd-gnome-image). My platform is Freescale P1022DS powerpc, I am using

Re: [Angstrom-devel] Login problem

2012-02-27 Thread Eibach, Dirk
If your machine.conf in OE lists the correct serial port you should get a login there. I have SERIAL_CONSOLE = -L 115200 ttyS0 Booting results with a text mode login screen on DVI and systemd startup messages on serial port. I can enter username and password but then the login

Re: [Angstrom-devel] Login problem

2012-02-27 Thread Eibach, Dirk
I have SERIAL_CONSOLE = -L 115200 ttyS0 hmmm, that is only supposed to have the baudrate and port, not options to getty as well. Thanks, that did the trick. No I have login prompt on DVI and serial. But login still hangs :( ___

[Angstrom-devel] SOLVED: Bitbake fails while parsing recipes

2012-02-23 Thread Eibach, Dirk
commit 3b224e16227f51a2ec29b80979e138b57639affc solved the problem for me. Thanks! ___ Angstrom-distro-devel mailing list Angstrom-distro-devel@linuxtogo.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel