From 5fc4447a226da35d468ad8ffce251410a2eb7d97 Mon Sep 17 00:00:00 2001 From: tianning Date: Fri, 25 Oct 2024 17:27:40 +0800 Subject: [PATCH 1/2] webui: update webui-vue_%.bbappend * Change npm proxy Signed-off-by: tianning --- .../phosphor-layer/recipes-phosphor/webui/webui-vue_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-openeuler/dynamic-layers/phosphor-layer/recipes-phosphor/webui/webui-vue_%.bbappend b/meta-openeuler/dynamic-layers/phosphor-layer/recipes-phosphor/webui/webui-vue_%.bbappend index 8d9a33fbdea..58a555a0e50 100644 --- a/meta-openeuler/dynamic-layers/phosphor-layer/recipes-phosphor/webui/webui-vue_%.bbappend +++ b/meta-openeuler/dynamic-layers/phosphor-layer/recipes-phosphor/webui/webui-vue_%.bbappend @@ -14,7 +14,7 @@ do_compile:prepend () { # the original registry is https://registry.npmjs.org/, # too slow in China!!!!!!!! # use the Chinese mirror instead - npm config set registry https://registry.npmmirror.com/ + npm config set registry https://r.cnpmjs.org/ } TOOLCHAIN = "gcc" -- Gitee From be051ea32f8e02eefc160686621a36754345536e Mon Sep 17 00:00:00 2001 From: tianning Date: Fri, 25 Oct 2024 17:55:51 +0800 Subject: [PATCH 2/2] muslc: update musl.yaml * musl libc support qemu-riscv64 and visionfive2 Signed-off-by: tianning --- .oebuild/features/musl.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.oebuild/features/musl.yaml b/.oebuild/features/musl.yaml index 6a8061cdf1b..1564acfbb7f 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" -- Gitee