On Sat, Jun 19, 2021 at 2:59 AM Alexander Kanavin <[email protected]> wrote: > > Sadly, it seems to break copy-on-write as reported here: > https://lists.openembedded.org/g/openembedded-core/message/153082 >
looks ok thanks for the patch > Signed-off-by: Alexander Kanavin <[email protected]> > --- > meta/recipes-core/glibc/glibc_2.33.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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)}" > > EXTRA_OECONF_append_x86 = " --enable-cet" > EXTRA_OECONF_append_x86-64 = " --enable-cet" > -EXTRA_OECONF_append_aarch64 = " --enable-memory-tagging" > > PACKAGECONFIG ??= "nscd" > PACKAGECONFIG[nscd] = "--enable-nscd,--disable-nscd" > +PACKAGECONFIG[memory-tagging] = > "--enable-memory-tagging,--disable-memory-tagging" > > do_patch_append() { > bb.build.exec_func('do_fix_readlib_c', d) > -- > 2.31.1 > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#153095): https://lists.openembedded.org/g/openembedded-core/message/153095 Mute This Topic: https://lists.openembedded.org/mt/83646801/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
