Home
last modified time | relevance | path

Searched refs:bblock (Results 1 – 12 of 12) sorted by relevance

/openbmc/openbmc/poky/documentation/dev-manual/
H A Dbblock.rst3 Locking and Unlocking Recipes Using ``bblock``
19 To prevent this, use ``bblock`` to lock specific tasks or recipes to
24 Use ``bblock`` only during the development phase.
37 $ bblock recipe
41 $ bblock recipe1 recipe2
47 $ bblock -t task1,task2 recipe
55 $ bblock -r recipe
59 $ bblock -r recipe1 recipe2
65 $ bblock -r -t task1,task2 recipe
69 $ bblock -r
[all …]
H A Dindex.rst52 bblock
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/
H A Dlocalhostbecontroller.py458 bblock = os.path.join(builddir, 'bitbake.lock')
461 if not os.path.exists(bblock):
465 if 10 < os.stat(bblock).st_size:
470 … raise BuildSetupException("Cannot find bitbake server lock file '%s'. Exiting." % bblock)
472 with open(bblock) as fplock:
480 … raise BuildSetupException("localhostbecontroller: can't read bitbake port from %s" % bblock)
/openbmc/openbmc/poky/documentation/ref-manual/
H A Dstructure.rst338 .. _structure-build-conf-bblock.conf:
340 ``build/conf/bblock.conf``
343 This configuration file is generated by :doc:`bblock </dev-manual/bblock>` and
344 contains the signatures locked by ``bblock``. By default, it does not exist
345 and will be created upon the first invocation of ``bblock``.
H A Dvariables.rst8516 Alternatively, you can also use :doc:`bblock </dev-manual/bblock>` to
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-5.1.1.rst45 - dev-manual: add bblock documentation
46 - dev-manual: bblock: use warning block instead of attention
H A Drelease-notes-5.0.6.rst44 - dev-manual: bblock: use warning block instead of attention
H A Drelease-notes-5.0.5.rst36 - dev-manual: add bblock documentation
H A Drelease-notes-5.2.rst203 - New documentation on ``bblock``: :doc:`/dev-manual/bblock`.
H A Drelease-notes-4.3.rst230 - ``scripts/bblock`` was added, allowing the user to lock/unlock specific
/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_yaffs2.c925 int bblock = ((struct yaffs_block_index *)b)->block; in yaffs2_ybicmp() local
928 return ablock - bblock; in yaffs2_ybicmp()
/openbmc/openbmc/poky/meta/conf/
H A Dbitbake.conf835 include conf/bblock.conf