sbsv2/raptor/notes/featurevariantsafe.txt
author Bob Rosenberg <bob.rosenberg@nokia.com>
Mon, 13 Sep 2010 13:52:18 +0100
changeset 656 88e01c8f013e
parent 591 22486c9c7b15
permissions -rw-r--r--
Fix merging bug where downstream items somtimes got ignored if they appear after an upstream-only item. Also, reduce the severity of the validation error if a tech-domain is not recognised on a non-Foundation package.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
591
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     1
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     2
By default, .mmp files that include FEATUREVARIANT will generate binaries for
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     3
both "normal", non-binary variant, build configurations and binary variant
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     4
build configurations.
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     5
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     6
In order to ensure that only invariant binaries are created for invariant
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     7
build configurations, and variant binaries for variant build configurations,
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     8
the optional setting FEATUREVARIANTSAFE can be used. FEATUREVARIANTSAFE can be
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     9
set via an os_properties.xml file and, when set, variant binaries will no
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
    10
longer be created for invariant build configurations.
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
    11
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
    12