seco-yocto-manifest
SECO Repo Manifest README
This repo is used to download manifests for SECO BSP releases.
To use this manifest repo, the 'repo' tool must be isntalled first.
$: mkdir ~/bin
$: curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
$: chmod a+x /bin/repo
/bin{PATH}:
To execute $: mkdir $: cd $: repo init -u https://git.seco.com/pub/i.mx/yocto/seco-yocto-manifest -b [ -m ] $: repo sync
Each branch will have detailed READMEs describing exact syntax.
Examples
To download the 4.19.35-1.0.0 (actually the master branch) release repo init -u https://git.seco.com/pub/i.mx/yocto/seco-yocto-manifest -m seco-imx-4.19.35-1.0.0.xml repo sync -j4