]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
recipes: add support for loongarch64
authorJialing Zhang <zhangjialing@loongson.cn>
Wed, 22 Mar 2023 06:50:34 +0000 (14:50 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Mar 2023 22:36:25 +0000 (22:36 +0000)
glibc gcc vulkan add support for loongarch64

Signed-off-by: Jialing Zhang <zhangjialing@loongson.cn>
Signed-off-by: Qizheng Zhu <zhuqizheng@loongson.cn>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-core/glibc/glibc-locale.inc
meta/recipes-devtools/gcc/gcc-runtime.inc
meta/recipes-graphics/vulkan/vulkan-samples_git.bb

index 7f70b3ca4fd43c0b6d9d702e7bcd5c7df9ba0f28..760de9437b5fd8f2382cb369ba6c784b93cbfe50 100644 (file)
@@ -20,7 +20,7 @@ ENABLE_BINARY_LOCALE_GENERATION:pn-nativesdk-glibc-locale = "1"
 
 #enable locale generation on these arches
 # BINARY_LOCALE_ARCHES is a space separated list of regular expressions
-BINARY_LOCALE_ARCHES ?= "arc arm.* aarch64 i[3-6]86 x86_64 powerpc mips mips64 riscv32 riscv64"
+BINARY_LOCALE_ARCHES ?= "arc arm.* aarch64 i[3-6]86 x86_64 powerpc mips mips64 riscv32 riscv64 loongarch64"
 
 # set "1" to use cross-localedef for locale generation
 # set "0" for qemu emulation of native localedef for locale generation
index fa5b048dab70e1bed0cf76013d7a45930635d294..bccc8a5b89871355591f123c339d88cf485e735a 100644 (file)
@@ -38,6 +38,7 @@ RUNTIMELIBITM:nios2 = ""
 RUNTIMELIBITM:microblaze = ""
 RUNTIMELIBITM:riscv32 = ""
 RUNTIMELIBITM:riscv64 = ""
+RUNTIMELIBITM:loongarch64 = ""
 RUNTIMELIBSSP ?= ""
 RUNTIMELIBSSP:mingw32 ?= "libssp"
 
index 20f39905b1ca540aeb0a257d38fd79d44396ca3f..05babf4c91e00f422263e287c10aa29ab860a73b 100644 (file)
@@ -18,7 +18,7 @@ UPSTREAM_CHECK_GITTAGREGEX = "These are not the releases you're looking for"
 S = "${WORKDIR}/git"
 
 REQUIRED_DISTRO_FEATURES = 'vulkan'
-COMPATIBLE_HOST = "(x86_64|aarch64|mips64|powerpc64|riscv64).*-linux"
+COMPATIBLE_HOST = "(x86_64|aarch64|mips64|powerpc64|riscv64|loongarch64).*-linux"
 
 inherit cmake features_check