From 2ce1d482e9445a97e44a42ddf393597d23dab97c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20=C5=A0tetiar?= Date: Thu, 7 Apr 2022 10:34:22 +0200 Subject: [PATCH] ci: fix building with i.MX6 SDK MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit imx6 target was refactored into imx/cortexa9 subtarget in upstream commit d2fb495a9d2a ("imx: split into arch-specific subtargets"). Signed-off-by: Petr Å tetiar --- .gitlab-ci.yml | 4 ++-- 1 file 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 -- 2.30.2