summaryrefslogtreecommitdiffstats
path: root/scripts/setup-environment.sh
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2016-03-16 09:27:00 +0200
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2016-04-08 12:51:37 +0000
commit2f745904ddf909956d325594d99840891735556b (patch)
treeddbc3ce72247e2c09738d7c71ba2aed16f0f12a3 /scripts/setup-environment.sh
parent9a46c8174a1814a628b63b795b31cf4e181b72a3 (diff)
downloadmeta-boot2qt-2f745904ddf909956d325594d99840891735556b.tar.gz
NUC: use the common intel-corei7-64 BSP
meta-intel no longer has specific BSPs for each machine, but they share a common BSP based on the architecture. Change-Id: Ibbb7b8b2153103367168ea37d904ce23bc245108 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
Diffstat (limited to 'scripts/setup-environment.sh')
-rwxr-xr-xscripts/setup-environment.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/setup-environment.sh b/scripts/setup-environment.sh
index 0ddd4b8..9e8c4d1 100755
--- a/scripts/setup-environment.sh
+++ b/scripts/setup-environment.sh
@@ -69,8 +69,8 @@ if [ ! -f ${PWD}/${BUILDDIRECTORY}/conf/bblayers.conf ]; then
69 raspberrypi|raspberrypi2|raspberrypi3) 69 raspberrypi|raspberrypi2|raspberrypi3)
70 LAYERSCONF="bblayers.conf.rpi.sample" 70 LAYERSCONF="bblayers.conf.rpi.sample"
71 ;; 71 ;;
72 nuc) 72 intel-corei7-64)
73 LAYERSCONF="bblayers.conf.nuc.sample" 73 LAYERSCONF="bblayers.conf.intel.sample"
74 ;; 74 ;;
75 nvidia-logan|tegra-x1|tegra-t18x) 75 nvidia-logan|tegra-x1|tegra-t18x)
76 LAYERSCONF="bblayers.conf.nvidia.sample" 76 LAYERSCONF="bblayers.conf.nvidia.sample"