This repository provides manifests to build the PolarFire SoC Yocto BSP.
To use the manifests within this repository, the repo
tool must be installed first.
$ mkdir ~/bin
$ curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
$ chmod a+x ~/bin/repo
$ PATH=${PATH}:~/bin
$ mkdir yocto-dev && cd yocto-dev
$ repo init -u https://github.com/polarfire-soc/polarfire-soc-yocto-manifests.git -b <branch name> -m default.xml
To download the master branch:
$ mkdir yocto-dev && cd yocto-dev
$ repo init -u https://github.com/polarfire-soc/polarfire-soc-yocto-manifests.git -b main -m default.xml
For instructions on how to setup and use the Yocto BSP please refer to the PolarFire SoC Yocto BSP README.