summaryrefslogtreecommitdiffstats
path: root/scripts/setup-environment.sh
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2016-04-13 14:06:53 +0300
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2016-04-18 06:46:25 +0000
commit746ebaa87f5f2bf8722b4d5e84822e065daa4266 (patch)
tree5403c2fca36c14f5dc8b1844f2a41d63be3bcb2a /scripts/setup-environment.sh
parentac3620551872d8196505425648eaef9ee0bb771f (diff)
downloadmeta-boot2qt-746ebaa87f5f2bf8722b4d5e84822e065daa4266.tar.gz
Revert "BBB: use new kernel"
This reverts commit 2848919526f575d9eaaccf19d4bfaa4a0f4043c2. New kernel is missing cape manager and HDMI output does not work. Change-Id: I5acf277c8ec96cec253a1c9cd2cbfef547baf81e Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
Diffstat (limited to 'scripts/setup-environment.sh')
-rwxr-xr-xscripts/setup-environment.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/setup-environment.sh b/scripts/setup-environment.sh
index 7f0f506..9e8c4d1 100755
--- a/scripts/setup-environment.sh
+++ b/scripts/setup-environment.sh
@@ -60,9 +60,12 @@ 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 beaglebone|beagleboard|am335x-evm) 63 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 ;;
66 raspberrypi|raspberrypi2|raspberrypi3) 69 raspberrypi|raspberrypi2|raspberrypi3)
67 LAYERSCONF="bblayers.conf.rpi.sample" 70 LAYERSCONF="bblayers.conf.rpi.sample"
68 ;; 71 ;;