diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2023-03-09 08:20:33 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-04-10 09:03:22 -0700 |
| commit | a6c6d5349bb5887006b5cfddbb546c14b7cca2a4 (patch) | |
| tree | b6000e888d83cabe830837b7e51227d95d7bbd40 /meta-microblaze | |
| parent | 9a74cd48512c8dc45cb2832f282233842cecad1d (diff) | |
| download | meta-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')
| -rw-r--r-- | meta-microblaze/recipes-core/glibc/glibc_2.36.bbappend | 1 |
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" | |||
