Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Microchip Yocto Project Manifests

This repository provides manifests to build the Microchip Yocto Project BSP.

Install the repo utility

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

Choosing a Branch or Release Tag

Replace <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.

Available release tags

Download the Microchip PolarFire SoC Manifest

$ 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

Download the MPU SoC Manifest

$ 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

Download the PIC64GX Manifest

$ 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 sync

For instructions on how to setup and build the Microchip Yocto BSP please refer to the Microchip Yocto BSP README.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

5 watching

Forks

Releases

Packages

Contributors