diff options
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index f4358e13d3..a9fb4cb6aa 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -3577,8 +3577,8 @@ | |||
3577 | which is found in the | 3577 | which is found in the |
3578 | <link linkend='build-directory'>Build Directory</link>: | 3578 | <link linkend='build-directory'>Build Directory</link>: |
3579 | <literallayout class='monospaced'> | 3579 | <literallayout class='monospaced'> |
3580 | EXTRA_IMAGE_FEATURES += "ptest" | 3580 | DISTRO_FEATURES_append = " ptest" |
3581 | DISTRO_FEATURES_append = " ptest-pkgs" | 3581 | EXTRA_IMAGE_FEATURES += "ptest-pkgs" |
3582 | </literallayout> | 3582 | </literallayout> |
3583 | Once your build is complete, the ptest files are installed | 3583 | Once your build is complete, the ptest files are installed |
3584 | into the <filename>/usr/lib/<package>/ptest</filename> | 3584 | into the <filename>/usr/lib/<package>/ptest</filename> |