Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.31 KB

conf-files.md

File metadata and controls

27 lines (22 loc) · 1.31 KB

Configuration Files

up

OpenEmbedded is configured through "conf" files. These exist at various places in the sources. At the top level of the project are several files that contain high level, or build specific configuration options. For the Yoe project, these files include:

  • conf/auto.conf: This file is automatically generated by the the build system and should not be modified.
  • conf/site.conf: This file includes Yoe defaults and project specific changes that you want to store in git. This file includes samples of things you might want to add.
  • conf/local.conf: This file includes changes that are specific to a user or build machine, and are not checked into git. This file includes samples of things you might want to add.

The above configuration files are included into the build by the bitbake.conf file in the OE Core layer provided by poky.

For a full list of variables available in the OpenEmbedded build system, see the Variables Glossary.