From 7b61aebd383ca9607b7ac9caf72fb2fc3b6a5722 Mon Sep 17 00:00:00 2001 From: Dmitry Ilyin <6576495+widgetii@users.noreply.github.com> Date: Tue, 23 Jun 2026 21:52:11 +0300 Subject: [PATCH] ci: build hi3519dv500 (V5 aarch64) in the Build SDK matrix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add the hi3519dv500 SoC to the Build SDK CI matrix now that the firmware side supports it (OpenIPC/firmware #2205 enabled hisilicon-opensdk for hi3519dv500). The job clones firmware master, points hisilicon-opensdk at this checkout (SITE=local), and runs `make BOARD=hi3519dv500_ultimate br-hisilicon-opensdk` — building the 53 open_*.ko + 8 sensor .so from source against linux 5.10.0 (aarch64). --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0a77085..b755537 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,6 +33,8 @@ jobs: board: hi3516av100_lite - platform: hi3519v101 board: hi3519v101_lite + - platform: hi3519dv500 + board: hi3519dv500_ultimate - platform: hi3516ev300 board: hi3516ev300_neo kernel: "7.0"