/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/ |
H A D | localhostbecontroller.py | 350 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 D | poky-sanity.bbclass | 8 … 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 D | common.py | 17 self.bblayers = [] 21 self.bblayers = (self.tinfoil.config_data.getVar('BBLAYERS') or "").split()
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | custom-template-configuration-directory.rst | 9 ``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 D | oe-setup-builddir | 85 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 D | create.py | 14 from bblayers.common import LayerPlugin 15 from bblayers.action import ActionPlugin
|
/openbmc/openbmc/poky/meta-poky/conf/templates/default/ |
H A D | bblayers.conf.sample | 1 # POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf
|
/openbmc/openbmc/meta-phosphor/conf/templates/default/ |
H A D | bblayers.conf.sample | 1 # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
|
/openbmc/openbmc/meta-evb/meta-evb-raspberrypi/conf/templates/default/ |
H A D | bblayers.conf.sample | 1 # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
|
/openbmc/openbmc/meta-qualcomm/conf/templates/default/ |
H A D | bblayers.conf.sample | 1 # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
|
/openbmc/openbmc/meta-tyan/meta-s7106/conf/templates/default/ |
H A D | bblayers.conf.sample | 1 # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
|
/openbmc/openbmc/meta-bytedance/meta-g220a/conf/templates/default/ |
H A D | bblayers.conf.sample | 1 # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
|
/openbmc/openbmc/meta-ampere/meta-jade/conf/templates/default/ |
H A D | bblayers.conf.sample | 1 # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
|
/openbmc/openbmc/meta-tyan/meta-s8036/conf/templates/default/ |
H A D | bblayers.conf.sample | 1 # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
|
/openbmc/openbmc/meta-quanta/meta-f0b/conf/templates/default/ |
H A D | bblayers.conf.sample | 1 # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
|
/openbmc/openbmc/meta-quanta/meta-q71l/conf/templates/default/ |
H A D | bblayers.conf.sample | 1 # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
|
/openbmc/openbmc/meta-amd/meta-daytonax/conf/templates/default/ |
H A D | bblayers.conf.sample | 1 # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
|
/openbmc/openbmc/meta-facebook/meta-yosemitev2/conf/templates/default/ |
H A D | bblayers.conf.sample | 1 # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
|
/openbmc/openbmc/meta-ibm/meta-genesis3/conf/templates/default/ |
H A D | bblayers.conf.sample | 1 # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
|
/openbmc/openbmc/meta-wistron/meta-lannister/conf/templates/default/ |
H A D | bblayers.conf.sample | 1 # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
|
/openbmc/openbmc/meta-supermicro/meta-x11spi/conf/templates/default/ |
H A D | bblayers.conf.sample | 1 # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
|
/openbmc/openbmc/meta-ibm/meta-sbp1/conf/templates/default/ |
H A D | bblayers.conf.sample | 1 # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
|
/openbmc/openbmc/meta-delta/meta-ahe50dc/conf/templates/default/ |
H A D | bblayers.conf.sample | 1 # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
|
/openbmc/openbmc/meta-facebook/meta-tiogapass/conf/templates/default/ |
H A D | bblayers.conf.sample | 1 # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
|
/openbmc/openbmc/meta-asrock/meta-romed8hm3/conf/templates/default/ |
H A D | bblayers.conf.sample | 1 # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
|