Skip to content

polarfire-soc/polarfire-soc-yocto-manifests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

PolarFire SoC Yocto Manifests

This repository provides manifests to build the PolarFire SoC Yocto 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

Download the Yocto Project BSP

$ 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

Examples

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published