diff options
author | Julien Stephan <jstephan@baylibre.com> | 2024-11-06 14:54:47 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-11-11 09:16:26 -0800 |
commit | 8ce494b9cf84e769ac72b201838c76fd2ff894c9 (patch) | |
tree | d2abc729417829d69ddb7090993d4bf9f5399e00 /documentation/dev-manual/index.rst | |
parent | 7194d7e233df02d82a5d941b26fd46afbafee4af (diff) | |
download | poky-8ce494b9cf84e769ac72b201838c76fd2ff894c9.tar.gz |
dev-manual: add bblock documentation
bblock is a helper tool to lock/unlock tasks and recipes to specific
signatures. Add a documentation page for it.
(From yocto-docs rev: 5692ad6f023289dda63567c1f79132854ae3899d)
Signed-off-by: Julien Stephan <jstephan@baylibre.com>
Reviewed-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
(cherry picked from commit a082aa39840587d3af6c3f4a2c2747564ca37414)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/dev-manual/index.rst')
-rw-r--r-- | documentation/dev-manual/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/dev-manual/index.rst b/documentation/dev-manual/index.rst index 9ccf60f701..7afd0d820e 100644 --- a/documentation/dev-manual/index.rst +++ b/documentation/dev-manual/index.rst | |||
@@ -48,5 +48,6 @@ Yocto Project Development Tasks Manual | |||
48 | error-reporting-tool | 48 | error-reporting-tool |
49 | wayland | 49 | wayland |
50 | qemu | 50 | qemu |
51 | bblock | ||
51 | 52 | ||
52 | .. include:: /boilerplate.rst | 53 | .. include:: /boilerplate.rst |