From 538212def5979d5d116b89e42fb5e90744ed81e2 Mon Sep 17 00:00:00 2001 From: liu-yudong003 Date: Mon, 13 Feb 2023 08:11:29 +0000 Subject: [PATCH] oebuild: add platform support for riscv64 *riscv64-std.yaml describe the condition to support riscv64 Signed-off-by: liu-yudong003 --- .oebuild/platform/riscv64-std.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .oebuild/platform/riscv64-std.yaml diff --git a/.oebuild/platform/riscv64-std.yaml b/.oebuild/platform/riscv64-std.yaml new file mode 100644 index 00000000000..8655da9790b --- /dev/null +++ b/.oebuild/platform/riscv64-std.yaml @@ -0,0 +1,5 @@ +type: platform + +machine: qemu-riscv64 + +toolchain_type: EXTERNAL_TOOLCHAIN_riscv64 -- Gitee