From de0215df064c9b66d1e8773f314945ab6a98e4c3 Mon Sep 17 00:00:00 2001 From: "Igor Zalatov (from Citadel PC)" Date: Sun, 14 Nov 2021 23:14:30 +0300 Subject: [PATCH] Enable CPP on toolchain for Novatek --- .github/workflows/ssc325_images.yml | 2 +- .github/workflows/ssc337de_images.yml | 2 +- .../configs/unknown_unknown_nt98562_openipc_defconfig | 2 +- .../configs/unknown_unknown_nt98566_openipc_defconfig | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ssc325_images.yml b/.github/workflows/ssc325_images.yml index d873762e..29bebdb9 100644 --- a/.github/workflows/ssc325_images.yml +++ b/.github/workflows/ssc325_images.yml @@ -11,7 +11,7 @@ on: jobs: build_core: name: OpenIPC v2.1 for SSC325 - runs-on: ubuntu-latest + runs-on: ubuntu-18.04 steps: diff --git a/.github/workflows/ssc337de_images.yml b/.github/workflows/ssc337de_images.yml index a24d045f..a26fb72d 100644 --- a/.github/workflows/ssc337de_images.yml +++ b/.github/workflows/ssc337de_images.yml @@ -11,7 +11,7 @@ on: jobs: build_core: name: OpenIPC v2.1 for SSC337DE - runs-on: ubuntu-latest + runs-on: ubuntu-18.04 steps: diff --git a/br-ext-chip-novatek/configs/unknown_unknown_nt98562_openipc_defconfig b/br-ext-chip-novatek/configs/unknown_unknown_nt98562_openipc_defconfig index ba8cb4d9..5b23e161 100644 --- a/br-ext-chip-novatek/configs/unknown_unknown_nt98562_openipc_defconfig +++ b/br-ext-chip-novatek/configs/unknown_unknown_nt98562_openipc_defconfig @@ -20,7 +20,7 @@ BR2_GCC_VERSION_7_X=y BR2_TOOLCHAIN_USES_MUSL=y BR2_TOOLCHAIN_BUILDROOT_MUSL=y BR2_TOOLCHAIN_BUILDROOT_LIBC="musl" -# BR2_TOOLCHAIN_BUILDROOT_CXX is not set +BR2_TOOLCHAIN_BUILDROOT_CXX=y BR2_TOOLCHAIN_BUILDROOT_LOCALE=y BR2_TOOLCHAIN_BUILDROOT_USE_SSP=y diff --git a/br-ext-chip-novatek/configs/unknown_unknown_nt98566_openipc_defconfig b/br-ext-chip-novatek/configs/unknown_unknown_nt98566_openipc_defconfig index f102cdaa..ddd6a99c 100644 --- a/br-ext-chip-novatek/configs/unknown_unknown_nt98566_openipc_defconfig +++ b/br-ext-chip-novatek/configs/unknown_unknown_nt98566_openipc_defconfig @@ -17,7 +17,7 @@ BR2_GCC_VERSION_7_X=y BR2_TOOLCHAIN_USES_MUSL=y BR2_TOOLCHAIN_BUILDROOT_MUSL=y BR2_TOOLCHAIN_BUILDROOT_LIBC="musl" -# BR2_TOOLCHAIN_BUILDROOT_CXX is not set +BR2_TOOLCHAIN_BUILDROOT_CXX=y BR2_TOOLCHAIN_BUILDROOT_LOCALE=y BR2_TOOLCHAIN_BUILDROOT_USE_SSP=y