Openmoko presentation

Timo Juhani Lindfors timo.lindfors at iki.fi
Tue Aug 5 16:39:09 CEST 2008


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.




More information about the community mailing list