diff options
author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2014-11-26 09:09:31 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2014-11-26 11:56:46 +0200 |
commit | 0aa730f4e086e6c6385789629bab4add208a79b7 (patch) | |
tree | 530594393ab4d72cd13df3742fcd2dda6cb0652f /scripts/setup-environment.sh | |
parent | 1df472d99edf3673c9573665608248f8baca5a16 (diff) | |
download | meta-boot2qt-0aa730f4e086e6c6385789629bab4add208a79b7.tar.gz |
Init script support for imx6dlsabresd
Change-Id: I2994541fb6e9489dfbbd7e5662f133d8037e5146
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
Diffstat (limited to 'scripts/setup-environment.sh')
-rwxr-xr-x | scripts/setup-environment.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/setup-environment.sh b/scripts/setup-environment.sh index 62055a2..c6dad7e 100755 --- a/scripts/setup-environment.sh +++ b/scripts/setup-environment.sh | |||
@@ -52,7 +52,7 @@ if [ ! -f ${PWD}/${BUILDDIR}/conf/bblayers.conf ]; then | |||
52 | apalis-imx6|colibri-vf) | 52 | apalis-imx6|colibri-vf) |
53 | LAYERSCONF="bblayers.conf.toradex.sample" | 53 | LAYERSCONF="bblayers.conf.toradex.sample" |
54 | ;; | 54 | ;; |
55 | imx53qsb|imx6qsabresd|nitrogen6x) | 55 | imx53qsb|imx6qsabresd|imx6dlsabresd|nitrogen6x) |
56 | LAYERSCONF="bblayers.conf.fsl.sample" | 56 | LAYERSCONF="bblayers.conf.fsl.sample" |
57 | ;; | 57 | ;; |
58 | tibidabo) | 58 | tibidabo) |