diff options
author | 2020-04-15 16:41:36 +0300 | |
---|---|---|
committer | 2020-04-15 23:07:17 +0200 | |
commit | 37da2511120ecbbf8bff00e4dd4eec1923dd1937 (patch) | |
tree | b5a4508ae69fd0e5f13b913bdbcead2dca6af3c1 /.gitlab-ci.yml | |
parent | 06d0e99c2e9a438643a2998b568436ed359e3aa8 (diff) | |
download | buildroot-37da2511120ecbbf8bff00e4dd4eec1923dd1937.tar.gz buildroot-37da2511120ecbbf8bff00e4dd4eec1923dd1937.tar.bz2 |
configs/macchiatobin*: drop vendor defconfig, rename mainline defconfig
The support for MacchiatoBin board in U-Boot and Linux has been
significantly improved in the past years. So it no longer makes much
sense to have a separate build configuration based on older vendor
Linux kernel and U-Boot. This commit drops the configuration based on
vendor kernel and U-Boot and renames the mainline-based defconfig.
Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3869fa3a5d..efce0d5c66 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -326,8 +326,7 @@ snps_archs38_vdk_defconfig: { extends: .defconfig } socrates_cyclone5_defconfig: { extends: .defconfig } solidrun_clearfog_defconfig: { extends: .defconfig } solidrun_clearfog_gt_8k_defconfig: { extends: .defconfig } -solidrun_macchiatobin_mainline_defconfig: { extends: .defconfig } -solidrun_macchiatobin_marvell_defconfig: { extends: .defconfig } +solidrun_macchiatobin_defconfig: { extends: .defconfig } stm32f429_disco_defconfig: { extends: .defconfig } stm32f469_disco_defconfig: { extends: .defconfig } stm32mp157a_dk1_defconfig: { extends: .defconfig } |