Skip to content

lycheepi/orangepi-manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

# orangepi-manifest

Orange Pi Repo Manifest README

This repo is used to download manifests for Orange Pi BSP

To use this manifest repo, 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

To excute 
$: mkdir <release>
$: cd <release>
$: repo init -u https://github.com/lycheepi/orangepi-manifest -b <branch name> [ -m <release manifest>]
  
Each branch will have detailed READMEs describing exact syntax.

Examples  

To download the orangepi-3-3.10.65-1.0.0_ga.xml release

repo init -u https://github.com/lycheepi/orangepi-manifest -m orangepi-3-3.10.65-1.0.0_ga.xml -b orangepi-linux-rocko

About

BSP platform manifest for Orange Pi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published