summaryrefslogtreecommitdiffstats
path: root/scripts/setup-environment.sh
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2016-03-16 16:00:23 +0200
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2016-04-08 12:51:50 +0000
commit2848919526f575d9eaaccf19d4bfaa4a0f4043c2 (patch)
tree7fa0e4282b3acfdd45c5e77da776f8d60362553d /scripts/setup-environment.sh
parente81f728cc5849a51ab9f0429a9ad7d22add2634b (diff)
downloadmeta-boot2qt-2848919526f575d9eaaccf19d4bfaa4a0f4043c2.tar.gz
BBB: use new kernel
main-line 3.8 kernel in meta-beagleboard no longer builds with gcc5. Use 3.14 kernel from beagleboard.org which should provide cape manager support as well. Change-Id: I7456fb949afc0415cfba4f865a193819183b1b51 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
Diffstat (limited to 'scripts/setup-environment.sh')
-rwxr-xr-xscripts/setup-environment.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/setup-environment.sh b/scripts/setup-environment.sh
index 9e8c4d1..7f0f506 100755
--- a/scripts/setup-environment.sh
+++ b/scripts/setup-environment.sh
@@ -60,12 +60,9 @@ if [ ! -f ${PWD}/${BUILDDIRECTORY}/conf/bblayers.conf ]; then
60 tibidabo) 60 tibidabo)
61 LAYERSCONF="bblayers.conf.tibidabo.sample" 61 LAYERSCONF="bblayers.conf.tibidabo.sample"
62 ;; 62 ;;
63 beagleboard|am335x-evm) 63 beaglebone|beagleboard|am335x-evm)
64 LAYERSCONF="bblayers.conf.ti.sample" 64 LAYERSCONF="bblayers.conf.ti.sample"
65 ;; 65 ;;
66 beaglebone)
67 LAYERSCONF="bblayers.conf.bbb.sample"
68 ;;
69 raspberrypi|raspberrypi2|raspberrypi3) 66 raspberrypi|raspberrypi2|raspberrypi3)
70 LAYERSCONF="bblayers.conf.rpi.sample" 67 LAYERSCONF="bblayers.conf.rpi.sample"
71 ;; 68 ;;