diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-09-23 19:29:47 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-07 10:54:26 +0100 |
commit | 6660c0603a7daebc0d5645efc99b7834a05da1fd (patch) | |
tree | d43d4e0860c7cbc37df514ae413a9ce5531e9ec3 | |
parent | ba478645a31712cc3f9b1058b1dd43c9e78b5d16 (diff) | |
download | poky-6660c0603a7daebc0d5645efc99b7834a05da1fd.tar.gz |
dev-manual: common-tasks.rst: add reference to "do_listtasks" task
(From yocto-docs rev: 4352e14f82a45444acb2d8df11552b2265471ab1)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/dev-manual/common-tasks.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst index 4c248ea3c2..3e1b6af4f6 100644 --- a/documentation/dev-manual/common-tasks.rst +++ b/documentation/dev-manual/common-tasks.rst | |||
@@ -9684,7 +9684,7 @@ task dependency mechanisms. | |||
9684 | 9684 | ||
9685 | 9685 | ||
9686 | You can view a list of tasks in a given package by running the | 9686 | You can view a list of tasks in a given package by running the |
9687 | ``do_listtasks`` task as follows:: | 9687 | :ref:`ref-tasks-listtasks` task as follows:: |
9688 | 9688 | ||
9689 | $ bitbake matchbox-desktop -c listtasks | 9689 | $ bitbake matchbox-desktop -c listtasks |
9690 | 9690 | ||