Rockchip Linux yocto/RK3288.RK3399

Refer https://github.com/rockchip-linux/manifests

Note 

Only old version of repo support "--no-clone-bundle"

# default Yocto/Pyro release for Rockchip 

 repo init --repo-url=https://github.com/rockchip-linux/repo --no-clone-bundle  -u https://github.com/rockchip-linux/manifests -b yocto -m pyro.xml
 

RK3288/Release

 repo init --repo-url=https://github.com/rockchip-linux/repo --no-clone-bundle -u https://github.com/rockchip-linux/manifests -b master -m rk3288_linux_release.xml
 

The RK3399 chips /Release

$ repo init --repo-url=https://github.com/rockchip-linux/repo --no-clone-bundle -u https://github.com/rockchip-linux/manifests -b master -m rk3399_linux_release.xml

 

### Sync 

 repo sync --no-clone-bundle

 

你可能感兴趣的:(ToolChain,Rockchip,yocto,Linux,CrossPlatform)