mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 00:32:12 +02:00
recipes: add support for loongarch64
glibc gcc vulkan add support for loongarch64 (From OE-Core rev: 526b9a8ebacf07690dfc5beb1788ab7a5bef8423) 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> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e7e1bc43ca
commit
13c1529b70
@@ -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
|
||||
|
||||
@@ -38,6 +38,7 @@ RUNTIMELIBITM:nios2 = ""
|
||||
RUNTIMELIBITM:microblaze = ""
|
||||
RUNTIMELIBITM:riscv32 = ""
|
||||
RUNTIMELIBITM:riscv64 = ""
|
||||
RUNTIMELIBITM:loongarch64 = ""
|
||||
RUNTIMELIBSSP ?= ""
|
||||
RUNTIMELIBSSP:mingw32 ?= "libssp"
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user