summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2021-06-22 17:24:59 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-06-26 11:27:17 +0100
commit252d9a4edb4878f71e7c69e0f35b508f1d1f2de7 (patch)
treea4b786e552f4a16b553813507262aeef75895fcc /meta/recipes-core/glibc
parentbd5fa06a7fd2c771d5eb94cd07c91d8c08c95a2a (diff)
downloadpoky-252d9a4edb4878f71e7c69e0f35b508f1d1f2de7.tar.gz
glibc: re-enable memory tagging
Now that the performance regressions caused by MTE have been resolved, we can enable memory tagging again. It is safe to globally enable the config as glibc does nothing if it isn't supported on that target. (From OE-Core rev: 5910d46b2a4b4387c12feb447c42864ec6b7828c) (From OE-Core rev: deea7b96a0a4232c8119549dc2e8ecbc0bf47f0f) Signed-off-by: Ross Burton <ross.burton@arm.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 c6e4aaab9d..925efe8cc6 100644
--- a/meta/recipes-core/glibc/glibc_2.33.bb
+++ b/meta/recipes-core/glibc/glibc_2.33.bb
@@ -92,7 +92,7 @@ EXTRA_OECONF += "${@get_libc_fpu_setting(bb, d)}"
92EXTRA_OECONF_append_x86 = " --enable-cet" 92EXTRA_OECONF_append_x86 = " --enable-cet"
93EXTRA_OECONF_append_x86-64 = " --enable-cet" 93EXTRA_OECONF_append_x86-64 = " --enable-cet"
94 94
95PACKAGECONFIG ??= "nscd" 95PACKAGECONFIG ??= "nscd memory-tagging"
96PACKAGECONFIG[nscd] = "--enable-nscd,--disable-nscd" 96PACKAGECONFIG[nscd] = "--enable-nscd,--disable-nscd"
97PACKAGECONFIG[memory-tagging] = "--enable-memory-tagging,--disable-memory-tagging" 97PACKAGECONFIG[memory-tagging] = "--enable-memory-tagging,--disable-memory-tagging"
98 98