diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/manifest.xml | 22 | ||||
| -rwxr-xr-x | scripts/setup-environment.sh | 3 |
2 files changed, 21 insertions, 4 deletions
diff --git a/scripts/manifest.xml b/scripts/manifest.xml index 685e1ea..9951654 100644 --- a/scripts/manifest.xml +++ b/scripts/manifest.xml | |||
| @@ -1,8 +1,5 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8"?> | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <manifest> | 2 | <manifest> |
| 3 | |||
| 4 | <default sync-j="4" revision="dizzy"/> | ||
| 5 | |||
| 6 | <remote fetch="git://git.yoctoproject.org" name="yocto"/> | 3 | <remote fetch="git://git.yoctoproject.org" name="yocto"/> |
| 7 | <remote fetch="git://git.openembedded.org" name="oe"/> | 4 | <remote fetch="git://git.openembedded.org" name="oe"/> |
| 8 | <remote fetch="git://github.com/Freescale" name="freescale"/> | 5 | <remote fetch="git://github.com/Freescale" name="freescale"/> |
| @@ -13,6 +10,8 @@ | |||
| 13 | <remote fetch="git://github.com/openembedded" name="oe-mirror"/> | 10 | <remote fetch="git://github.com/openembedded" name="oe-mirror"/> |
| 14 | <remote fetch="git://github.com/madisongh" name="madisongh"/> | 11 | <remote fetch="git://github.com/madisongh" name="madisongh"/> |
| 15 | <remote fetch="ssh://git@git.qt.io/boot2qt" name="playground"/> | 12 | <remote fetch="ssh://git@git.qt.io/boot2qt" name="playground"/> |
| 13 | <remote fetch="git://github.com/renesas-rcar" name="renesas"/> | ||
| 14 | <remote fetch="git://git.linaro.org/openembedded" name="linaro"/> | ||
| 16 | 15 | ||
| 17 | <project name="poky" | 16 | <project name="poky" |
| 18 | remote="yocto" | 17 | remote="yocto" |
| @@ -35,7 +34,7 @@ | |||
| 35 | remote="freescale" | 34 | remote="freescale" |
| 36 | revision="fc804d29ee85d58e9bb66f7319e749b53e192457" | 35 | revision="fc804d29ee85d58e9bb66f7319e749b53e192457" |
| 37 | path="sources/meta-freescale" | 36 | path="sources/meta-freescale" |
| 38 | groups="notdefault,external,fsl,ti,smx6"/> | 37 | groups="notdefault,external,fsl,ti,smx6,renesas-gen3"/> |
| 39 | <project name="meta-ti" | 38 | <project name="meta-ti" |
| 40 | remote="yocto" | 39 | remote="yocto" |
| 41 | revision="0862a33b8d642e5fad031a78f90410d497453415" | 40 | revision="0862a33b8d642e5fad031a78f90410d497453415" |
| @@ -61,6 +60,16 @@ | |||
| 61 | revision="fba09b70a8ac36248e5fcea611e3bb661bb089fc" | 60 | revision="fba09b70a8ac36248e5fcea611e3bb661bb089fc" |
| 62 | path="sources/meta-tegra" | 61 | path="sources/meta-tegra" |
| 63 | groups="notdefault,external,jetson"/> | 62 | groups="notdefault,external,jetson"/> |
| 63 | <project name="meta-renesas" | ||
| 64 | remote="renesas" | ||
| 65 | revision="95cb48ba09bc7e55fd549817e3e26723409e68d5" | ||
| 66 | path="sources/meta-renesas" | ||
| 67 | groups="notdefault,external,renesas-gen3"/> | ||
| 68 | <project name="meta-linaro" | ||
| 69 | remote="linaro" | ||
| 70 | revision="c44bd0ebc8ca2e6201996ef7cba8b71421d3aff7" | ||
| 71 | path="sources/meta-linaro" | ||
| 72 | groups="notdefault,external,renesas-gen3"/> | ||
| 64 | 73 | ||
| 65 | <project name="nvidia-layer" | 74 | <project name="nvidia-layer" |
| 66 | remote="playground" | 75 | remote="playground" |
| @@ -72,6 +81,11 @@ | |||
| 72 | revision="5e04f79155936ae10bbbea72e012336be6631448" | 81 | revision="5e04f79155936ae10bbbea72e012336be6631448" |
| 73 | path="sources/vibrante-t186" | 82 | path="sources/vibrante-t186" |
| 74 | groups="notdefault,internal"/> | 83 | groups="notdefault,internal"/> |
| 84 | <project name="renesas-rcar-gen3" | ||
| 85 | remote="playground" | ||
| 86 | revision="41c966df95fad1d8fca5c24676c437a46e997c5f" | ||
| 87 | path="sources/renesas-rcar-gen3" | ||
| 88 | groups="notdefault,internal"/> | ||
| 75 | <project name="meta-smx6" | 89 | <project name="meta-smx6" |
| 76 | remote="playground" | 90 | remote="playground" |
| 77 | revision="c2f639ef4b2fd5809ab95fb330d28c2716aa290d" | 91 | revision="c2f639ef4b2fd5809ab95fb330d28c2716aa290d" |
diff --git a/scripts/setup-environment.sh b/scripts/setup-environment.sh index f29832d..85820e3 100755 --- a/scripts/setup-environment.sh +++ b/scripts/setup-environment.sh | |||
| @@ -77,6 +77,9 @@ if [ ! -f ${PWD}/${BUILDDIRECTORY}/conf/bblayers.conf ]; then | |||
| 77 | tegra-x1|tegra-t18x) | 77 | tegra-x1|tegra-t18x) |
| 78 | LAYERSCONF="bblayers.conf.nvidia-tegra.sample" | 78 | LAYERSCONF="bblayers.conf.nvidia-tegra.sample" |
| 79 | ;; | 79 | ;; |
| 80 | salvator-x|h3ulcb|m3ulcb) | ||
| 81 | LAYERSCONF="bblayers.conf.rcar-gen3.sample" | ||
| 82 | ;; | ||
| 80 | emulator) | 83 | emulator) |
| 81 | LAYERSCONF="bblayers.conf.emulator.sample" | 84 | LAYERSCONF="bblayers.conf.emulator.sample" |
| 82 | ;; | 85 | ;; |
