September 2016
Intermediate to advanced
989 pages
24h 10m
English
In this recipe, we will install the community Freescale BSP Yocto release that adds support for Freescale hardware to our Yocto installation.
With so many layers, manually cloning each of them and adding them to your project's conf/bblayers.conf file is cumbersome. The community is using the repo tool developed by Google for their community Android to ease the installation of Yocto.
To install repo in your host system, type in the following commands:
$ sudo curl http://commondatastorage.googleapis.com/git-repo- downloads/repo > /usr/local/sbin/repo $ sudo chmod a+x /usr/local/sbin/repo
The repo tool is a Python utility that parses an XML file, called manifest, with a list of Git repositories. ...
Read now
Unlock full access