diff options
author | Robert Joslyn <robert.joslyn@redrectangle.org> | 2022-01-17 16:42:50 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-03 13:47:50 +0000 |
commit | f299005d66860ec10466fd2a294829aa3f322014 (patch) | |
tree | f23255b65087e5bf4a5b8f508b31e506f7adf6c3 /documentation/dev-manual | |
parent | e819275192d2e2b8cc4eca2135b48e20d92fc1ff (diff) | |
download | poky-f299005d66860ec10466fd2a294829aa3f322014.tar.gz |
dev-manual/common-tasks: Fix typo
direction -> directory
(From yocto-docs rev: 441151bfdeda6eccf46a7829d1a3181e83d441a8)
Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-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 ed6b1446f3..d465c2f440 100644 --- a/documentation/dev-manual/common-tasks.rst +++ b/documentation/dev-manual/common-tasks.rst | |||
@@ -7032,7 +7032,7 @@ variables were set. | |||
7032 | 7032 | ||
7033 | The ``opkg`` application uses configuration files to find available | 7033 | The ``opkg`` application uses configuration files to find available |
7034 | package databases. Thus, you need to create a configuration file inside | 7034 | package databases. Thus, you need to create a configuration file inside |
7035 | the ``/etc/opkg/`` direction, which informs ``opkg`` of any repository | 7035 | the ``/etc/opkg/`` directory, which informs ``opkg`` of any repository |
7036 | you want to use. | 7036 | you want to use. |
7037 | 7037 | ||
7038 | As an example, suppose you are serving packages from a ``ipk/`` | 7038 | As an example, suppose you are serving packages from a ``ipk/`` |