Install openembedded:
--------------
git clone git://git.openembedded.org/openembedded
--------------
Find out the branches they have:
---------------
git branch -a
---------------
Checkout a branch and bring it to local:
---------------
git checkout -b stable2009 remotes/origin/stable/2009
---------------
After install, you need set the kernel variable to 0. Otherwise, locale will complain later
---------------
echo 0 > /proc/sys/vm/mmap_min_addr
---------------
If the above line generate an access denied error, use:
---------------
sudo -s
---------------
Friday, April 9, 2010
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment