summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2016-11-01 17:42:30 +0200
committerSamuli Piippo <samuli.piippo@qt.io>2016-11-03 14:11:20 +0000
commit3fe43d008f771ba79f8a0fdf79142163d5211bdc (patch)
treed556dfe1e2ce53b8bb3ac4bdcccd363c44855ed1 /scripts
parent5983f5a52c7eef165244ad9c4b24c2a72479b2e9 (diff)
downloadmeta-boot2qt-3fe43d008f771ba79f8a0fdf79142163d5211bdc.tar.gz
tibidabo: remove all files
Tibidabo does not build and is no longer supported. Change-Id: Iacd8ad7e8d8db68a9edc23540b22dabb1dbfcd0e Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Risto Avila <risto.avila@qt.io>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/manifest.xml10
-rwxr-xr-xscripts/setup-environment.sh3
2 files changed, 2 insertions, 11 deletions
diff --git a/scripts/manifest.xml b/scripts/manifest.xml
index 3a64b21..e54e2a2 100644
--- a/scripts/manifest.xml
+++ b/scripts/manifest.xml
@@ -6,7 +6,6 @@
6 <remote fetch="git://git.yoctoproject.org" name="yocto"/> 6 <remote fetch="git://git.yoctoproject.org" name="yocto"/>
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/architech-boards" name="architech"/>
10 <remote fetch="git://github.com/meta-qt5" name="meta-qt5"/> 9 <remote fetch="git://github.com/meta-qt5" name="meta-qt5"/>
11 <remote fetch="git://code.qt.io/yocto" name="qtyocto"/> 10 <remote fetch="git://code.qt.io/yocto" name="qtyocto"/>
12 <remote fetch="ssh://codereview.qt-project.org/yocto" name="gerrit"/> 11 <remote fetch="ssh://codereview.qt-project.org/yocto" name="gerrit"/>
@@ -35,7 +34,7 @@
35 remote="yocto" 34 remote="yocto"
36 revision="a6b95df4d7ab122f1e5b7632e2273b75f853af4b" 35 revision="a6b95df4d7ab122f1e5b7632e2273b75f853af4b"
37 path="sources/meta-fsl-arm" 36 path="sources/meta-fsl-arm"
38 groups="notdefault,external,fsl,architech,ti,smx6,renesas"/> 37 groups="notdefault,external,fsl,ti,smx6,renesas"/>
39 <project name="meta-ti" 38 <project name="meta-ti"
40 remote="yocto" 39 remote="yocto"
41 revision="f807c7185321fb407e82c529ddff310dc037f727" 40 revision="f807c7185321fb407e82c529ddff310dc037f727"
@@ -50,12 +49,7 @@
50 remote="freescale" 49 remote="freescale"
51 revision="99649b72f60fda4a2cfb2333791fe0f92997fa9e" 50 revision="99649b72f60fda4a2cfb2333791fe0f92997fa9e"
52 path="sources/meta-fsl-arm-extra" 51 path="sources/meta-fsl-arm-extra"
53 groups="notdefault,external,fsl,architech,smx6"/> 52 groups="notdefault,external,fsl,smx6"/>
54 <project name="meta-tibidabo"
55 remote="architech"
56 revision="06c6b09e0776507e1230aa98b5ca10d9d3968286"
57 path="sources/meta-tibidabo"
58 groups="notdefault,external,architech"/>
59 <project name="meta-intel" 53 <project name="meta-intel"
60 remote="intel" 54 remote="intel"
61 revision="b8c199201ffe026485a14e1fcfc398e2b3551512" 55 revision="b8c199201ffe026485a14e1fcfc398e2b3551512"
diff --git a/scripts/setup-environment.sh b/scripts/setup-environment.sh
index 5825bf1..cd48639 100755
--- a/scripts/setup-environment.sh
+++ b/scripts/setup-environment.sh
@@ -65,9 +65,6 @@ if [ ! -f ${PWD}/${BUILDDIRECTORY}/conf/bblayers.conf ]; then
65 smarc-samx6i) 65 smarc-samx6i)
66 LAYERSCONF="bblayers.conf.smx6.sample" 66 LAYERSCONF="bblayers.conf.smx6.sample"
67 ;; 67 ;;
68 tibidabo)
69 LAYERSCONF="bblayers.conf.tibidabo.sample"
70 ;;
71 beagleboard|beaglebone|am335x-evm) 68 beagleboard|beaglebone|am335x-evm)
72 LAYERSCONF="bblayers.conf.ti.sample" 69 LAYERSCONF="bblayers.conf.ti.sample"
73 ;; 70 ;;