From 823ec20a5950c966fad59c04ec0562f021a3e818 Mon Sep 17 00:00:00 2001 From: "Igor Zalatov (from Citadel PC)" Date: Sun, 26 Sep 2021 17:53:26 +0300 Subject: [PATCH] Update workflows, fix XM510 compile, enamle XM530 watchdog --- .github/workflows/fh8632_images.yml | 2 +- .github/workflows/fh8852_images.yml | 2 +- .github/workflows/fh8856_images.yml | 2 +- .github/workflows/gk7102s_images.yml | 2 +- .github/workflows/gk7202v300_images.yml | 2 +- .github/workflows/gk7205v200_images.yml | 2 +- .github/workflows/gk7205v300_images.yml | 2 +- .github/workflows/gk7605v100_images.yml | 2 +- .github/workflows/hi3516av300_images.yml | 2 +- .github/workflows/hi3516cv500_images.yml | 2 +- .github/workflows/hi3516dv300_images.yml | 2 +- .github/workflows/hi3516ev200_images.yml | 2 +- .github/workflows/hi3516ev300_images.yml | 2 +- .github/workflows/hi3518ev300_images.yml | 2 +- .github/workflows/nt98562_images.yml | 2 +- .github/workflows/nt98566_images.yml | 2 +- .github/workflows/ssc325_images.yml | 2 +- .github/workflows/ssc335_images.yml | 2 +- .github/workflows/ssc337_images.yml | 2 +- .github/workflows/ssc337de_images.yml | 2 +- .github/workflows/t31_images.yml | 2 +- .github/workflows/xm510_images.yml | 2 +- .github/workflows/xm530_images.yml | 2 +- .github/workflows/xm550_images.yml | 2 +- .../board/xm510/kernel/xm510.generic.config | 16 +++++++-------- .../unknown_unknown_xm510_openipc_defconfig | 20 +++++++++---------- general/overlay/etc/openipc_banner | 2 +- .../files/script/load_xiongmai | 9 ++++----- 28 files changed, 47 insertions(+), 48 deletions(-) diff --git a/.github/workflows/fh8632_images.yml b/.github/workflows/fh8632_images.yml index b6898c65..a6d169ea 100644 --- a/.github/workflows/fh8632_images.yml +++ b/.github/workflows/fh8632_images.yml @@ -82,7 +82,7 @@ jobs: if: steps.build-fh8632-firmware.outcome != 'success' || steps.build-fh8632-sdk.outcome != 'success' run: | TG_OPTIONS="-s --connect-timeout 30 --max-time 30" - TG_NOTIFY="${TG_NOTIFY:=Warning, Buildroot compiling error...}" + TG_NOTIFY="${TG_NOTIFY:=Warning, Buildroot compiling error... FH8632}" TG_HEADER=$(echo -e "\r\n$TG_NOTIFY \r\n\r\nCommit: $GIT_HASH \r\nBranch: $BRANCH_NAME \r\nTag: $TAG_NAME \r\n\r\n\xE2\x9A\xA0 GitHub Actions") curl $TG_OPTIONS -H "Content-Type: multipart/form-data" -X POST https://api.telegram.org/bot$TG_TOKEN/sendMessage \ -F chat_id=$TG_CHANNEL -F text="$TG_HEADER" diff --git a/.github/workflows/fh8852_images.yml b/.github/workflows/fh8852_images.yml index 067b7d71..fc1e017d 100644 --- a/.github/workflows/fh8852_images.yml +++ b/.github/workflows/fh8852_images.yml @@ -82,7 +82,7 @@ jobs: if: steps.build-fh8852-firmware.outcome != 'success' || steps.build-fh8852-sdk.outcome != 'success' run: | TG_OPTIONS="-s --connect-timeout 30 --max-time 30" - TG_NOTIFY="${TG_NOTIFY:=Warning, Buildroot compiling error...}" + TG_NOTIFY="${TG_NOTIFY:=Warning, Buildroot compiling error... FH8852}" TG_HEADER=$(echo -e "\r\n$TG_NOTIFY \r\n\r\nCommit: $GIT_HASH \r\nBranch: $BRANCH_NAME \r\nTag: $TAG_NAME \r\n\r\n\xE2\x9A\xA0 GitHub Actions") curl $TG_OPTIONS -H "Content-Type: multipart/form-data" -X POST https://api.telegram.org/bot$TG_TOKEN/sendMessage \ -F chat_id=$TG_CHANNEL -F text="$TG_HEADER" diff --git a/.github/workflows/fh8856_images.yml b/.github/workflows/fh8856_images.yml index 88db3763..46429fc0 100644 --- a/.github/workflows/fh8856_images.yml +++ b/.github/workflows/fh8856_images.yml @@ -82,7 +82,7 @@ jobs: if: steps.build-fh8856-firmware.outcome != 'success' || steps.build-fh8856-sdk.outcome != 'success' run: | TG_OPTIONS="-s --connect-timeout 30 --max-time 30" - TG_NOTIFY="${TG_NOTIFY:=Warning, Buildroot compiling error...}" + TG_NOTIFY="${TG_NOTIFY:=Warning, Buildroot compiling error... FH8856}" TG_HEADER=$(echo -e "\r\n$TG_NOTIFY \r\n\r\nCommit: $GIT_HASH \r\nBranch: $BRANCH_NAME \r\nTag: $TAG_NAME \r\n\r\n\xE2\x9A\xA0 GitHub Actions") curl $TG_OPTIONS -H "Content-Type: multipart/form-data" -X POST https://api.telegram.org/bot$TG_TOKEN/sendMessage \ -F chat_id=$TG_CHANNEL -F text="$TG_HEADER" diff --git a/.github/workflows/gk7102s_images.yml b/.github/workflows/gk7102s_images.yml index e296d4eb..65b40045 100644 --- a/.github/workflows/gk7102s_images.yml +++ b/.github/workflows/gk7102s_images.yml @@ -82,7 +82,7 @@ jobs: if: steps.build-gk7102s-firmware.outcome != 'success' || steps.build-gk7102s-sdk.outcome != 'success' run: | TG_OPTIONS="-s --connect-timeout 30 --max-time 30" - TG_NOTIFY="${TG_NOTIFY:=Warning, Buildroot compiling error...}" + TG_NOTIFY="${TG_NOTIFY:=Warning, Buildroot compiling error... GK7102S}" TG_HEADER=$(echo -e "\r\n$TG_NOTIFY \r\n\r\nCommit: $GIT_HASH \r\nBranch: $BRANCH_NAME \r\nTag: $TAG_NAME \r\n\r\n\xE2\x9A\xA0 GitHub Actions") curl $TG_OPTIONS -H "Content-Type: multipart/form-data" -X POST https://api.telegram.org/bot$TG_TOKEN/sendMessage \ -F chat_id=$TG_CHANNEL -F text="$TG_HEADER" diff --git a/.github/workflows/gk7202v300_images.yml b/.github/workflows/gk7202v300_images.yml index b845f4f5..7768c231 100644 --- a/.github/workflows/gk7202v300_images.yml +++ b/.github/workflows/gk7202v300_images.yml @@ -82,7 +82,7 @@ jobs: if: steps.build-gk7202v300-firmware.outcome != 'success' || steps.build-gk7202v300-sdk.outcome != 'success' run: | TG_OPTIONS="-s --connect-timeout 30 --max-time 30" - TG_NOTIFY="${TG_NOTIFY:=Warning, Buildroot compiling error...}" + TG_NOTIFY="${TG_NOTIFY:=Warning, Buildroot compiling error... GK7202V300}" TG_HEADER=$(echo -e "\r\n$TG_NOTIFY \r\n\r\nCommit: $GIT_HASH \r\nBranch: $BRANCH_NAME \r\nTag: $TAG_NAME \r\n\r\n\xE2\x9A\xA0 GitHub Actions") curl $TG_OPTIONS -H "Content-Type: multipart/form-data" -X POST https://api.telegram.org/bot$TG_TOKEN/sendMessage \ -F chat_id=$TG_CHANNEL -F text="$TG_HEADER" diff --git a/.github/workflows/gk7205v200_images.yml b/.github/workflows/gk7205v200_images.yml index fd5bd0e8..27c5bc75 100644 --- a/.github/workflows/gk7205v200_images.yml +++ b/.github/workflows/gk7205v200_images.yml @@ -87,7 +87,7 @@ jobs: if: steps.build-gk7205v200-firmware.outcome != 'success' || steps.build-gk7205v200-sdk.outcome != 'success' run: | TG_OPTIONS="-s --connect-timeout 30 --max-time 30" - TG_NOTIFY="${TG_NOTIFY:=Warning, Buildroot compiling error...}" + TG_NOTIFY="${TG_NOTIFY:=Warning, Buildroot compiling error... GK7205V200}" TG_HEADER=$(echo -e "\r\n$TG_NOTIFY \r\n\r\nCommit: $GIT_HASH \r\nBranch: $BRANCH_NAME \r\nTag: $TAG_NAME \r\n\r\n\xE2\x9A\xA0 GitHub Actions") curl $TG_OPTIONS -H "Content-Type: multipart/form-data" -X POST https://api.telegram.org/bot$TG_TOKEN/sendMessage \ -F chat_id=$TG_CHANNEL -F text="$TG_HEADER" diff --git a/.github/workflows/gk7205v300_images.yml b/.github/workflows/gk7205v300_images.yml index e6f4b7da..7dd695e6 100644 --- a/.github/workflows/gk7205v300_images.yml +++ b/.github/workflows/gk7205v300_images.yml @@ -82,7 +82,7 @@ jobs: if: steps.build-gk7205v300-firmware.outcome != 'success' || steps.build-gk7205v300-sdk.outcome != 'success' run: | TG_OPTIONS="-s --connect-timeout 30 --max-time 30" - TG_NOTIFY="${TG_NOTIFY:=Warning, Buildroot compiling error...}" + TG_NOTIFY="${TG_NOTIFY:=Warning, Buildroot compiling error... GK7205V300}" TG_HEADER=$(echo -e "\r\n$TG_NOTIFY \r\n\r\nCommit: $GIT_HASH \r\nBranch: $BRANCH_NAME \r\nTag: $TAG_NAME \r\n\r\n\xE2\x9A\xA0 GitHub Actions") curl $TG_OPTIONS -H "Content-Type: multipart/form-data" -X POST https://api.telegram.org/bot$TG_TOKEN/sendMessage \ -F chat_id=$TG_CHANNEL -F text="$TG_HEADER" diff --git a/.github/workflows/gk7605v100_images.yml b/.github/workflows/gk7605v100_images.yml index b33b0a1d..17caaf61 100644 --- a/.github/workflows/gk7605v100_images.yml +++ b/.github/workflows/gk7605v100_images.yml @@ -82,7 +82,7 @@ jobs: if: steps.build-gk7605v100-firmware.outcome != 'success' || steps.build-gk7605v100-sdk.outcome != 'success' run: | TG_OPTIONS="-s --connect-timeout 30 --max-time 30" - TG_NOTIFY="${TG_NOTIFY:=Warning, Buildroot compiling error...}" + TG_NOTIFY="${TG_NOTIFY:=Warning, Buildroot compiling error... GK7605V100}" TG_HEADER=$(echo -e "\r\n$TG_NOTIFY \r\n\r\nCommit: $GIT_HASH \r\nBranch: $BRANCH_NAME \r\nTag: $TAG_NAME \r\n\r\n\xE2\x9A\xA0 GitHub Actions") curl $TG_OPTIONS -H "Content-Type: multipart/form-data" -X POST https://api.telegram.org/bot$TG_TOKEN/sendMessage \ -F chat_id=$TG_CHANNEL -F text="$TG_HEADER" diff --git a/.github/workflows/hi3516av300_images.yml b/.github/workflows/hi3516av300_images.yml index 32dedd1a..cd840304 100644 --- a/.github/workflows/hi3516av300_images.yml +++ b/.github/workflows/hi3516av300_images.yml @@ -87,7 +87,7 @@ jobs: if: steps.build-hi3516av300-firmware.outcome != 'success' || steps.build-hi3516av300-sdk.outcome != 'success' run: | TG_OPTIONS="-s --connect-timeout 30 --max-time 30" - TG_NOTIFY="${TG_NOTIFY:=Warning, Buildroot compiling error...}" + TG_NOTIFY="${TG_NOTIFY:=Warning, Buildroot compiling error... HI3516AV300}" TG_HEADER=$(echo -e "\r\n$TG_NOTIFY \r\n\r\nCommit: $GIT_HASH \r\nBranch: $BRANCH_NAME \r\nTag: $TAG_NAME \r\n\r\n\xE2\x9A\xA0 GitHub Actions") curl $TG_OPTIONS -H "Content-Type: multipart/form-data" -X POST https://api.telegram.org/bot$TG_TOKEN/sendMessage \ -F chat_id=$TG_CHANNEL -F text="$TG_HEADER" diff --git a/.github/workflows/hi3516cv500_images.yml b/.github/workflows/hi3516cv500_images.yml index bf1c70d0..d8f87410 100644 --- a/.github/workflows/hi3516cv500_images.yml +++ b/.github/workflows/hi3516cv500_images.yml @@ -87,7 +87,7 @@ jobs: if: steps.build-hi3516cv500-firmware.outcome != 'success' || steps.build-hi3516cv500-sdk.outcome != 'success' run: | TG_OPTIONS="-s --connect-timeout 30 --max-time 30" - TG_NOTIFY="${TG_NOTIFY:=Warning, Buildroot compiling error...}" + TG_NOTIFY="${TG_NOTIFY:=Warning, Buildroot compiling error... HI3516CV500}" TG_HEADER=$(echo -e "\r\n$TG_NOTIFY \r\n\r\nCommit: $GIT_HASH \r\nBranch: $BRANCH_NAME \r\nTag: $TAG_NAME \r\n\r\n\xE2\x9A\xA0 GitHub Actions") curl $TG_OPTIONS -H "Content-Type: multipart/form-data" -X POST https://api.telegram.org/bot$TG_TOKEN/sendMessage \ -F chat_id=$TG_CHANNEL -F text="$TG_HEADER" diff --git a/.github/workflows/hi3516dv300_images.yml b/.github/workflows/hi3516dv300_images.yml index 1af49825..c3275c1e 100644 --- a/.github/workflows/hi3516dv300_images.yml +++ b/.github/workflows/hi3516dv300_images.yml @@ -87,7 +87,7 @@ jobs: if: steps.build-hi3516dv300-firmware.outcome != 'success' || steps.build-hi3516dv300-sdk.outcome != 'success' run: | TG_OPTIONS="-s --connect-timeout 30 --max-time 30" - TG_NOTIFY="${TG_NOTIFY:=Warning, Buildroot compiling error...}" + TG_NOTIFY="${TG_NOTIFY:=Warning, Buildroot compiling error... HI3516DV300}" TG_HEADER=$(echo -e "\r\n$TG_NOTIFY \r\n\r\nCommit: $GIT_HASH \r\nBranch: $BRANCH_NAME \r\nTag: $TAG_NAME \r\n\r\n\xE2\x9A\xA0 GitHub Actions") curl $TG_OPTIONS -H "Content-Type: multipart/form-data" -X POST https://api.telegram.org/bot$TG_TOKEN/sendMessage \ -F chat_id=$TG_CHANNEL -F text="$TG_HEADER" diff --git a/.github/workflows/hi3516ev200_images.yml b/.github/workflows/hi3516ev200_images.yml index 54e2ef6d..a7578e51 100644 --- a/.github/workflows/hi3516ev200_images.yml +++ b/.github/workflows/hi3516ev200_images.yml @@ -87,7 +87,7 @@ jobs: if: steps.build-hi3516ev200-firmware.outcome != 'success' || steps.build-hi3516ev200-sdk.outcome != 'success' run: | TG_OPTIONS="-s --connect-timeout 30 --max-time 30" - TG_NOTIFY="${TG_NOTIFY:=Warning, Buildroot compiling error...}" + TG_NOTIFY="${TG_NOTIFY:=Warning, Buildroot compiling error... HI3516EV200}" TG_HEADER=$(echo -e "\r\n$TG_NOTIFY \r\n\r\nCommit: $GIT_HASH \r\nBranch: $BRANCH_NAME \r\nTag: $TAG_NAME \r\n\r\n\xE2\x9A\xA0 GitHub Actions") curl $TG_OPTIONS -H "Content-Type: multipart/form-data" -X POST https://api.telegram.org/bot$TG_TOKEN/sendMessage \ -F chat_id=$TG_CHANNEL -F text="$TG_HEADER" diff --git a/.github/workflows/hi3516ev300_images.yml b/.github/workflows/hi3516ev300_images.yml index 908f4594..707fd4ca 100644 --- a/.github/workflows/hi3516ev300_images.yml +++ b/.github/workflows/hi3516ev300_images.yml @@ -87,7 +87,7 @@ jobs: if: steps.build-hi3516ev300-firmware.outcome != 'success' || steps.build-hi3516ev300-sdk.outcome != 'success' run: | TG_OPTIONS="-s --connect-timeout 30 --max-time 30" - TG_NOTIFY="${TG_NOTIFY:=Warning, Buildroot compiling error...}" + TG_NOTIFY="${TG_NOTIFY:=Warning, Buildroot compiling error... HI3516EV300}" TG_HEADER=$(echo -e "\r\n$TG_NOTIFY \r\n\r\nCommit: $GIT_HASH \r\nBranch: $BRANCH_NAME \r\nTag: $TAG_NAME \r\n\r\n\xE2\x9A\xA0 GitHub Actions") curl $TG_OPTIONS -H "Content-Type: multipart/form-data" -X POST https://api.telegram.org/bot$TG_TOKEN/sendMessage \ -F chat_id=$TG_CHANNEL -F text="$TG_HEADER" diff --git a/.github/workflows/hi3518ev300_images.yml b/.github/workflows/hi3518ev300_images.yml index 537dbdc6..4ac82136 100644 --- a/.github/workflows/hi3518ev300_images.yml +++ b/.github/workflows/hi3518ev300_images.yml @@ -87,7 +87,7 @@ jobs: if: steps.build-hi3518ev300-firmware.outcome != 'success' || steps.build-hi3518ev300-sdk.outcome != 'success' run: | TG_OPTIONS="-s --connect-timeout 30 --max-time 30" - TG_NOTIFY="${TG_NOTIFY:=Warning, Buildroot compiling error...}" + TG_NOTIFY="${TG_NOTIFY:=Warning, Buildroot compiling error... HI3518EV300}" TG_HEADER=$(echo -e "\r\n$TG_NOTIFY \r\n\r\nCommit: $GIT_HASH \r\nBranch: $BRANCH_NAME \r\nTag: $TAG_NAME \r\n\r\n\xE2\x9A\xA0 GitHub Actions") curl $TG_OPTIONS -H "Content-Type: multipart/form-data" -X POST https://api.telegram.org/bot$TG_TOKEN/sendMessage \ -F chat_id=$TG_CHANNEL -F text="$TG_HEADER" diff --git a/.github/workflows/nt98562_images.yml b/.github/workflows/nt98562_images.yml index b13a3e96..7dcb09e0 100644 --- a/.github/workflows/nt98562_images.yml +++ b/.github/workflows/nt98562_images.yml @@ -82,7 +82,7 @@ jobs: if: steps.build-nt98562-firmware.outcome != 'success' || steps.build-nt98562-sdk.outcome != 'success' run: | TG_OPTIONS="-s --connect-timeout 30 --max-time 30" - TG_NOTIFY="${TG_NOTIFY:=Warning, Buildroot compiling error...}" + TG_NOTIFY="${TG_NOTIFY:=Warning, Buildroot compiling error... NT98562}" TG_HEADER=$(echo -e "\r\n$TG_NOTIFY \r\n\r\nCommit: $GIT_HASH \r\nBranch: $BRANCH_NAME \r\nTag: $TAG_NAME \r\n\r\n\xE2\x9A\xA0 GitHub Actions") curl $TG_OPTIONS -H "Content-Type: multipart/form-data" -X POST https://api.telegram.org/bot$TG_TOKEN/sendMessage \ -F chat_id=$TG_CHANNEL -F text="$TG_HEADER" diff --git a/.github/workflows/nt98566_images.yml b/.github/workflows/nt98566_images.yml index bf7ebd67..d8cf7e02 100644 --- a/.github/workflows/nt98566_images.yml +++ b/.github/workflows/nt98566_images.yml @@ -82,7 +82,7 @@ jobs: if: steps.build-nt98566-firmware.outcome != 'success' || steps.build-nt98566-sdk.outcome != 'success' run: | TG_OPTIONS="-s --connect-timeout 30 --max-time 30" - TG_NOTIFY="${TG_NOTIFY:=Warning, Buildroot compiling error...}" + TG_NOTIFY="${TG_NOTIFY:=Warning, Buildroot compiling error... NT98566}" TG_HEADER=$(echo -e "\r\n$TG_NOTIFY \r\n\r\nCommit: $GIT_HASH \r\nBranch: $BRANCH_NAME \r\nTag: $TAG_NAME \r\n\r\n\xE2\x9A\xA0 GitHub Actions") curl $TG_OPTIONS -H "Content-Type: multipart/form-data" -X POST https://api.telegram.org/bot$TG_TOKEN/sendMessage \ -F chat_id=$TG_CHANNEL -F text="$TG_HEADER" diff --git a/.github/workflows/ssc325_images.yml b/.github/workflows/ssc325_images.yml index 52966b5f..d1316a46 100644 --- a/.github/workflows/ssc325_images.yml +++ b/.github/workflows/ssc325_images.yml @@ -87,7 +87,7 @@ jobs: if: steps.build-ssc325-firmware.outcome != 'success' || steps.build-ssc325-sdk.outcome != 'success' run: | TG_OPTIONS="-s --connect-timeout 30 --max-time 30" - TG_NOTIFY="${TG_NOTIFY:=Warning, Buildroot compiling error...}" + TG_NOTIFY="${TG_NOTIFY:=Warning, Buildroot compiling error... SSC325}" TG_HEADER=$(echo -e "\r\n$TG_NOTIFY \r\n\r\nCommit: $GIT_HASH \r\nBranch: $BRANCH_NAME \r\nTag: $TAG_NAME \r\n\r\n\xE2\x9A\xA0 GitHub Actions") curl $TG_OPTIONS -H "Content-Type: multipart/form-data" -X POST https://api.telegram.org/bot$TG_TOKEN/sendMessage \ -F chat_id=$TG_CHANNEL -F text="$TG_HEADER" diff --git a/.github/workflows/ssc335_images.yml b/.github/workflows/ssc335_images.yml index 193ffddb..b48d9f63 100644 --- a/.github/workflows/ssc335_images.yml +++ b/.github/workflows/ssc335_images.yml @@ -87,7 +87,7 @@ jobs: if: steps.build-ssc335-firmware.outcome != 'success' || steps.build-ssc335-sdk.outcome != 'success' run: | TG_OPTIONS="-s --connect-timeout 30 --max-time 30" - TG_NOTIFY="${TG_NOTIFY:=Warning, Buildroot compiling error...}" + TG_NOTIFY="${TG_NOTIFY:=Warning, Buildroot compiling error... SSC335}" TG_HEADER=$(echo -e "\r\n$TG_NOTIFY \r\n\r\nCommit: $GIT_HASH \r\nBranch: $BRANCH_NAME \r\nTag: $TAG_NAME \r\n\r\n\xE2\x9A\xA0 GitHub Actions") curl $TG_OPTIONS -H "Content-Type: multipart/form-data" -X POST https://api.telegram.org/bot$TG_TOKEN/sendMessage \ -F chat_id=$TG_CHANNEL -F text="$TG_HEADER" diff --git a/.github/workflows/ssc337_images.yml b/.github/workflows/ssc337_images.yml index 411c05a6..52e95730 100644 --- a/.github/workflows/ssc337_images.yml +++ b/.github/workflows/ssc337_images.yml @@ -87,7 +87,7 @@ jobs: if: steps.build-ssc337-firmware.outcome != 'success' || steps.build-ssc337-sdk.outcome != 'success' run: | TG_OPTIONS="-s --connect-timeout 30 --max-time 30" - TG_NOTIFY="${TG_NOTIFY:=Warning, Buildroot compiling error...}" + TG_NOTIFY="${TG_NOTIFY:=Warning, Buildroot compiling error... SSC337}" TG_HEADER=$(echo -e "\r\n$TG_NOTIFY \r\n\r\nCommit: $GIT_HASH \r\nBranch: $BRANCH_NAME \r\nTag: $TAG_NAME \r\n\r\n\xE2\x9A\xA0 GitHub Actions") curl $TG_OPTIONS -H "Content-Type: multipart/form-data" -X POST https://api.telegram.org/bot$TG_TOKEN/sendMessage \ -F chat_id=$TG_CHANNEL -F text="$TG_HEADER" diff --git a/.github/workflows/ssc337de_images.yml b/.github/workflows/ssc337de_images.yml index 825e6739..c7f1dec9 100644 --- a/.github/workflows/ssc337de_images.yml +++ b/.github/workflows/ssc337de_images.yml @@ -87,7 +87,7 @@ jobs: if: steps.build-ssc337de-firmware.outcome != 'success' || steps.build-ssc337de-sdk.outcome != 'success' run: | TG_OPTIONS="-s --connect-timeout 30 --max-time 30" - TG_NOTIFY="${TG_NOTIFY:=Warning, Buildroot compiling error...}" + TG_NOTIFY="${TG_NOTIFY:=Warning, Buildroot compiling error... SSC337DE}" TG_HEADER=$(echo -e "\r\n$TG_NOTIFY \r\n\r\nCommit: $GIT_HASH \r\nBranch: $BRANCH_NAME \r\nTag: $TAG_NAME \r\n\r\n\xE2\x9A\xA0 GitHub Actions") curl $TG_OPTIONS -H "Content-Type: multipart/form-data" -X POST https://api.telegram.org/bot$TG_TOKEN/sendMessage \ -F chat_id=$TG_CHANNEL -F text="$TG_HEADER" diff --git a/.github/workflows/t31_images.yml b/.github/workflows/t31_images.yml index a8a1801a..effbd98f 100644 --- a/.github/workflows/t31_images.yml +++ b/.github/workflows/t31_images.yml @@ -82,7 +82,7 @@ jobs: if: steps.build-t31-firmware.outcome != 'success' || steps.build-t31-sdk.outcome != 'success' run: | TG_OPTIONS="-s --connect-timeout 30 --max-time 30" - TG_NOTIFY="${TG_NOTIFY:=Warning, Buildroot compiling error...}" + TG_NOTIFY="${TG_NOTIFY:=Warning, Buildroot compiling error... T31}" TG_HEADER=$(echo -e "\r\n$TG_NOTIFY \r\n\r\nCommit: $GIT_HASH \r\nBranch: $BRANCH_NAME \r\nTag: $TAG_NAME \r\n\r\n\xE2\x9A\xA0 GitHub Actions") curl $TG_OPTIONS -H "Content-Type: multipart/form-data" -X POST https://api.telegram.org/bot$TG_TOKEN/sendMessage \ -F chat_id=$TG_CHANNEL -F text="$TG_HEADER" diff --git a/.github/workflows/xm510_images.yml b/.github/workflows/xm510_images.yml index cce9ccd2..8e6be80b 100644 --- a/.github/workflows/xm510_images.yml +++ b/.github/workflows/xm510_images.yml @@ -87,7 +87,7 @@ jobs: if: steps.build-xm510-firmware.outcome != 'success' || steps.build-xm510-sdk.outcome != 'success' run: | TG_OPTIONS="-s --connect-timeout 30 --max-time 30" - TG_NOTIFY="${TG_NOTIFY:=Warning, Buildroot compiling error...}" + TG_NOTIFY="${TG_NOTIFY:=Warning, Buildroot compiling error... XM510}" TG_HEADER=$(echo -e "\r\n$TG_NOTIFY \r\n\r\nCommit: $GIT_HASH \r\nBranch: $BRANCH_NAME \r\nTag: $TAG_NAME \r\n\r\n\xE2\x9A\xA0 GitHub Actions") curl $TG_OPTIONS -H "Content-Type: multipart/form-data" -X POST https://api.telegram.org/bot$TG_TOKEN/sendMessage \ -F chat_id=$TG_CHANNEL -F text="$TG_HEADER" diff --git a/.github/workflows/xm530_images.yml b/.github/workflows/xm530_images.yml index 278d0cb2..076e2f22 100644 --- a/.github/workflows/xm530_images.yml +++ b/.github/workflows/xm530_images.yml @@ -87,7 +87,7 @@ jobs: if: steps.build-xm530-firmware.outcome != 'success' || steps.build-xm530-sdk.outcome != 'success' run: | TG_OPTIONS="-s --connect-timeout 30 --max-time 30" - TG_NOTIFY="${TG_NOTIFY:=Warning, Buildroot compiling error...}" + TG_NOTIFY="${TG_NOTIFY:=Warning, Buildroot compiling error... XM530}" TG_HEADER=$(echo -e "\r\n$TG_NOTIFY \r\n\r\nCommit: $GIT_HASH \r\nBranch: $BRANCH_NAME \r\nTag: $TAG_NAME \r\n\r\n\xE2\x9A\xA0 GitHub Actions") curl $TG_OPTIONS -H "Content-Type: multipart/form-data" -X POST https://api.telegram.org/bot$TG_TOKEN/sendMessage \ -F chat_id=$TG_CHANNEL -F text="$TG_HEADER" diff --git a/.github/workflows/xm550_images.yml b/.github/workflows/xm550_images.yml index 5e39b38d..5e113343 100644 --- a/.github/workflows/xm550_images.yml +++ b/.github/workflows/xm550_images.yml @@ -87,7 +87,7 @@ jobs: if: steps.build-xm550-firmware.outcome != 'success' || steps.build-xm550-sdk.outcome != 'success' run: | TG_OPTIONS="-s --connect-timeout 30 --max-time 30" - TG_NOTIFY="${TG_NOTIFY:=Warning, Buildroot compiling error...}" + TG_NOTIFY="${TG_NOTIFY:=Warning, Buildroot compiling error... XM550}" TG_HEADER=$(echo -e "\r\n$TG_NOTIFY \r\n\r\nCommit: $GIT_HASH \r\nBranch: $BRANCH_NAME \r\nTag: $TAG_NAME \r\n\r\n\xE2\x9A\xA0 GitHub Actions") curl $TG_OPTIONS -H "Content-Type: multipart/form-data" -X POST https://api.telegram.org/bot$TG_TOKEN/sendMessage \ -F chat_id=$TG_CHANNEL -F text="$TG_HEADER" diff --git a/br-ext-chip-xiongmai/board/xm510/kernel/xm510.generic.config b/br-ext-chip-xiongmai/board/xm510/kernel/xm510.generic.config index 87af11cf..f39951b6 100644 --- a/br-ext-chip-xiongmai/board/xm510/kernel/xm510.generic.config +++ b/br-ext-chip-xiongmai/board/xm510/kernel/xm510.generic.config @@ -87,7 +87,7 @@ CONFIG_SYSCTL_SYSCALL=y CONFIG_HOTPLUG=y CONFIG_PRINTK=y CONFIG_BUG=y -CONFIG_ELF_CORE=y +# CONFIG_ELF_CORE is not set CONFIG_BASE_FULL=y CONFIG_FUTEX=y CONFIG_EPOLL=y @@ -658,14 +658,14 @@ CONFIG_XMMAC_ETH=y # # CAIF transport drivers # -CONFIG_PPP=y -CONFIG_PPP_FILTER=y -CONFIG_PPP_ASYNC=y -CONFIG_PPP_SYNC_TTY=y -CONFIG_PPP_DEFLATE=y -CONFIG_PPP_BSDCOMP=y +# CONFIG_PPP is not set +# CONFIG_PPP_FILTER is not set +# CONFIG_PPP_ASYNC is not set +# CONFIG_PPP_SYNC_TTY is not set +# CONFIG_PPP_DEFLATE is not set +# CONFIG_PPP_BSDCOMP is not set # CONFIG_SLIP is not set -CONFIG_SLHC=y +# CONFIG_SLHC is not set # CONFIG_NETCONSOLE is not set # CONFIG_NETPOLL is not set # CONFIG_NET_POLL_CONTROLLER is not set diff --git a/br-ext-chip-xiongmai/configs/unknown_unknown_xm510_openipc_defconfig b/br-ext-chip-xiongmai/configs/unknown_unknown_xm510_openipc_defconfig index 70ac0a7e..bd9b9a8a 100644 --- a/br-ext-chip-xiongmai/configs/unknown_unknown_xm510_openipc_defconfig +++ b/br-ext-chip-xiongmai/configs/unknown_unknown_xm510_openipc_defconfig @@ -1,7 +1,7 @@ # Architecture BR2_arm=y -BR2_cortex_a5=y -BR2_ARM_INSTRUCTIONS_THUMB2=y +BR2_arm926t=y +BR2_ARM_INSTRUCTIONS_THUMB=y BR2_KERNEL_HEADERS_VERSION=y BR2_DEFAULT_KERNEL_VERSION="3.0.101" BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_0=y @@ -9,12 +9,12 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_0=y # Toolchain BR2_PER_PACKAGE_DIRECTORIES=y BR2_GCC_VERSION_7_X=y -# BR2_TOOLCHAIN_USES_UCLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_UCLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_LIBC="uclibc" -BR2_TOOLCHAIN_USES_MUSL=y -BR2_TOOLCHAIN_BUILDROOT_MUSL=y -BR2_TOOLCHAIN_BUILDROOT_LIBC="musl" +BR2_TOOLCHAIN_USES_UCLIBC=y +BR2_TOOLCHAIN_BUILDROOT_UCLIBC=y +BR2_TOOLCHAIN_BUILDROOT_LIBC="uclibc" +# BR2_TOOLCHAIN_USES_MUSL is not set +# BR2_TOOLCHAIN_BUILDROOT_MUSL is not set +# BR2_TOOLCHAIN_BUILDROOT_LIBC="musl" # BR2_TOOLCHAIN_BUILDROOT_CXX is not set BR2_TOOLCHAIN_BUILDROOT_LOCALE=y BR2_TOOLCHAIN_BUILDROOT_USE_SSP=y @@ -70,8 +70,8 @@ BR2_PACKAGE_MBEDTLS_OPENIPC=y # BR2_PACKAGE_MBEDTLS_OPENIPC_PROGRAMS is not set # BR2_PACKAGE_MBEDTLS_OPENIPC_COMPRESSION is not set # BR2_PACKAGE_MINI_SNMPD is not set -BR2_PACKAGE_OPUS_OPENIPC=y -BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y +# BR2_PACKAGE_OPUS_OPENIPC is not set +# BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT is not set # BR2_PACKAGE_SSHPASS is not set BR2_PACKAGE_UACME_OPENIPC=y BR2_PACKAGE_VTUND_OPENIPC=y diff --git a/general/overlay/etc/openipc_banner b/general/overlay/etc/openipc_banner index f598c866..46a09fad 100644 --- a/general/overlay/etc/openipc_banner +++ b/general/overlay/etc/openipc_banner @@ -4,6 +4,6 @@ / \ ___ ___ _ _ | || \/ _| | | || \/ _ \| \| || || | || | | | || | | __/| \ || || _/| |_ -\___/| _/\___||_|\_||_||_| \___|.ORG v2.1.9.21 +\___/| _/\___||_|\_||_||_| \___|.ORG v2.1.9.26 |_| diff --git a/general/package/xiongmai-osdrv-xm530/files/script/load_xiongmai b/general/package/xiongmai-osdrv-xm530/files/script/load_xiongmai index e92c0388..add62922 100755 --- a/general/package/xiongmai-osdrv-xm530/files/script/load_xiongmai +++ b/general/package/xiongmai-osdrv-xm530/files/script/load_xiongmai @@ -85,9 +85,8 @@ insert_ko() insmod xm530_rgn.ko insmod xm530_h264.ko insmod xm_rtc.ko - #insmod xm_wdt.ko + insmod xm_wdt.ko insmod log.ko - insert_audio insert_h265 #insert_vo @@ -95,9 +94,9 @@ insert_ko() remove_ko() { - #remove_audio - #rmmod xm_wdt - #rmmod xm_rtc + remove_audio + rmmod xm_wdt + rmmod xm_rtc rmmod xm530_h264 rmmod xm530_rgn rmmod xm530_isp