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 ebd12d7240..1cf6969cff 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -3619,8 +3619,8 @@ | |||
3619 | which is found in the | 3619 | which is found in the |
3620 | <link linkend='build-directory'>Build Directory</link>: | 3620 | <link linkend='build-directory'>Build Directory</link>: |
3621 | <literallayout class='monospaced'> | 3621 | <literallayout class='monospaced'> |
3622 | EXTRA_IMAGE_FEATURES += "ptest" | 3622 | DISTRO_FEATURES_append = " ptest" |
3623 | DISTRO_FEATURES_append = " ptest-pkgs" | 3623 | EXTRA_IMAGE_FEATURES += "ptest-pkgs" |
3624 | </literallayout> | 3624 | </literallayout> |
3625 | Once your build is complete, the ptest files are installed | 3625 | Once your build is complete, the ptest files are installed |
3626 | into the <filename>/usr/lib/<package>/ptest</filename> | 3626 | into the <filename>/usr/lib/<package>/ptest</filename> |