summaryrefslogtreecommitdiffstats
path: root/scripts/setup-environment.sh
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2015-02-20 13:43:24 +0200
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2015-08-19 05:39:02 +0000
commitf209dead7d9419b457e8db89662a16ff26939867 (patch)
treecdbcb59f887b6900860ee7225720b5a2445fe611 /scripts/setup-environment.sh
parent8c5af66bcf4b6d97061a25e238215f4130c7ed05 (diff)
downloadmeta-boot2qt-f209dead7d9419b457e8db89662a16ff26939867.tar.gz
kontron: Add support for Kontron SMARC-sARX6i
Enable building b2qt image for Kontron SMARC-sARX6i. Depends on the patch set from Kontron on top of meta-fsl-arm-extra. Kontron does not provide recipe for their u-boot, which makes it impossible to boot into b2qt image without modifying some of the u-boot args currently in the device (that's how their images work as well). Change-Id: Id3e0ee506c192fd0b969d1541fca0e9e2ff3ac6b Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
Diffstat (limited to 'scripts/setup-environment.sh')
-rwxr-xr-xscripts/setup-environment.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/setup-environment.sh b/scripts/setup-environment.sh
index ce593c6..683f19f 100755
--- a/scripts/setup-environment.sh
+++ b/scripts/setup-environment.sh
@@ -52,7 +52,7 @@ if [ ! -f ${PWD}/${BUILDDIRECTORY}/conf/bblayers.conf ]; then
52 apalis-imx6|colibri-imx6|colibri-vf) 52 apalis-imx6|colibri-imx6|colibri-vf)
53 LAYERSCONF="bblayers.conf.toradex.sample" 53 LAYERSCONF="bblayers.conf.toradex.sample"
54 ;; 54 ;;
55 imx53qsb|imx6qsabresd|imx6dlsabresd|nitrogen6x) 55 imx53qsb|imx6qsabresd|imx6dlsabresd|nitrogen6x|smarc-samx6i)
56 LAYERSCONF="bblayers.conf.fsl.sample" 56 LAYERSCONF="bblayers.conf.fsl.sample"
57 ;; 57 ;;
58 tibidabo) 58 tibidabo)