Browse Source

ci: fix building with i.MX6 SDK

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>
Petr Štetiar 2 years ago
parent
commit
2ce1d482e9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .gitlab-ci.yml

+ 2 - 2
.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