[yocto] Nightly Build for Weekly Testing

2012-11-14 Thread Saul Wold
se issue. http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=9e0d3c0faa9cc80ce8f2ce0eb31dcd20ef875955 This contains the build artifacts. http://autobuilder.yoctoproject.org/pub/nightly/20121114-1/machines/ Please do standard weekly testing. Thanks Sau! __

Re: [yocto] Problem compiling diffutils on poky-tiny in danny

2012-11-14 Thread Darren Hart
On 11/14/2012 01:47 PM, Tim Bird wrote: > On 11/14/2012 11:05 AM, Darren Hart wrote: ... I really need to get the poky-tiny docs going... right after I finish these kernel docs I guess... anyone want to volunteer? >>> >>> I'd be happy to write some stuff up. It wouldn't >>> be exhausti

Re: [yocto] Problem compiling diffutils on poky-tiny in danny

2012-11-14 Thread Tim Bird
On 11/14/2012 01:47 PM, Tim Bird wrote: > On 11/14/2012 11:05 AM, Darren Hart wrote: >> On 11/14/2012 10:57 AM, Tim Bird wrote: >>> On 11/14/2012 10:50 AM, Darren Hart wrote: runqemu doesn't quite know what to make of poky-tiny :-) Try the following: $ qemu-system-i386 -kernel path/t

Re: [yocto] Problem compiling diffutils on poky-tiny in danny

2012-11-14 Thread Tim Bird
On 11/14/2012 11:05 AM, Darren Hart wrote: > On 11/14/2012 10:57 AM, Tim Bird wrote: >> On 11/14/2012 10:50 AM, Darren Hart wrote: >>> runqemu doesn't quite know what to make of poky-tiny :-) Try the following: >>> >>> $ qemu-system-i386 -kernel path/to/kernel -initrd path/to/image.cpio.gz >>> -nog

Re: [yocto] Problem compiling diffutils on poky-tiny in danny

2012-11-14 Thread Darren Hart
On 11/14/2012 10:57 AM, Tim Bird wrote: > On 11/14/2012 10:50 AM, Darren Hart wrote: >> runqemu doesn't quite know what to make of poky-tiny :-) Try the following: >> >> $ qemu-system-i386 -kernel path/to/kernel -initrd path/to/image.cpio.gz >> -nographic -append "console=ttyS0 root=/dev/ram0" >

Re: [yocto] Problem compiling diffutils on poky-tiny in danny

2012-11-14 Thread Tim Bird
On 11/14/2012 10:50 AM, Darren Hart wrote: > runqemu doesn't quite know what to make of poky-tiny :-) Try the following: > > $ qemu-system-i386 -kernel path/to/kernel -initrd path/to/image.cpio.gz > -nographic -append "console=ttyS0 root=/dev/ram0" Ahh. That's helpful. Thanks. > I really need

Re: [yocto] Problem compiling diffutils on poky-tiny in danny

2012-11-14 Thread Darren Hart
On 11/14/2012 10:43 AM, Tim Bird wrote: > On 11/14/2012 08:48 AM, Darren Hart wrote: >> >> >> On 11/13/2012 05:11 PM, Tim Bird wrote: >>> Hi all, >>> >>> I'm using DISTRO=poky-tiny and trying to build: >>> $ bitbake core-image-minimal-initramfs >>> >>> I get the following error trying to compile

Re: [yocto] do_fetch failure with libowl-0.1

2012-11-14 Thread Rudolf Streif
Looks like the downloaded source file is corrupted although that should be caught by the checksum verification. Try to locate the source file in DL_DIR and unpack it manually. If it is corrupt delete the file, run a cleanall on the libowl recipe and run bitbake again. Rudi On Nov 14, 2012 10:39 AM

Re: [yocto] Problem compiling diffutils on poky-tiny in danny

2012-11-14 Thread Tim Bird
On 11/14/2012 08:48 AM, Darren Hart wrote: > > > On 11/13/2012 05:11 PM, Tim Bird wrote: >> Hi all, >> >> I'm using DISTRO=poky-tiny and trying to build: >> $ bitbake core-image-minimal-initramfs >> >> I get the following error trying to compile diffutils: >> >> ... >> i586-poky-linux-gcc -m32

[yocto] meta-freescale general mailing list

2012-11-14 Thread McClintock Matthew-B29882
YoctoProject.org is now hosting a meta-freescale mailing list that are going to unify the communities of meta-fsl-ppc and meta-fsl-arm. >From now on all patches affecting meta-fsl-ppc and meta-fsl-arm can be sent to meta-freesc...@yoctoproject.org and have the respective tag in the patch. Please c

Re: [yocto] Problem compiling diffutils on poky-tiny in danny

2012-11-14 Thread Darren Hart
On 11/13/2012 05:11 PM, Tim Bird wrote: > Hi all, > > I'm using DISTRO=poky-tiny and trying to build: > $ bitbake core-image-minimal-initramfs > > I get the following error trying to compile diffutils: > > ... > i586-poky-linux-gcc -m32 -march=i586 > --sysroot=/a/home/tbird/work/yocto/dan

[yocto] [meta-ivi][PATCH 2/2] dlt-daemon: Use systemd class from meta-systemd

2012-11-14 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-extended/dlt-daemon/dlt-daemon_2.9.0.bb | 31 ++ 1 files changed, 25 insertions(+), 6 deletions(-) diff --git a/recipes-extended/dlt-daemon/dlt-daemon_2.9.0.bb b/recipes-extended/dlt-daemon/dlt-daemon_2.9.0.bb index 7a20647..52a69f

[yocto] [meta-ivi][PATCH 1/2] dlt-daemon: Package utils, libraries, test etc. separately

2012-11-14 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-extended/dlt-daemon/dlt-daemon_2.9.0.bb | 24 +++--- 1 files changed, 20 insertions(+), 4 deletions(-) diff --git a/recipes-extended/dlt-daemon/dlt-daemon_2.9.0.bb b/recipes-extended/dlt-daemon/dlt-daemon_2.9.0.bb index 9cdbfc0..7a2064

Re: [yocto] No package is created after do_install

2012-11-14 Thread Peter Oruba
Am 12.11.2012 14:44, schrieb Peter Oruba: Hello everybody I am using Yocto as a framework to build Debian packages. So far there is a recipe working up to the stage that source is fetched and copied (for now compiling is simply skipped). That part works fine, however, I am having a hard time to

Re: [yocto] Problem compiling diffutils on poky-tiny in danny

2012-11-14 Thread Tomas Frydrych
Hi Tim, On 14/11/12 01:11, Tim Bird wrote: > ./wctype.h:448:1: error: static declaration of 'iswalnum' follows non-static > declaration > ./wctype.h:460:1: error: static declaration of 'iswalpha' follows non-static > declaration > ... > Has anyone seen this type of error before, or can provide s