On 25/04/13 11:09, Guo Chunrong-B40290 wrote:
1) p5020ds-64b/usr/include/sys/ioctls.h and it includes bits/ioctl-types.h 2) p5020ds-64b/usr/include/bits/ioctl-types.h and it doesn't include asm/ioctls.h3) p5020ds-64b/usr/include/asm/ioctls.h and it includes asm/ioctls.h BTW, I modify TIST = "--disable-tist" in meta/recipes-connectivity/connman/connman.inc" And build Connman for p5020ds-64b successfully. -----Original Message----- From: Jack Mitchell [mailto:[email protected]] Sent: Thursday, April 25, 2013 5:13 PM To: Guo Chunrong-B40290; Patches and discussions about the oe-core layer Subject: Re: [OE-core] [PATCH] connman: update to 1.13 Interesting, could you check the following for me please: 1) p5020ds-64b/usr/include/sys/ioctls.h and see if it includes bits/ioctl-types.h 2) p5020ds-64b/usr/include/bits/ioctl-types.h and see if it includes asm/ioctls.h 3) p5020ds-64b/usr/include/asm/ioctls.h and see if it includes includes asm-generic/ioctls.h Thanks, Jack. [snip]
Ok, well what that means is that as bits/ioctl-types.h doesn't include asm/ioctls.h, asm-generic/ioctls.h never gets included which is where TCGETS2 is defined. Whether this is an upstream bug or an unsupported feature on powerpc64 I don't know, anyone more knowledgeable care to chime in?
-- Jack Mitchell ([email protected]) Embedded Systems Engineer http://www.embed.me.uk -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
