[OE-core] CONFLICTS as keyword or just misspelled RCONFLICTS?

Martin Jansa martin.jansa at gmail.com
Sat Jun 16 06:51:04 UTC 2012


On Tue, May 08, 2012 at 02:25:58PM -0500, Peter Seebach wrote:
> On Tue, 8 May 2012 14:20:16 -0500
> Mark Hatle <mark.hatle at windriver.com> wrote:
> 
> > > BTW: IIRC TUNE_CONFLICTS/TUNECONFLICTS inconsistency was discussed
> > > on ML already (I could not find that thread, but still it's used in
> > > meta/conf/machine/include/arm  
> > 
> > Ya, patches to fix these, and actually check them were sent to the
> > list, but I don't believe they have been merged yet.
> 
> I hadn't noticed TUNE_CONFLICTS, just TUNECONFLICT and TUNECONFLICTS.
> 
> As of this writing, I have two outstanding patches to do with that; I
> think the consistency patch is in, but we're still waiting on
> approval/more changes decisions on the sanity check implementation.

Any update on that?

OE @ ~/openembedded-core $ git grep TUNECONFLICTS
meta/classes/sanity.bbclass:    conflicts = data.getVarFlags('TUNECONFLICTS') or {}
meta/conf/documentation.conf:TUNECONFLICTS[doc] = "List of conflicting features for a given feature."
meta/conf/machine/include/README:TUNECONFLICTS[feature] - A list of features which conflict with <feature>.
meta/conf/machine/include/ia32/arch-ia32.inc:TUNECONFLICTS[m32] = "m64 mx32"
meta/conf/machine/include/ia32/arch-ia32.inc:TUNECONFLICTS[mx32] = "m64 m32"
meta/conf/machine/include/ia32/arch-ia32.inc:TUNECONFLICTS[m64] = "m32 mx32"
meta/conf/machine/include/mips/arch-mips.inc:TUNECONFLICTS[o32] = "n32 n64"
meta/conf/machine/include/mips/arch-mips.inc:TUNECONFLICTS[n32] = "o32 n64"
meta/conf/machine/include/mips/arch-mips.inc:TUNECONFLICTS[n64] = "o32 n32"
meta/conf/machine/include/tune-c3.inc:TUNECONFLICTS[c3] = "m64 mx32"

OE @ ~/openembedded-core $ git grep TUNE_CONFLICTS
meta/conf/machine/include/arm/arch-armv5.inc:TUNE_CONFLICTS[armv5] = "armv4"
meta/conf/machine/include/arm/arch-armv6.inc:TUNE_CONFLICTS[armv6] = "armv4 armv5"
meta/conf/machine/include/arm/arch-armv7a.inc:TUNE_CONFLICTS[armv7a] = "armv4 armv5 armv6 armv7"
meta/conf/machine/include/powerpc/arch-powerpc64.inc:TUNE_CONFLICTS[m64] = "m32 nf"
meta/conf/machine/include/tune-mips32.inc:TUNE_CONFLICTS[mips32] = "n64 n32"

Cheers,
-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20120616/8ce52b8d/attachment-0002.sig>


More information about the Openembedded-core mailing list