Prerequisites (Ubuntu 14) -get yocto sources (tested with commit b8631416f12b8a904ce3deb036f9d5ce632937b0) -run 'git clone git://git.yoctoproject.org/poky' -change directory to '' -run 'git checkout b8631416f12b8a904ce3deb036f9d5ce632937b0' -get raspberrypi yocto layer (tested with commit 6c6f44136f7e1c97bc45be118a48bd9b1fef1072) -change directory to '' -run 'git clone git://git.yoctoproject.org/meta-raspberrypi' -change directory to '/meta-raspberrypi' -run 'git checkout 6c6f44136f7e1c97bc45be118a48bd9b1fef1072' -prepare to build -run 'source /oe-init-build-env ' -add the following line to '/conf/local.conf' MACHINE = "raspberrypi" -optionally add the following lines to '/conf/local.conf' BB_NUMBER_THREADS = "4" PARALLEL_MAKE = "-j5" -add the raspberrypi layer path '/meta-raspberrypi' to 'BBLAYERS' variable in '' -run 'git checkout master' -get raspberrypi yocto layer -change directory to '' -run 'git clone git://git.yoctoproject.org/meta-raspberrypi' -change directory to '/meta-raspberrypi' -run 'git checkout master' -prepare to build -run 'source /oe-init-build-env ' -add the following line to '/conf/local.conf' MACHINE = "raspberrypi" -optionally add the following lines to '/conf/local.conf' BB_NUMBER_THREADS = "4" PARALLEL_MAKE = "-j5" -add the raspberrypi layer path '/meta-raspberrypi' to 'BBLAYERS' variable in '