diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/manifest.xml | 10 | ||||
-rwxr-xr-x | scripts/setup-environment.sh | 2 |
2 files changed, 3 insertions, 9 deletions
diff --git a/scripts/manifest.xml b/scripts/manifest.xml index 6c6f727..f6e6f84 100644 --- a/scripts/manifest.xml +++ b/scripts/manifest.xml | |||
@@ -7,7 +7,6 @@ | |||
7 | <remote fetch="git://git.openembedded.org" name="oe"/> | 7 | <remote fetch="git://git.openembedded.org" name="oe"/> |
8 | <remote fetch="git://github.com/Freescale" name="freescale"/> | 8 | <remote fetch="git://github.com/Freescale" name="freescale"/> |
9 | <remote fetch="git://github.com/beagleboard" name="beagleboard"/> | 9 | <remote fetch="git://github.com/beagleboard" name="beagleboard"/> |
10 | <remote fetch="git://git.toradex.com" name="toradex"/> | ||
11 | <remote fetch="git://github.com/architech-boards" name="architech"/> | 10 | <remote fetch="git://github.com/architech-boards" name="architech"/> |
12 | <remote fetch="git://github.com/meta-qt5" name="meta-qt5"/> | 11 | <remote fetch="git://github.com/meta-qt5" name="meta-qt5"/> |
13 | <remote fetch="http://codereview.qt-project.org/yocto" name="qtyocto"/> | 12 | <remote fetch="http://codereview.qt-project.org/yocto" name="qtyocto"/> |
@@ -36,7 +35,7 @@ | |||
36 | remote="yocto" | 35 | remote="yocto" |
37 | revision="a6b95df4d7ab122f1e5b7632e2273b75f853af4b" | 36 | revision="a6b95df4d7ab122f1e5b7632e2273b75f853af4b" |
38 | path="sources/meta-fsl-arm" | 37 | path="sources/meta-fsl-arm" |
39 | groups="notdefault,external,fsl,toradex,architech,ti,bbb,smx6,renesas"/> | 38 | groups="notdefault,external,fsl,architech,ti,bbb,smx6,renesas"/> |
40 | <project name="meta-ti" | 39 | <project name="meta-ti" |
41 | remote="yocto" | 40 | remote="yocto" |
42 | revision="f807c7185321fb407e82c529ddff310dc037f727" | 41 | revision="f807c7185321fb407e82c529ddff310dc037f727" |
@@ -51,17 +50,12 @@ | |||
51 | remote="freescale" | 50 | remote="freescale" |
52 | revision="99649b72f60fda4a2cfb2333791fe0f92997fa9e" | 51 | revision="99649b72f60fda4a2cfb2333791fe0f92997fa9e" |
53 | path="sources/meta-fsl-arm-extra" | 52 | path="sources/meta-fsl-arm-extra" |
54 | groups="notdefault,external,fsl,toradex,architech,smx6"/> | 53 | groups="notdefault,external,fsl,architech,smx6"/> |
55 | <project name="meta-beagleboard" | 54 | <project name="meta-beagleboard" |
56 | remote="beagleboard" | 55 | remote="beagleboard" |
57 | revision="b5c709b2b6bd3bf236df923fa8f245a00fbb1b60" | 56 | revision="b5c709b2b6bd3bf236df923fa8f245a00fbb1b60" |
58 | path="sources/meta-beagleboard" | 57 | path="sources/meta-beagleboard" |
59 | groups="notdefault,external,bbb"/> | 58 | groups="notdefault,external,bbb"/> |
60 | <project name="meta-toradex" | ||
61 | remote="toradex" | ||
62 | revision="485643678b2d39d37b1cc9d1aa2200bb934b08de" | ||
63 | path="sources/meta-toradex" | ||
64 | groups="notdefault,external,toradex"/> | ||
65 | <project name="meta-tibidabo" | 59 | <project name="meta-tibidabo" |
66 | remote="architech" | 60 | remote="architech" |
67 | revision="06c6b09e0776507e1230aa98b5ca10d9d3968286" | 61 | revision="06c6b09e0776507e1230aa98b5ca10d9d3968286" |
diff --git a/scripts/setup-environment.sh b/scripts/setup-environment.sh index 8da1b94..9b40650 100755 --- a/scripts/setup-environment.sh +++ b/scripts/setup-environment.sh | |||
@@ -57,7 +57,7 @@ BUILDDIRECTORY=${BUILDDIRECTORY:-build-${MACHINE}} | |||
57 | if [ ! -f ${PWD}/${BUILDDIRECTORY}/conf/bblayers.conf ]; then | 57 | if [ ! -f ${PWD}/${BUILDDIRECTORY}/conf/bblayers.conf ]; then |
58 | case ${MACHINE} in | 58 | case ${MACHINE} in |
59 | apalis-imx6|colibri-imx6|colibri-vf|colibri-imx7) | 59 | apalis-imx6|colibri-imx6|colibri-vf|colibri-imx7) |
60 | LAYERSCONF="bblayers.conf.toradex.sample" | 60 | LAYERSCONF="bblayers.conf.fsl.sample" |
61 | ;; | 61 | ;; |
62 | imx6qsabresd|imx6dlsabresd|nitrogen6x|imx7dsabresd) | 62 | imx6qsabresd|imx6dlsabresd|nitrogen6x|imx7dsabresd) |
63 | LAYERSCONF="bblayers.conf.fsl.sample" | 63 | LAYERSCONF="bblayers.conf.fsl.sample" |