summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2022-04-07 10:34:22 +0200
committerPetr Štetiar <ynezz@true.cz>2022-04-07 10:36:44 +0200
commit2ce1d482e9445a97e44a42ddf393597d23dab97c (patch)
tree9a9c0c68baf660d12cbc09314c953379641c12ec
parent584f1f6bf5e30cf74358505972b0d4634885b5b6 (diff)
downloadustream-ssl-2ce1d482e9445a97e44a42ddf393597d23dab97c.tar.gz
ci: fix building with i.MX6 SDKstaging/ynezz/next
imx6 target was refactored into imx/cortexa9 subtarget in upstream commit d2fb495a9d2a ("imx: split into arch-specific subtargets"). Signed-off-by: Petr Štetiar <ynezz@true.cz>
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4f314e2..9e035fb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,8 +20,8 @@ various native checks with ustream-ssl/wolfSSL backend:
build with Atheros ATH79 SDK (out of tree):
extends: .openwrt-sdk-oot-build_ath79-generic
-build with Freescale i.MX 6 SDK (out of tree):
- extends: .openwrt-sdk-oot-build_imx6-generic
+build with Freescale i.MX Cortex-A9 SDK (out of tree):
+ extends: .openwrt-sdk-oot-build_imx-cortexa9
build with MIPS Malta CoreLV BE SDK (out of tree):
extends: .openwrt-sdk-oot-build_malta-be