[OE-core] 回复: [PATCH 2/2] glib-2.0: Correct multilib conflict
Jeremy A. Puhlman
jpuhlman at mvista.com
Tue Mar 17 04:02:48 UTC 2020
Just standard x86/i585. What are you using for your mulitlib.
ilp32/aarch32/arm7?
require conf/multilib.conf
MULTILIBS = "multilib:lib32"
X86ARCH32 = "i586"
DEFAULTTUNE_virtclass-multilib-lib32 = "i586"
TARGET_ARCH_virtclass-multilib-lib32 = "i586"
TARGET_LD_ARCH_virtclass-multilib-lib32 = "-m elf_i386"
ALTBINDIR_SUFFIX_virtclass-multilib-lib32 = "32"
What does your -e look like for the recipe that fails?
On 3/16/2020 8:30 PM, Chen, Qi wrote:
> This patch is causing regression in case of qemuarm64 multilib for me.
> The static-link.test file is not there, resulting the `mv' command
> failure. I've sent out a patch to fix this problem, but I don't know
> what's your environment. So please help review.
>
> Regards,
> Chen Qi
> ------------------------------------------------------------------------
> *发件人:* openembedded-core-bounces at lists.openembedded.org
> <openembedded-core-bounces at lists.openembedded.org> 代表 Jeremy A.
> Puhlman <jpuhlman at mvista.com>
> *发送时间:* 2020年3月12日 6:22
> *收件人:* openembedded-core at lists.openembedded.org
> <openembedded-core at lists.openembedded.org>
> *主题:* [OE-core] [PATCH 2/2] glib-2.0: Correct multilib conflict
> From: Jeremy Puhlman <jpuhlman at mvista.com>
>
> Signed-off-by: Jeremy A. Puhlman <jpuhlman at mvista.com>
> ---
> meta/recipes-core/glib-2.0/glib.inc | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/meta/recipes-core/glib-2.0/glib.inc
> b/meta/recipes-core/glib-2.0/glib.inc
> index 23c347dbf7..edecc51fdb 100644
> --- a/meta/recipes-core/glib-2.0/glib.inc
> +++ b/meta/recipes-core/glib-2.0/glib.inc
> @@ -128,6 +128,9 @@ do_install_append_class-target () {
> rm
> ${D}${datadir}/installed-tests/glib/gdbus-serialization.test
> fi
> fi
> + if test "x${MLPREFIX}" != "x"; then
> + mv
> ${D}${datadir}/installed-tests/glib/static-link.test
> ${D}${datadir}/installed-tests/glib/${MLPREFIX}static-link.test
> + fi
> }
>
> # As we do not build python3 for windows, makes no sense to ship the
> script that's using it
> --
> 2.13.3
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
> <http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient>
> Virus-free. www.avg.com
> <http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient>
>
>
> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
--
Jeremy A. Puhlman
jpuhlman at mvista.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20200316/c8dcd7f3/attachment.html>
More information about the Openembedded-core
mailing list