summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2016-09-02 11:58:28 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2016-09-12 12:34:57 +0000
commitc23246d7bfeec65dc69eb381adc38916df486ad2 (patch)
tree4d945e4274eae3089b57b2e0cf5f0fc5c8b374d0 /scripts
parent0ae680c6463b82dfcd4a7692eb35dc4a9456b2f7 (diff)
downloadmeta-boot2qt-c23246d7bfeec65dc69eb381adc38916df486ad2.tar.gz
TI: Use latest versions of u-boot and kernel
Remove use of meta-beagleboard and use recipes provided in meta-ti instead. Beaglebone will not work fully with the linux-ti-staging, follow up commit will fix that. U-boot changes need to be ported to newer version if still required. Change-Id: I3e06b6e310c0d40b9b4b33276802e4817cee0295 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/manifest.xml10
-rwxr-xr-xscripts/setup-environment.sh5
2 files changed, 3 insertions, 12 deletions
diff --git a/scripts/manifest.xml b/scripts/manifest.xml
index f6e6f84..deb8e49 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/beagleboard" name="beagleboard"/>
10 <remote fetch="git://github.com/architech-boards" name="architech"/> 9 <remote fetch="git://github.com/architech-boards" name="architech"/>
11 <remote fetch="git://github.com/meta-qt5" name="meta-qt5"/> 10 <remote fetch="git://github.com/meta-qt5" name="meta-qt5"/>
12 <remote fetch="http://codereview.qt-project.org/yocto" name="qtyocto"/> 11 <remote fetch="http://codereview.qt-project.org/yocto" name="qtyocto"/>
@@ -35,12 +34,12 @@
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,bbb,smx6,renesas"/> 37 groups="notdefault,external,fsl,architech,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"
42 path="sources/meta-ti" 41 path="sources/meta-ti"
43 groups="notdefault,external,ti,bbb"/> 42 groups="notdefault,external,ti"/>
44 <project name="meta-raspberrypi" 43 <project name="meta-raspberrypi"
45 remote="yocto" 44 remote="yocto"
46 revision="2745399f75d7564fcc586d0365ff73be47849d0e" 45 revision="2745399f75d7564fcc586d0365ff73be47849d0e"
@@ -51,11 +50,6 @@
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,architech,smx6"/>
54 <project name="meta-beagleboard"
55 remote="beagleboard"
56 revision="b5c709b2b6bd3bf236df923fa8f245a00fbb1b60"
57 path="sources/meta-beagleboard"
58 groups="notdefault,external,bbb"/>
59 <project name="meta-tibidabo" 53 <project name="meta-tibidabo"
60 remote="architech" 54 remote="architech"
61 revision="06c6b09e0776507e1230aa98b5ca10d9d3968286" 55 revision="06c6b09e0776507e1230aa98b5ca10d9d3968286"
diff --git a/scripts/setup-environment.sh b/scripts/setup-environment.sh
index 9b40650..5825bf1 100755
--- a/scripts/setup-environment.sh
+++ b/scripts/setup-environment.sh
@@ -68,12 +68,9 @@ if [ ! -f ${PWD}/${BUILDDIRECTORY}/conf/bblayers.conf ]; then
68 tibidabo) 68 tibidabo)
69 LAYERSCONF="bblayers.conf.tibidabo.sample" 69 LAYERSCONF="bblayers.conf.tibidabo.sample"
70 ;; 70 ;;
71 beagleboard|am335x-evm) 71 beagleboard|beaglebone|am335x-evm)
72 LAYERSCONF="bblayers.conf.ti.sample" 72 LAYERSCONF="bblayers.conf.ti.sample"
73 ;; 73 ;;
74 beaglebone)
75 LAYERSCONF="bblayers.conf.bbb.sample"
76 ;;
77 raspberrypi0|raspberrypi|raspberrypi2|raspberrypi3) 74 raspberrypi0|raspberrypi|raspberrypi2|raspberrypi3)
78 LAYERSCONF="bblayers.conf.rpi.sample" 75 LAYERSCONF="bblayers.conf.rpi.sample"
79 ;; 76 ;;