summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-06-19 11:58:44 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-06-21 11:09:56 +0100
commit5b39d878515faf1f4bab7b4e860bf21b647de32e (patch)
treefca29e6792e4039a6b0d2dc2253dfd2fcbd2e625 /meta/recipes-core/glibc
parentcb7996ae212372fc7e03fdf710dae6e0f1876344 (diff)
downloadpoky-5b39d878515faf1f4bab7b4e860bf21b647de32e.tar.gz
glibc: do not enable memory tagging on aarch64 just yet
Sadly, it seems to break copy-on-write as reported here: https://lists.openembedded.org/g/openembedded-core/message/153082 (From OE-Core rev: 6891217346128cf529c15192defa096378fc5091) (From OE-Core rev: 85b5b9a3f793f66bd396daa585d8693e13c11b08) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glibc')
-rw-r--r--meta/recipes-core/glibc/glibc_2.33.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/glibc/glibc_2.33.bb b/meta/recipes-core/glibc/glibc_2.33.bb
index b70cd0978a..caa2e2ae18 100644
--- a/meta/recipes-core/glibc/glibc_2.33.bb
+++ b/meta/recipes-core/glibc/glibc_2.33.bb
@@ -90,10 +90,10 @@ EXTRA_OECONF += "${@get_libc_fpu_setting(bb, d)}"
90 90
91EXTRA_OECONF_append_x86 = " --enable-cet" 91EXTRA_OECONF_append_x86 = " --enable-cet"
92EXTRA_OECONF_append_x86-64 = " --enable-cet" 92EXTRA_OECONF_append_x86-64 = " --enable-cet"
93EXTRA_OECONF_append_aarch64 = " --enable-memory-tagging"
94 93
95PACKAGECONFIG ??= "nscd" 94PACKAGECONFIG ??= "nscd"
96PACKAGECONFIG[nscd] = "--enable-nscd,--disable-nscd" 95PACKAGECONFIG[nscd] = "--enable-nscd,--disable-nscd"
96PACKAGECONFIG[memory-tagging] = "--enable-memory-tagging,--disable-memory-tagging"
97 97
98do_patch_append() { 98do_patch_append() {
99 bb.build.exec_func('do_fix_readlib_c', d) 99 bb.build.exec_func('do_fix_readlib_c', d)