[Buildroot] [git commit branch/2025.05.x] configs/beelink_gs1: remove defconfig, broken
Titouan Christophe
titouan.christophe at mind.be
Thu Sep 4 12:04:14 UTC 2025
commit: https://git.buildroot.net/buildroot/commit/?id=8b3599a5f5a2ea991524319fbaa666abe42c79ca
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2025.05.x
This defconfig no longer builds:
https://gitlab.com/buildroot.org/buildroot/-/jobs/11012273071
It has been broken for at least 2 months:
https://gitlab.com/buildroot.org/buildroot/-/jobs?name=T%3Dbeelink&kind=BUILD
Unless a fix is provided, this defconfig will be removed.
Cc: Clément Péron <peron.clem at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Signed-off-by: Arnout Vandecappelle <arnout at rnout.be>
(cherry picked from commit 509c63a49c1e05e90b56146bcf8b423b2a9d8799)
Signed-off-by: Titouan Christophe <titouan.christophe at mind.be>
---
.checkpackageignore | 2 --
DEVELOPERS | 4 ----
board/beelink/gs1/extlinux.conf | 4 ----
board/beelink/gs1/genimage.cfg | 34 ----------------------------------
board/beelink/gs1/post-build.sh | 4 ----
configs/beelink_gs1_defconfig | 36 ------------------------------------
6 files changed, 84 deletions(-)
diff --git a/.checkpackageignore b/.checkpackageignore
index a1789f47b7..1f03a2f24a 100644
--- a/.checkpackageignore
+++ b/.checkpackageignore
@@ -11,7 +11,6 @@ board/beagleboard/beaglebone-qt5/patches/linux/0001-keep-jtag-clock-alive-for-de
board/beagleboard/beaglebone/post-build.sh Shellcheck
board/beagleboard/beagleboneai/patches/uboot/0001-am57xx_evm-fixes.patch lib_patch.Upstream
board/beagleboard/beagleboneai/post-build.sh Shellcheck
-board/beelink/gs1/post-build.sh Shellcheck
board/boundarydevices/common/post-build.sh Shellcheck
board/boundarydevices/common/post-image.sh Shellcheck
board/broadcom/northstar/post-image.sh Shellcheck
@@ -123,7 +122,6 @@ configs/avnet_rzboard_v2l_defconfig lib_defconfig.ForceCheckHash
configs/bananapi_m2_berry_defconfig lib_defconfig.ForceCheckHash
configs/bananapi_m2_ultra_defconfig lib_defconfig.ForceCheckHash
configs/bananapi_m2_zero_defconfig lib_defconfig.ForceCheckHash
-configs/beelink_gs1_defconfig lib_defconfig.ForceCheckHash
configs/broadcom_northstar_defconfig lib_defconfig.ForceCheckHash
configs/canaan_kd233_defconfig lib_defconfig.ForceCheckHash
configs/ci20_defconfig lib_defconfig.ForceCheckHash
diff --git a/DEVELOPERS b/DEVELOPERS
index 75caa50993..067941cd34 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -701,10 +701,6 @@ F: package/libsemanage/
F: package/libsepol/
F: package/policycoreutils/
-N: Clément Péron <peron.clem at gmail.com>
-F: board/beelink/gs1/
-F: configs/beelink_gs1_defconfig
-
N: Colin Foster <colin.foster at in-advantage.com>
F: package/python-tftpy/
F: package/rauc-hawkbit-updater/
diff --git a/board/beelink/gs1/extlinux.conf b/board/beelink/gs1/extlinux.conf
deleted file mode 100644
index 046681f71d..0000000000
--- a/board/beelink/gs1/extlinux.conf
+++ /dev/null
@@ -1,4 +0,0 @@
-label linux
- kernel /Image
- devicetree /sun50i-h6-beelink-gs1.dtb
- append console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rootwait
diff --git a/board/beelink/gs1/genimage.cfg b/board/beelink/gs1/genimage.cfg
deleted file mode 100644
index 71578743ec..0000000000
--- a/board/beelink/gs1/genimage.cfg
+++ /dev/null
@@ -1,34 +0,0 @@
-image boot.vfat {
- vfat {
- files = {
- "Image",
- "sun50i-h6-beelink-gs1.dtb",
- "extlinux"
- }
- }
-
- size = 64M
-}
-
-image sdcard.img {
- hdimage {
- }
-
- partition u-boot {
- in-partition-table = "no"
- image = "u-boot-sunxi-with-spl.bin"
- offset = 8K
- size = 1016K # 1MB - 8KB
- }
-
- partition boot {
- partition-type = 0xC
- bootable = "true"
- image = "boot.vfat"
- }
-
- partition rootfs {
- partition-type = 0x83
- image = "rootfs.ext4"
- }
-}
diff --git a/board/beelink/gs1/post-build.sh b/board/beelink/gs1/post-build.sh
deleted file mode 100755
index ec20fca7d9..0000000000
--- a/board/beelink/gs1/post-build.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-BOARD_DIR="$(dirname $0)"
-
-install -m 0644 -D $BOARD_DIR/extlinux.conf $BINARIES_DIR/extlinux/extlinux.conf
diff --git a/configs/beelink_gs1_defconfig b/configs/beelink_gs1_defconfig
deleted file mode 100644
index 19d66c14a4..0000000000
--- a/configs/beelink_gs1_defconfig
+++ /dev/null
@@ -1,36 +0,0 @@
-BR2_aarch64=y
-BR2_ARM_FPU_VFPV4=y
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_15=y
-BR2_TARGET_GENERIC_ISSUE="Welcome to Beelink GS1"
-BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y
-BR2_SYSTEM_DHCP="eth0"
-BR2_ROOTFS_POST_BUILD_SCRIPT="board/beelink/gs1/post-build.sh"
-BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
-BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/beelink/gs1/genimage.cfg"
-BR2_LINUX_KERNEL=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.15"
-BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y
-BR2_LINUX_KERNEL_DTS_SUPPORT=y
-BR2_LINUX_KERNEL_INTREE_DTS_NAME="allwinner/sun50i-h6-beelink-gs1"
-BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
-BR2_TARGET_ROOTFS_EXT2=y
-BR2_TARGET_ROOTFS_EXT2_4=y
-BR2_TARGET_ARM_TRUSTED_FIRMWARE=y
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_VERSION=y
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_VERSION_VALUE="v2.5"
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="sun50i_h6"
-BR2_TARGET_UBOOT=y
-BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2021.10"
-BR2_TARGET_UBOOT_BOARD_DEFCONFIG="beelink_gs1"
-BR2_TARGET_UBOOT_NEEDS_DTC=y
-BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y
-BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
-BR2_TARGET_UBOOT_NEEDS_ATF_BL31=y
-BR2_TARGET_UBOOT_SPL=y
-BR2_TARGET_UBOOT_SPL_NAME="u-boot-sunxi-with-spl.bin"
-BR2_PACKAGE_HOST_DOSFSTOOLS=y
-BR2_PACKAGE_HOST_GENIMAGE=y
-BR2_PACKAGE_HOST_MTOOLS=y
More information about the buildroot
mailing list