diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/manifest_tibidabo.xml | 31 | ||||
| -rwxr-xr-x | scripts/setup-environment.sh | 3 |
2 files changed, 34 insertions, 0 deletions
diff --git a/scripts/manifest_tibidabo.xml b/scripts/manifest_tibidabo.xml new file mode 100644 index 0000000..97c18dd --- /dev/null +++ b/scripts/manifest_tibidabo.xml | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | <manifest> | ||
| 3 | |||
| 4 | <default sync-j="4" revision="dora"/> | ||
| 5 | |||
| 6 | <remote fetch="git://git.yoctoproject.org" name="yocto"/> | ||
| 7 | <remote fetch="git://git.openembedded.org" name="oe"/> | ||
| 8 | <remote fetch="git://github.com/Freescale" name="freescale"/> | ||
| 9 | <remote fetch="https://github.com/architech-boards/" name="architech"/> | ||
| 10 | |||
| 11 | <project name="poky" | ||
| 12 | remote="yocto" | ||
| 13 | revision="84c2763fa0bf08a83caa2c5ee532b5bef2ff918b" | ||
| 14 | path="sources/poky"/> | ||
| 15 | <project name="meta-openembedded" | ||
| 16 | remote="oe" | ||
| 17 | revision="40e0f371f3eb1628655c484feac0cebf810737b4" | ||
| 18 | path="sources/meta-openembedded"/> | ||
| 19 | |||
| 20 | <project name="meta-fsl-arm" | ||
| 21 | remote="yocto" | ||
| 22 | revision="fb1681666fac9c096314cd01242be4613b7ff140" | ||
| 23 | path="sources/meta-fsl-arm" | ||
| 24 | groups="notdefault,architech"/> | ||
| 25 | <project name="meta-tibidabo" | ||
| 26 | remote="architech" | ||
| 27 | revision="06c6b09e0776507e1230aa98b5ca10d9d3968286" | ||
| 28 | path="sources/meta-tibidabo" | ||
| 29 | groups="notdefault,architech"/> | ||
| 30 | |||
| 31 | </manifest> | ||
diff --git a/scripts/setup-environment.sh b/scripts/setup-environment.sh index cc15776..16815a8 100755 --- a/scripts/setup-environment.sh +++ b/scripts/setup-environment.sh | |||
| @@ -55,6 +55,9 @@ if [ ! -f ${PWD}/${BUILDDIR}/conf/bblayers.conf ]; then | |||
| 55 | imx53qsb|imx6qsabresd|nitrogen6x) | 55 | imx53qsb|imx6qsabresd|nitrogen6x) |
| 56 | LAYERSCONF="bblayers.conf.fsl.sample" | 56 | LAYERSCONF="bblayers.conf.fsl.sample" |
| 57 | ;; | 57 | ;; |
| 58 | tibidabo) | ||
| 59 | LAYERSCONF="bblayers.conf.tibidabo.sample" | ||
| 60 | ;; | ||
| 58 | beagleboard|am335x-evm) | 61 | beagleboard|am335x-evm) |
| 59 | LAYERSCONF="bblayers.conf.ti.sample" | 62 | LAYERSCONF="bblayers.conf.ti.sample" |
| 60 | ;; | 63 | ;; |
