diff --git a/.oebuild/features/musl.yaml b/.oebuild/features/musl.yaml index 6a8061cdf1bab91d124f97b62d29f4d74cdd1c73..1564acfbb7fc99a160314a742fafa322011a6fc8 100644 --- a/.oebuild/features/musl.yaml +++ b/.oebuild/features/musl.yaml @@ -1,9 +1,10 @@ type: feature -support: qemu-aarch64|raspberrypi4-64 +support: qemu-riscv64|qemu-aarch64|raspberrypi4-64|visionfive2 local_conf: | EXTERNAL_TARGET_SYS:aarch64 = "aarch64-openeuler-linux-musl" + EXTERNAL_TARGET_SYS:riscv64 = "riscv64-openeuler-linux-musl" TCLIBC = "musl" TCMODE-LIBC = "musl" TCMODE-CRYPT = "musl"