mirror of https://github.com/OpenIPC/firmware.git
[no ci] Workflow: select additional toolchains #2
parent
a353ddee60
commit
10b94b5e0e
|
@ -29,6 +29,7 @@ jobs:
|
|||
- {"platform": "hi3516ev200"}
|
||||
- {"platform": "hi3519v101"}
|
||||
- {"platform": "hi3536cv100"}
|
||||
- {"platform": "hi3536dv100"}
|
||||
|
||||
# Goke
|
||||
- {"platform": "gk7102"}
|
||||
|
@ -40,6 +41,9 @@ jobs:
|
|||
- {"platform": "t31"}
|
||||
- {"platform": "t40"}
|
||||
|
||||
# Allwinner
|
||||
- {"platform": "v851s"}
|
||||
|
||||
# Fullhan
|
||||
- {"platform": "fh8852v100"}
|
||||
- {"platform": "fh8852v200"}
|
||||
|
|
|
@ -26,6 +26,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
# Filesystem
|
||||
BR2_PACKAGE_BUSYBOX_CONFIG="$(BR2_EXTERNAL)/package/busybox/busybox.config"
|
||||
BR2_PACKAGE_UBOOT_TOOLS=y
|
||||
BR2_PACKAGE_ALSA_LIB=y
|
||||
BR2_PACKAGE_ZLIB=y
|
||||
# BR2_PACKAGE_IFUPDOWN_SCRIPTS is not set
|
||||
BR2_PACKAGE_WIRELESS_TOOLS=y
|
||||
|
|
|
@ -9,7 +9,6 @@ BR2_TOOLCHAIN_EXTERNAL_URL="https://github.com/openipc/firmware/releases/downloa
|
|||
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_PREFIX="arm-openipc-linux-uclibcgnueabi"
|
||||
BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_3=y
|
||||
# BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS_DEBUG is not set
|
||||
BR2_TOOLCHAIN_EXTERNAL_HAS_SSP=y
|
||||
BR2_TOOLCHAIN_EXTERNAL_CXX=y
|
||||
|
||||
# Kernel
|
||||
|
|
|
@ -9,7 +9,6 @@ BR2_TOOLCHAIN_EXTERNAL_URL="https://github.com/openipc/firmware/releases/downloa
|
|||
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_PREFIX="arm-openipc-linux-uclibcgnueabi"
|
||||
BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_3=y
|
||||
# BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS_DEBUG is not set
|
||||
BR2_TOOLCHAIN_EXTERNAL_HAS_SSP=y
|
||||
BR2_TOOLCHAIN_EXTERNAL_CXX=y
|
||||
|
||||
# Kernel
|
||||
|
|
Loading…
Reference in New Issue