Interesting. Few comments: 1)
sudo echo foo >> sources.list does not work, you probably meant sudo sh -c 'echo foo >> sources.list' or even echo foo | sudo tee -a sources.list 2) Could you setup source repository (deb-src) for openembedded-sonkei? (If you are using reprepro I can help too). I usually don't want to install anything unofficial to my debian system unless I have tested that I can build the software with sudo apt-get build-dep foo fakeroot apt-get --build source foo so that I don't accidentally start to rely on something I can't rebuild if I hit a bug. _______________________________________________ Openmoko community mailing list [email protected] http://lists.openmoko.org/mailman/listinfo/community

