From 1b67bcdfd2e2b329c44e446bbf7aa3a41be25449 Mon Sep 17 00:00:00 2001 From: Christoph Muellner Date: Mon, 28 Jun 2021 02:44:46 +0200 Subject: ldconfig-native: Add RISC-V support The current version of ldconfig does not support RISC-V. Let's add a patch, that adds the required constant definitions (from upstream glibc) and the necessary case statements. (From OE-Core rev: 790a0634838ab44f8f39db647401886667846b59) Signed-off-by: Christoph Muellner Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-core/glibc/ldconfig-native_2.12.1.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-core/glibc/ldconfig-native_2.12.1.bb') diff --git a/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb b/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb index 919d11417d..fd1630b73b 100644 --- a/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb +++ b/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb @@ -15,6 +15,7 @@ SRC_URI = "file://ldconfig-native-2.12.1.tar.bz2 \ file://endian-ness_handling_fix.patch \ file://add-64-bit-flag-for-ELF64-entries.patch \ file://no-aux-cache.patch \ + file://add-riscv-support.patch \ " PR = "r2" -- cgit v1.2.3-54-g00ecf