Re: [OE-core] 回复: [PATCH 2/2] glib-2.0: Correct multilib conflict

2020-03-16 Thread Jeremy A. Puhlman
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 e

[OE-core] 回复: [PATCH 2/2] glib-2.0: Correct multilib conflict

2020-03-16 Thread Chen, Qi
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 ___