This repository provides manifests to build the Microchip Yocto Project 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/linux4microchip/meta-mchp-manifest.git -b scarthgap -m polarfire-soc/default.xml
$ repo sync
$ mkdir yocto-dev && cd yocto-dev
$ repo init -u https://github.com/linux4microchip/meta-mchp-manifest.git -b scarthgap -m mpu/default.xml
$ repo sync
For instructions on how to setup and build the Microchip Yocto BSP please refer to the Microchip Yocto BSP README.