Home
last modified time | relevance | path

Searched refs:bblayers (Results 1 – 25 of 138) sorted by relevance

123456

/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/
H A Dlocalhostbecontroller.py350 with open(bblconfpath, 'w') as bblayers:
351 bblayers.write('# line added by toaster build control\n'
365 with open(bblconfpath) as bblayers:
366 content = bblayers.readlines()
369 with open(bblconfpath,'w') as bblayers:
378 bblayers.write(line)
380 bblayers.write('\n')
381 bblayers.write('#=== TOASTER_CONFIG_PROLOG ===\n')
382 bblayers.write('BBLAYERS = "\\\n')
384 bblayers.write(' %s \\\n' % layer)
[all …]
/openbmc/openbmc/poky/meta-poky/classes/
H A Dpoky-sanity.bbclass8 … raise NotImplementedError("You need to update bblayers.conf manually for this version transition")
38 bb.note("Your conf/bblayers.conf has been automatically updated.")
42 … raise NotImplementedError("You need to update bblayers.conf manually for this version transition")
46 BBLAYERS_CONF_UPDATE_FUNCS += "conf/bblayers.conf:POKY_BBLAYERS_CONF_VERSION:REQUIRED_POKY_BBLAYERS…
/openbmc/openbmc/poky/meta/lib/bblayers/
H A Dmachines.py10 from bblayers.common import LayerPlugin
21 for layer_dir in self.bblayers:
H A Dcreate.py14 from bblayers.common import LayerPlugin
15 from bblayers.action import ActionPlugin
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dcustom-template-configuration-directory.rst9 ``bblayers.conf`` that are created in a new :term:`Build Directory`) and a custom
24 replaces site-specific paths in ``bblayers.conf`` with ``##OECORE##``-relative paths, and copies
45 see the ``bblayers.conf.sample``, ``local.conf.sample``, ``conf-summary.txt`` and
47 respective ``bblayers.conf`` file, ``local.conf`` file, and show
/openbmc/openbmc/poky/bitbake/lib/bblayers/
H A Dcommon.py17 self.bblayers = []
21 self.bblayers = (self.tinfoil.config_data.getVar('BBLAYERS') or "").split()
/openbmc/openbmc/poky/scripts/
H A Doe-setup-builddir85 You had no conf/bblayers.conf file. This configuration file has therefore been
88 to conf/bblayers.conf.
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dcommands.py290 def get_test_layer(bblayers=None): argument
291 if bblayers is None:
292 bblayers = get_bb_var("BBLAYERS")
293 layers = bblayers.split()
/openbmc/openbmc/poky/meta-poky/conf/templates/default/
H A Dbblayers.conf.sample1 # POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-1.3.rst15 :term:`SSTATE_MIRRORS` and ``bblayers.conf``.
36 .. _migration-1.3-bblayers-conf:
38 bblayers.conf
45 ``conf/bblayers.conf`` file will be updated to handle this change and
/openbmc/openbmc/meta-phosphor/conf/templates/default/
H A Dbblayers.conf.sample1 # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
/openbmc/openbmc/meta-evb/meta-evb-raspberrypi/conf/templates/default/
H A Dbblayers.conf.sample1 # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
/openbmc/openbmc/meta-qualcomm/conf/templates/default/
H A Dbblayers.conf.sample1 # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
/openbmc/openbmc/meta-quanta/meta-s6q/conf/templates/default/
H A Dbblayers.conf.sample1 # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
/openbmc/openbmc/meta-amd/meta-daytonax/conf/templates/default/
H A Dbblayers.conf.sample1 # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
/openbmc/openbmc/meta-delta/meta-ahe50dc/conf/templates/default/
H A Dbblayers.conf.sample1 # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
/openbmc/openbmc/meta-asrock/meta-e3c246d4i/conf/templates/default/
H A Dbblayers.conf.sample1 # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
/openbmc/openbmc/meta-facebook/meta-yosemitev2/conf/templates/default/
H A Dbblayers.conf.sample1 # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
/openbmc/openbmc/meta-supermicro/meta-x11spi/conf/templates/default/
H A Dbblayers.conf.sample1 # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
/openbmc/openbmc/meta-quanta/meta-q71l/conf/templates/default/
H A Dbblayers.conf.sample1 # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
/openbmc/openbmc/meta-ufispace/meta-ncplite/conf/templates/default/
H A Dbblayers.conf.sample1 # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
/openbmc/openbmc/meta-ibm/meta-genesis3/conf/templates/default/
H A Dbblayers.conf.sample1 # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
/openbmc/openbmc/meta-asrock/meta-romed8hm3/conf/templates/default/
H A Dbblayers.conf.sample1 # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
/openbmc/openbmc/meta-quanta/meta-f0b/conf/templates/default/
H A Dbblayers.conf.sample1 # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
/openbmc/openbmc/meta-asrock/meta-e3c256d4i/conf/templates/default/
H A Dbblayers.conf.sample1 # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf

123456