Skip to content
Hippie Hacker edited this page May 5, 2015 · 1 revision

Welcome to the edison-src wiki! 

I've noticed that the yocto binaries and sources have been down for five days, so here's some simple instructions to build an edison image without depending on Intel.

git clone [email protected]:ii/edison-src.git

You need some dependencies to build, but I just use easy-build.

docker run -t -i --volume=`pwd`/edison-src:/edison-src --name=build-yocto  gmacario/build-yocto
cd /edison-src

Our git repo didn't import a bunch of the tarballs Intel includes in their release, so I put them into our release page for now:

./device-software/setup.sh
Clone this wiki locally