diff options
Diffstat (limited to 'documentation/dev-manual/packages.rst')
-rw-r--r-- | documentation/dev-manual/packages.rst | 4 |
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` |
555 | variable to specify the format: | 555 | variable to specify the format: |
556 | 556 | ||
557 | 1. 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 | ||
560 | 2. 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 | ||