You are viewing outdated content for BUG. If you have a BUG Y.T. edition or 2.0 series device, please visit our updated wiki: http://wiki.buglabs.net
Navit svn
From BUG Wiki
Introduction
This howto will show how to build navit from svn using poky and some nasty hacks(that's why it's described here and not commited in buglabs svn)
Howto
- First read Kernel_and_Rootfs_Build_System because we will use this build system
- download the extra-repos svn branch of the build system:
svn co svn://svn.buglabs.net/bug/branches/R1.4/extras-repo/com.buglabs.build.oe
- then do:
wget http://bugcommunity.com/wiki/images/1/16/Navit.tar.bz2 cd com.buglabs.build.oe tar xvjpf ../Navit.tar.bz2
then build navit as usual:
source reinstate-build-env bitbake navit
