[yocto] Agenda: Yocto Technical Team Meeting - Tuesday, November 15, 2011 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US & Canada)

2011-11-13 Thread Liu, Song
* Opens collection - 5 min (Song) * Yocto 1.0.2 and 1.1.1 point release update - 5 min (Josh) * Yocto 1.2 M1 Status (features development and bug fixing) - 10 min (Song) * Opens - 10 min * Action item Review - 5 min 1. Richard will review unsorted features and prioritize them. (WIP) * Weekly team s

Re: [yocto] Trying to cross compile Mono - glib link error

2011-11-13 Thread autif khan
I bitbaked core-image-sato-sdk It did not produce a tar.gz of the file system I improvised and (-o loop) mounted the core-image-sato-sdk-atom-pc.ext3 at /home/autif/data/dev/projects/yocto/sysroot autif@hp8440w:~/data/dev/projects/yocto/sysroot$ ls bin dev home lost+found mnt sbin tmp v

[yocto] Yocto weekly bug trend charts -- WW46

2011-11-13 Thread Xu, Jiajun
Hi all, The overall open bug trend continue increasing last week. Open bug and WDD number increased to 165 and 846. Bug status of WW46 could be found on https://wiki.yoctoproject.org/wiki/Yocto_Bug_Trend. Best Regards, Jiajun ___ yocto mailing

Re: [yocto] Trying to cross compile Mono - glib link error

2011-11-13 Thread autif khan
Here are some more environment variables (they all look as expected, I am not sure if they are right): autif@hp8440w:~/data/dev/projects/yocto/mono-2.10.6$ set | grep i586 CC=i586-poky-linux-gcc CFLAGS=' -m32 -march=i586 --sysroot=/home/autif/data/dev/projects/yocto/sysroot' CONFIGURE_FLAGS='--t

Re: [yocto] Trying to cross compile Mono - glib link error

2011-11-13 Thread Zhang, Jessica
Autif, It should be tar.bz2 file instead of tar.gz file. But I'd suggest to setup your cross dev environment using the adt-installer. You can follow the instruction in the ADT manual. The way that you setup the curren cross-dev environment is kind of hack around issues, which haven't been te