January 2018
Intermediate to advanced
456 pages
12h 49m
English
For an example, we will use repo to download all the repositories listed in the previous recipe to our host system. For that, we will point it to the FSL community BSP manifest for the Rocko release:
<?xml version="1.0" encoding="UTF-8"?> <manifest> <default sync-j="4" revision="master"/> <remote fetch="https://git.yoctoproject.org/git" name="yocto"/> <remote fetch="https://github.com/Freescale" name="freescale"/> <remote fetch="https://github.com/openembedded" name="oe"/> <project remote="yocto" revision="rocko" name="poky" path="sources/poky"/> <project remote="yocto" revision="rocko" name="meta-freescale" path="sources/meta-freescale"/> <project remote="oe" revision="rocko" name="meta-openembedded" path="sources/meta-openembedded"/> ...
Read now
Unlock full access