summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@smile.fr>2019-08-02 15:09:34 +0200
committerPeter Korsgaard <peter@korsgaard.com>2019-08-04 12:57:19 +0200
commitb80712a16ae3deb65331a7923aa878e13e2e66b6 (patch)
tree4f0cbc9153dacad113acd7423dbbc8febff3e5d2 /.gitlab-ci.yml
parent6f79cebe6a7152f2bb83af01a8909c4e33168d45 (diff)
configs/odroidc2: remove the defconfig
The odroidc2 defconfig is using gcc 4.9 version in order to build uboot (2015.01) and kernel (3.14.79) for the board. We are going to remove gcc 4.9 version in Buildroot and this defconfig is the only remaining one using this version. Since we don't have the board, we can't update the defconfig with newer bootloader and kernel version. A new defconfig for the odroidc2 board are welcome as soon as it use a newer uboot and kernel version. Remove the defconfig from the gitlab yaml. Signed-off-by: Romain Naour <romain.naour@smile.fr> Cc: Dagg Stompler <daggs@gmx.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1faba3c57e..28824cc722 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -222,7 +222,6 @@ nitrogen6sx_defconfig: { extends: .defconfig }
nitrogen6x_defconfig: { extends: .defconfig }
nitrogen7_defconfig: { extends: .defconfig }
nitrogen8m_defconfig: { extends: .defconfig }
-odroidc2_defconfig: { extends: .defconfig }
odroidxu4_defconfig: { extends: .defconfig }
olimex_a10_olinuxino_lime_defconfig: { extends: .defconfig }
olimex_a13_olinuxino_defconfig: { extends: .defconfig }