From 850cd656ad25fced3df1c98484a869183d726441 Mon Sep 17 00:00:00 2001 From: liu-yudong003 Date: Mon, 13 Feb 2023 02:51:57 +0000 Subject: [PATCH 1/2] oebuild:add platform riscv64 support --- .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 From cf71b35ca1131ab34dce8fb40d2e3a84592eb26b Mon Sep 17 00:00:00 2001 From: liu-yudong003 Date: Mon, 13 Feb 2023 07:33:43 +0000 Subject: [PATCH 2/2] add nezha support --- .oebuild/platform/nezha.yaml | 8 ++++++++ bsp/meta-nezha | 1 + 2 files changed, 9 insertions(+) create mode 100644 .oebuild/platform/nezha.yaml create mode 160000 bsp/meta-nezha diff --git a/.oebuild/platform/nezha.yaml b/.oebuild/platform/nezha.yaml new file mode 100644 index 00000000000..109df1471f0 --- /dev/null +++ b/.oebuild/platform/nezha.yaml @@ -0,0 +1,8 @@ +type: platform + +machine: nezha + +toolchain_type: EXTERNAL_TOOLCHAIN_aarch64 + +layers: + - yocto-meta-openeuler/bsp/meta-nezha diff --git a/bsp/meta-nezha b/bsp/meta-nezha new file mode 160000 index 00000000000..90d8de82457 --- /dev/null +++ b/bsp/meta-nezha @@ -0,0 +1 @@ +Subproject commit 90d8de82457aab01e014d36a6e2b18d47a8b27f6 -- Gitee