Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
oe_yp_backfill [2020/04/11 11:43] rpjdayoe_yp_backfill [2020/04/11 12:06] (current) rpjday
Line 4: Line 4:
  
 ===== Files ===== ===== Files =====
 +
 +==== documentation.conf ====
 +
 +<code>
 +DISTRO_FEATURES[doc] = "The features enabled for the distribution."
 +DISTRO_FEATURES_BACKFILL[doc] = "Features to be added to DISTRO_FEATURES if not also present in DISTRO_FEATURES_BACKFILL_CONSIDERED. This variable is set in the meta/conf/bitbake.conf file and it is not intended to be user-configurable."
 +DISTRO_FEATURES_BACKFILL_CONSIDERED[doc] = "Features from DISTRO_FEATURES_BACKFILL that should not be backfilled (i.e. added to DISTRO_FEATURES) during the build."
 +
 +MACHINE_FEATURES[doc] = "Specifies the list of hardware features the MACHINE supports."
 +MACHINE_FEATURES_BACKFILL[doc] = "Features to be added to MACHINE_FEATURES if not also present in MACHINE_FEATURES_BACKFILL_CONSIDERED. This variable is set in the meta/conf/bitbake.conf file and is not intended to be user-configurable."
 +MACHINE_FEATURES_BACKFILL_CONSIDERED[doc] = "Features from MACHINE_FEATURES_BACKFILL that should not be backfilled (i.e. added to MACHINE_FEATURES) during the build."
 +</code>
  
 ==== bitbake.conf ==== ==== bitbake.conf ====
Line 35: Line 47:
     if addfeatures:     if addfeatures:
         d.appendVar(var, " " + " ".join(addfeatures))         d.appendVar(var, " " + " ".join(addfeatures))
 +</code>
 +
 +===== Examples =====
 +
 +You can prevent the SysVinit distribution feature from being automatically enabled with one of:
 +
 +<code>
 +DISTRO_FEATURES_BACKFILL_CONSIDERED = "sysvinit"
 +DISTRO_FEATURES_BACKFILL_CONSIDERED_append = " sysvinit"
 </code> </code>
  • oe_yp_backfill.1586605400.txt.gz
  • Last modified: 2020/04/11 11:43
  • by rpjday