summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-04-13 12:08:20 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-24 17:16:14 +0100
commit36bfaefddbbd3a4adb801046a1530c5cfd39ba66 (patch)
treefc0bdeb0828a6475091073aeed6c41445d64917b
parent031b5085012bcec1142c91701cae186ab969195b (diff)
downloadpoky-36bfaefddbbd3a4adb801046a1530c5cfd39ba66.tar.gz
dev-manual: Removed redundant link.
(From yocto-docs rev: bf64aad87e0248362e9cf9b693cd806ca32873fa) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml4
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 933d2d3d57..3ac73139b4 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -1269,8 +1269,8 @@
1269 To understand how these features work, the best reference is 1269 To understand how these features work, the best reference is
1270 <filename>meta/classes/core-image.bbclass</filename>. 1270 <filename>meta/classes/core-image.bbclass</filename>.
1271 This class lists out the available 1271 This class lists out the available
1272 <ulink url='&YOCTO_DOCS_REF_URL;#var-IMAGE_FEATURES'><filename>IMAGE_FEATURES</filename></ulink> 1272 <filename>IMAGE_FEATURES</filename> of which most map to
1273 of which most map to package groups while some, such as 1273 package groups while some, such as
1274 <filename>debug-tweaks</filename> and 1274 <filename>debug-tweaks</filename> and
1275 <filename>read-only-rootfs</filename>, resolve as general 1275 <filename>read-only-rootfs</filename>, resolve as general
1276 configuration settings. 1276 configuration settings.