Re: [OE-core] [PATCH] glibc: Adapt do_install_append_aarch64() for usrmerge

2018-01-29 Thread Peter Kjellerstedt
“${root_prefix/lib” (which evaluates to “/usr/lib”), but then a symbolic link will be created from “/lib” to “/usr/lib”. //Peter From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: den 29 januari 2018 18:33 To: Peter Kjellerstedt Cc: OE-core Subject: Re: [OE-core] [PATCH] glibc: Adapt

Re: [OE-core] [PATCH] glibc: Adapt do_install_append_aarch64() for usrmerge

2018-01-29 Thread Burton, Ross
How does the patch relate to the comment which states the ABI says the path *must* be /lib/. Is that wrong? How does this interact with the merged symlink creation in image.bbclass? Please expand on the message so it's clear what is meant to be happening. Ross On 27 January 2018 at 03:53, Pete

[OE-core] [PATCH] glibc: Adapt do_install_append_aarch64() for usrmerge

2018-01-26 Thread Peter Kjellerstedt
Change hardcoded /lib to ${nonarch_base_libdir} to correctly adapt the code in do_install_append_aarch64() for when usrmerge is enabled in DISTRO_FEATURES. Signed-off-by: Peter Kjellerstedt --- meta/recipes-core/glibc/glibc-package.inc | 12 ++-- 1 file changed, 6 insertions(+), 6 deleti