I fixed build issues for mips and ppc machine. But there is runtime issue on mips and ppc machine. The nifi cannot receive data from the minifi, when the minifi is running at mips or ppc, and the nifi is running at x86. So I'd like to block build for both machines and post a patch like below. Would it be okay?
COMPATIBLE_MACHINE_mips = "(!.*mips).*" COMPATIBLE_MACHINE_mips64 = "(!.*mips64).*" COMPATIBLE_MACHINE_powerpc = "(!.*ppc).*"
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#86052): https://lists.openembedded.org/g/openembedded-devel/message/86052 Mute This Topic: https://lists.openembedded.org/mt/75740378/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
