diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-04-17 11:59:58 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-24 17:16:17 +0100 |
commit | 11c4aa61c10177a8fceaed7ebd24a9d13c84c007 (patch) | |
tree | 3704dbd66e7d5c3ad8676271f6254d730783696b /documentation/ref-manual/migration.xml | |
parent | ade3eec9f4522b4354065a5a97d2581de31e8b72 (diff) | |
download | poky-11c4aa61c10177a8fceaed7ebd24a9d13c84c007.tar.gz |
ref-manual: Removed redundant links to the DISTRO_FEATURES variable.
(From yocto-docs rev: d834e5f5cef520b80e5049b28945cfa1ead3b092)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/migration.xml')
-rw-r--r-- | documentation/ref-manual/migration.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml index 87676bd01e..1cde2b2bd1 100644 --- a/documentation/ref-manual/migration.xml +++ b/documentation/ref-manual/migration.xml | |||
@@ -4616,8 +4616,7 @@ id=f4d4f99cfbc2396e49c1613a7d237b9e57f06f81'>commit message</ulink>. | |||
4616 | <listitem><para> | 4616 | <listitem><para> |
4617 | The <filename>USE_LDCONFIG</filename> variable has been | 4617 | The <filename>USE_LDCONFIG</filename> variable has been |
4618 | replaced with the "ldconfig" | 4618 | replaced with the "ldconfig" |
4619 | <link linkend='var-DISTRO_FEATURES'><filename>DISTRO_FEATURES</filename></link> | 4619 | <filename>DISTRO_FEATURES</filename> feature. |
4620 | feature. | ||
4621 | Distributions that previously set: | 4620 | Distributions that previously set: |
4622 | <literallayout class='monospaced'> | 4621 | <literallayout class='monospaced'> |
4623 | USE_LDCONFIG = "0" | 4622 | USE_LDCONFIG = "0" |
@@ -4676,9 +4675,9 @@ id=f4d4f99cfbc2396e49c1613a7d237b9e57f06f81'>commit message</ulink>. | |||
4676 | </para></listitem> | 4675 | </para></listitem> |
4677 | <listitem><para> | 4676 | <listitem><para> |
4678 | All native and nativesdk recipes now use a separate | 4677 | All native and nativesdk recipes now use a separate |
4679 | <link linkend='var-DISTRO_FEATURES'><filename>DISTRO_FEATURES</filename></link> | 4678 | <filename>DISTRO_FEATURES</filename> value instead of |
4680 | value instead of sharing the value used by recipes for the | 4679 | sharing the value used by recipes for the target, in order |
4681 | target, in order to avoid unnecessary rebuilds.</para> | 4680 | to avoid unnecessary rebuilds.</para> |
4682 | 4681 | ||
4683 | <para>The <filename>DISTRO_FEATURES</filename> for | 4682 | <para>The <filename>DISTRO_FEATURES</filename> for |
4684 | <filename>native</filename> recipes is | 4683 | <filename>native</filename> recipes is |