Home
last modified time | relevance | path

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

123456

/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/
H A Dlocalhostbecontroller.py350 with open(bblconfpath, 'w') as bblayers:
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)
385 bblayers.write(' "\n')
[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/bitbake/lib/bblayers/
H A Dcommon.py17 self.bblayers = []
21 self.bblayers = (self.tinfoil.config_data.getVar('BBLAYERS') or "").split()
/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/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/bblayers/
H A Dcreate.py14 from bblayers.common import LayerPlugin
15 from bblayers.action import ActionPlugin
/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/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-tyan/meta-s7106/conf/templates/default/
H A Dbblayers.conf.sample1 # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
/openbmc/openbmc/meta-bytedance/meta-g220a/conf/templates/default/
H A Dbblayers.conf.sample1 # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
/openbmc/openbmc/meta-ampere/meta-jade/conf/templates/default/
H A Dbblayers.conf.sample1 # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
/openbmc/openbmc/meta-tyan/meta-s8036/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-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-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-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-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-wistron/meta-lannister/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-ibm/meta-sbp1/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-facebook/meta-tiogapass/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

123456