diff options
-rwxr-xr-x | b2qt-init-build-env | 2 | ||||
-rwxr-xr-x | scripts/setup-environment.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/b2qt-init-build-env b/b2qt-init-build-env index ddc12d3..abc864b 100755 --- a/b2qt-init-build-env +++ b/b2qt-init-build-env | |||
@@ -85,7 +85,7 @@ get_groups() { | |||
85 | apalis-imx6|colibri-vf) | 85 | apalis-imx6|colibri-vf) |
86 | PROJECT_GROUPS="toradex" | 86 | PROJECT_GROUPS="toradex" |
87 | ;; | 87 | ;; |
88 | imx53qsb|imx6qsabresd|nitrogen6x) | 88 | imx53qsb|imx6qsabresd|imx6dlsabresd|nitrogen6x) |
89 | PROJECT_GROUPS="fsl" | 89 | PROJECT_GROUPS="fsl" |
90 | ;; | 90 | ;; |
91 | tibidabo) | 91 | tibidabo) |
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) |