summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/migration-3.1.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/migration-3.1.rst')
-rw-r--r--documentation/ref-manual/migration-3.1.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation/ref-manual/migration-3.1.rst b/documentation/ref-manual/migration-3.1.rst
index c62aba7d48..7822285a87 100644
--- a/documentation/ref-manual/migration-3.1.rst
+++ b/documentation/ref-manual/migration-3.1.rst
@@ -71,8 +71,7 @@ when building a simple image such as core-image-minimal. If you do not
71need runtime tests enabled for core components, then it is recommended 71need runtime tests enabled for core components, then it is recommended
72that you remove "ptest" from 72that you remove "ptest" from
73:term:`DISTRO_FEATURES` to save a significant 73:term:`DISTRO_FEATURES` to save a significant
74amount of build time e.g. by adding the following in your configuration: 74amount of build time e.g. by adding the following in your configuration::
75::
76 75
77 DISTRO_FEATURES_remove = "ptest" 76 DISTRO_FEATURES_remove = "ptest"
78 77