mirror of https://github.com/OpenIPC/firmware.git
Rollback HI3516CV300 to uClibc for test only
parent
a1ff993387
commit
bd9fbaaf62
|
@ -1,6 +1,11 @@
|
||||||
name: Hi3516Cv300
|
name: Hi3516Cv300
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
tags:
|
||||||
|
- "v*"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
@ -9,12 +9,12 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_18=y
|
||||||
# Toolchain
|
# Toolchain
|
||||||
BR2_PER_PACKAGE_DIRECTORIES=y
|
BR2_PER_PACKAGE_DIRECTORIES=y
|
||||||
BR2_GCC_VERSION_7_X=y
|
BR2_GCC_VERSION_7_X=y
|
||||||
# BR2_TOOLCHAIN_USES_UCLIBC is not set
|
BR2_TOOLCHAIN_USES_UCLIBC=y
|
||||||
# BR2_TOOLCHAIN_BUILDROOT_UCLIBC is not set
|
BR2_TOOLCHAIN_BUILDROOT_UCLIBC=y
|
||||||
# BR2_TOOLCHAIN_BUILDROOT_LIBC="uclibc"
|
BR2_TOOLCHAIN_BUILDROOT_LIBC="uclibc"
|
||||||
BR2_TOOLCHAIN_USES_MUSL=y
|
# BR2_TOOLCHAIN_USES_MUSL is not set
|
||||||
BR2_TOOLCHAIN_BUILDROOT_MUSL=y
|
# BR2_TOOLCHAIN_BUILDROOT_MUSL is not set
|
||||||
BR2_TOOLCHAIN_BUILDROOT_LIBC="musl"
|
# BR2_TOOLCHAIN_BUILDROOT_LIBC="musl"
|
||||||
# BR2_TOOLCHAIN_BUILDROOT_CXX is not set
|
# BR2_TOOLCHAIN_BUILDROOT_CXX is not set
|
||||||
BR2_TOOLCHAIN_BUILDROOT_LOCALE=y
|
BR2_TOOLCHAIN_BUILDROOT_LOCALE=y
|
||||||
BR2_TOOLCHAIN_BUILDROOT_USE_SSP=y
|
BR2_TOOLCHAIN_BUILDROOT_USE_SSP=y
|
||||||
|
|
Loading…
Reference in New Issue