From 10b94b5e0e3440193c8d9e7ba3c98b416070dd85 Mon Sep 17 00:00:00 2001 From: viktorxda <35473052+viktorxda@users.noreply.github.com> Date: Fri, 22 Nov 2024 02:03:55 +0100 Subject: [PATCH] [no ci] Workflow: select additional toolchains #2 --- .github/workflows/toolchain.yml | 4 ++++ br-ext-chip-allwinner/configs/v851s_lite_defconfig | 1 + br-ext-chip-grainmedia/configs/gm8135_lite_defconfig | 1 - br-ext-chip-grainmedia/configs/gm8136_lite_defconfig | 1 - 4 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/toolchain.yml b/.github/workflows/toolchain.yml index 8da426f3..639e8a65 100644 --- a/.github/workflows/toolchain.yml +++ b/.github/workflows/toolchain.yml @@ -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"} diff --git a/br-ext-chip-allwinner/configs/v851s_lite_defconfig b/br-ext-chip-allwinner/configs/v851s_lite_defconfig index f98ea40e..b1e8d550 100644 --- a/br-ext-chip-allwinner/configs/v851s_lite_defconfig +++ b/br-ext-chip-allwinner/configs/v851s_lite_defconfig @@ -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 diff --git a/br-ext-chip-grainmedia/configs/gm8135_lite_defconfig b/br-ext-chip-grainmedia/configs/gm8135_lite_defconfig index 2af7de0d..f13d1af1 100644 --- a/br-ext-chip-grainmedia/configs/gm8135_lite_defconfig +++ b/br-ext-chip-grainmedia/configs/gm8135_lite_defconfig @@ -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 diff --git a/br-ext-chip-grainmedia/configs/gm8136_lite_defconfig b/br-ext-chip-grainmedia/configs/gm8136_lite_defconfig index 70166456..64576fd7 100644 --- a/br-ext-chip-grainmedia/configs/gm8136_lite_defconfig +++ b/br-ext-chip-grainmedia/configs/gm8136_lite_defconfig @@ -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