summaryrefslogtreecommitdiffstats
path: root/meta-microblaze/recipes-core
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2023-03-09 08:20:33 -0800
committerMark Hatle <mark.hatle@amd.com>2023-04-10 09:03:22 -0700
commita6c6d5349bb5887006b5cfddbb546c14b7cca2a4 (patch)
treeb6000e888d83cabe830837b7e51227d95d7bbd40 /meta-microblaze/recipes-core
parent9a74cd48512c8dc45cb2832f282233842cecad1d (diff)
downloadmeta-xilinx-a6c6d5349bb5887006b5cfddbb546c14b7cca2a4.tar.gz
glibc: libc.so.6 contains a textrel on microblaze
Disable the textrel warning, as it is expected. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-microblaze/recipes-core')
-rw-r--r--meta-microblaze/recipes-core/glibc/glibc_2.36.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-microblaze/recipes-core/glibc/glibc_2.36.bbappend b/meta-microblaze/recipes-core/glibc/glibc_2.36.bbappend
new file mode 100644
index 00000000..d42bcca5
--- /dev/null
+++ b/meta-microblaze/recipes-core/glibc/glibc_2.36.bbappend
@@ -0,0 +1 @@
INSANE_SKIP:${PN}:append:microblaze = " textrel"