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}:~/binReplace <branch-or-tag> in the commands below with:
- Branch:
-b <branch-name>(example:-b scarthgap) - Tag:
-b refs/tags/<tag-name>(example:-b refs/tags/linux4microchip-2026.04)
Tags require the refs/tags/ prefix! Using -b linux4microchip-2026.04 will fail.
$ mkdir yocto-dev && cd yocto-dev
$ repo init -u https://github.com/linux4microchip/meta-mchp-manifest.git -b <branch-or-tag> -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 <branch-or-tag> -m mpu/default.xml
$ repo sync$ mkdir yocto-dev && cd yocto-dev
$ repo init -u https://github.com/linux4microchip/meta-mchp-manifest.git -b <branch-or-tag> -m pic64/pic64gx/default.xml
$ repo syncFor instructions on how to setup and build the Microchip Yocto BSP please refer to the Microchip Yocto BSP README.