mirror of https://github.com/OpenIPC/firmware.git
[no ci] Workflow: select additional toolchains
parent
3506ab35c5
commit
16b403221b
|
@ -14,44 +14,31 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
# Sigmastar [I6B]
|
# Sigmastar
|
||||||
|
- {"platform": "ssc325"}
|
||||||
- {"platform": "ssc335"}
|
- {"platform": "ssc335"}
|
||||||
|
|
||||||
# Sigmastar [I6C]
|
|
||||||
- {"platform": "ssc377"}
|
- {"platform": "ssc377"}
|
||||||
|
|
||||||
# Sigmastar [I6E]
|
|
||||||
- {"platform": "ssc338q"}
|
- {"platform": "ssc338q"}
|
||||||
|
|
||||||
# Ingenic [T31]
|
# Hisilicon
|
||||||
- {"platform": "t31"}
|
- {"platform": "hi3516av100"}
|
||||||
|
|
||||||
# Ingenic [T40]
|
|
||||||
- {"platform": "t40"}
|
|
||||||
|
|
||||||
# Hisilicon [HI3516CV100]
|
|
||||||
- {"platform": "hi3516cv100"}
|
- {"platform": "hi3516cv100"}
|
||||||
|
|
||||||
# Hisilicon [HI3516CV200]
|
|
||||||
- {"platform": "hi3516cv200"}
|
- {"platform": "hi3516cv200"}
|
||||||
|
|
||||||
# Hisilicon [HI3516CV300]
|
|
||||||
- {"platform": "hi3516cv300"}
|
- {"platform": "hi3516cv300"}
|
||||||
|
|
||||||
# Hisilicon [HI3516CV500]
|
|
||||||
- {"platform": "hi3516cv500"}
|
- {"platform": "hi3516cv500"}
|
||||||
|
|
||||||
# Hisilicon [HI3516EV200]
|
|
||||||
- {"platform": "hi3516ev200"}
|
- {"platform": "hi3516ev200"}
|
||||||
|
|
||||||
# Hisilicon [HI3519V101]
|
|
||||||
- {"platform": "hi3519v101"}
|
- {"platform": "hi3519v101"}
|
||||||
|
|
||||||
# Hisilicon [HI3536CV100]
|
|
||||||
- {"platform": "hi3536cv100"}
|
- {"platform": "hi3536cv100"}
|
||||||
|
|
||||||
# Goke [GK710X]
|
# Goke
|
||||||
- {"platform": "gk7102"}
|
- {"platform": "gk7102"}
|
||||||
|
- {"platform": "gk7205v200"}
|
||||||
|
|
||||||
|
# Ingenic
|
||||||
|
- {"platform": "t20"}
|
||||||
|
- {"platform": "t21"}
|
||||||
|
- {"platform": "t31"}
|
||||||
|
- {"platform": "t40"}
|
||||||
|
|
||||||
# Fullhan
|
# Fullhan
|
||||||
- {"platform": "fh8852v100"}
|
- {"platform": "fh8852v100"}
|
||||||
|
|
|
@ -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_URL="https://github.com/openipc/firmware/releases/download/$(OPENIPC_TOOLCHAIN).tgz"
|
||||||
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_PREFIX="arm-openipc-linux-uclibcgnueabi"
|
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_PREFIX="arm-openipc-linux-uclibcgnueabi"
|
||||||
BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_3=y
|
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_THREADS_DEBUG is not set
|
||||||
BR2_TOOLCHAIN_EXTERNAL_HAS_SSP=y
|
BR2_TOOLCHAIN_EXTERNAL_HAS_SSP=y
|
||||||
BR2_TOOLCHAIN_EXTERNAL_CXX=y
|
BR2_TOOLCHAIN_EXTERNAL_CXX=y
|
||||||
|
|
|
@ -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_URL="https://github.com/openipc/firmware/releases/download/$(OPENIPC_TOOLCHAIN).tgz"
|
||||||
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_PREFIX="arm-openipc-linux-uclibcgnueabi"
|
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_PREFIX="arm-openipc-linux-uclibcgnueabi"
|
||||||
BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_3=y
|
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_THREADS_DEBUG is not set
|
||||||
BR2_TOOLCHAIN_EXTERNAL_HAS_SSP=y
|
BR2_TOOLCHAIN_EXTERNAL_HAS_SSP=y
|
||||||
BR2_TOOLCHAIN_EXTERNAL_CXX=y
|
BR2_TOOLCHAIN_EXTERNAL_CXX=y
|
||||||
|
|
|
@ -14,6 +14,9 @@ endif
|
||||||
ifeq ($(BR2_TOOLCHAIN_EXTERNAL_CXX),y)
|
ifeq ($(BR2_TOOLCHAIN_EXTERNAL_CXX),y)
|
||||||
@echo "BR2_TOOLCHAIN_BUILDROOT_CXX=y" >> $(BR_CONF)
|
@echo "BR2_TOOLCHAIN_BUILDROOT_CXX=y" >> $(BR_CONF)
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(BR2_TOOLCHAIN_EXTERNAL_OPENMP),y)
|
||||||
|
@echo "BR2_GCC_ENABLE_OPENMP=y" >> $(BR_CONF)
|
||||||
|
endif
|
||||||
ifeq ($(BR2_TOOLCHAIN_EXTERNAL_HEADERS_5_10),y)
|
ifeq ($(BR2_TOOLCHAIN_EXTERNAL_HEADERS_5_10),y)
|
||||||
@echo "BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y" >> $(BR_CONF)
|
@echo "BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y" >> $(BR_CONF)
|
||||||
else ifeq ($(BR2_TOOLCHAIN_EXTERNAL_HEADERS_4_19),y)
|
else ifeq ($(BR2_TOOLCHAIN_EXTERNAL_HEADERS_4_19),y)
|
||||||
|
|
Loading…
Reference in New Issue