[no ci] Workflow: select additional toolchains

pull/1613/head
viktorxda 2024-11-21 23:40:14 +01:00
parent 3506ab35c5
commit 16b403221b
4 changed files with 15 additions and 27 deletions

View File

@ -14,44 +14,31 @@ jobs:
fail-fast: false
matrix:
include:
# Sigmastar [I6B]
# Sigmastar
- {"platform": "ssc325"}
- {"platform": "ssc335"}
# Sigmastar [I6C]
- {"platform": "ssc377"}
# Sigmastar [I6E]
- {"platform": "ssc338q"}
# Ingenic [T31]
- {"platform": "t31"}
# Ingenic [T40]
- {"platform": "t40"}
# Hisilicon [HI3516CV100]
# Hisilicon
- {"platform": "hi3516av100"}
- {"platform": "hi3516cv100"}
# Hisilicon [HI3516CV200]
- {"platform": "hi3516cv200"}
# Hisilicon [HI3516CV300]
- {"platform": "hi3516cv300"}
# Hisilicon [HI3516CV500]
- {"platform": "hi3516cv500"}
# Hisilicon [HI3516EV200]
- {"platform": "hi3516ev200"}
# Hisilicon [HI3519V101]
- {"platform": "hi3519v101"}
# Hisilicon [HI3536CV100]
- {"platform": "hi3536cv100"}
# Goke [GK710X]
# Goke
- {"platform": "gk7102"}
- {"platform": "gk7205v200"}
# Ingenic
- {"platform": "t20"}
- {"platform": "t21"}
- {"platform": "t31"}
- {"platform": "t40"}
# Fullhan
- {"platform": "fh8852v100"}

View File

@ -8,7 +8,6 @@ BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD=y
BR2_TOOLCHAIN_EXTERNAL_URL="https://github.com/openipc/firmware/releases/download/$(OPENIPC_TOOLCHAIN).tgz"
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_PREFIX="arm-openipc-linux-uclibcgnueabi"
BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_3=y
BR2_TOOLCHAIN_EXTERNAL_LOCALE=y
# BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS_DEBUG is not set
BR2_TOOLCHAIN_EXTERNAL_HAS_SSP=y
BR2_TOOLCHAIN_EXTERNAL_CXX=y

View File

@ -8,7 +8,6 @@ BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD=y
BR2_TOOLCHAIN_EXTERNAL_URL="https://github.com/openipc/firmware/releases/download/$(OPENIPC_TOOLCHAIN).tgz"
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_PREFIX="arm-openipc-linux-uclibcgnueabi"
BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_3=y
BR2_TOOLCHAIN_EXTERNAL_LOCALE=y
# BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS_DEBUG is not set
BR2_TOOLCHAIN_EXTERNAL_HAS_SSP=y
BR2_TOOLCHAIN_EXTERNAL_CXX=y

View File

@ -14,6 +14,9 @@ endif
ifeq ($(BR2_TOOLCHAIN_EXTERNAL_CXX),y)
@echo "BR2_TOOLCHAIN_BUILDROOT_CXX=y" >> $(BR_CONF)
endif
ifeq ($(BR2_TOOLCHAIN_EXTERNAL_OPENMP),y)
@echo "BR2_GCC_ENABLE_OPENMP=y" >> $(BR_CONF)
endif
ifeq ($(BR2_TOOLCHAIN_EXTERNAL_HEADERS_5_10),y)
@echo "BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y" >> $(BR_CONF)
else ifeq ($(BR2_TOOLCHAIN_EXTERNAL_HEADERS_4_19),y)