Message ID | 20241211134630.2685983-2-alex.kanavin@gmail.com |
---|---|
State | Accepted, archived |
Commit | 5bdbabd7b5d244a44c33065b04dd76dad76888a8 |
Headers | show |
Series | [1/3] bitbake-config-build: add an alias to bitbake-layers intended for managing specific local configs | expand |
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 1d2c2e0022b..0ed0766cd2f 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -837,6 +837,9 @@ include conf/documentation.conf include conf/licenses.conf require conf/sanity.conf include conf/bblock.conf +OE_FRAGMENTS_PREFIX ?= "conf/fragments" +OE_FRAGMENTS_METADATA_VARS ?= "BB_CONF_FRAGMENT_SUMMARY BB_CONF_FRAGMENT_DESCRIPTION" +addfragments ${OE_FRAGMENTS_PREFIX} OE_FRAGMENTS OE_FRAGMENTS_METADATA_VARS ################################################################## # Weak variables (usually to retain backwards compatibility)