summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/packages.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/packages.rst')
-rw-r--r--documentation/dev-manual/packages.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/packages.rst b/documentation/dev-manual/packages.rst
index afd8bfc945..2decdcb253 100644
--- a/documentation/dev-manual/packages.rst
+++ b/documentation/dev-manual/packages.rst
@@ -554,10 +554,10 @@ to use. In your configuration, you use the
554:term:`PACKAGE_CLASSES` 554:term:`PACKAGE_CLASSES`
555variable to specify the format: 555variable to specify the format:
556 556
5571. Open the ``local.conf`` file inside your :term:`Build Directory` (e.g. 557#. Open the ``local.conf`` file inside your :term:`Build Directory` (e.g.
558 ``poky/build/conf/local.conf``). 558 ``poky/build/conf/local.conf``).
559 559
5602. Select the desired package format as follows:: 560#. Select the desired package format as follows::
561 561
562 PACKAGE_CLASSES ?= "package_packageformat" 562 PACKAGE_CLASSES ?= "package_packageformat"
563 563