diff options
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 9cdecb9f94..ab140207aa 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -14,8 +14,8 @@ | |||
14 | Yocto Project to achieve the best results. | 14 | Yocto Project to achieve the best results. |
15 | </para> | 15 | </para> |
16 | 16 | ||
17 | <section id="usingpoky-changes-layers"> | 17 | <section id="understanding-and-creating-layers"> |
18 | <title>BitBake Layers</title> | 18 | <title>Understanding and Creating Layers</title> |
19 | <para> | 19 | <para> |
20 | Often, developers want to extend the Yocto Project either by adding packages | 20 | Often, developers want to extend the Yocto Project either by adding packages |
21 | or by overriding files contained within the Yocto Project to add their own | 21 | or by overriding files contained within the Yocto Project to add their own |
@@ -1618,7 +1618,7 @@ so that there are some definite steps on how to do this. I need more detail her | |||
1618 | </para> | 1618 | </para> |
1619 | 1619 | ||
1620 | <para> | 1620 | <para> |
1621 | The Yocto Project supports a "<link linkend='usingpoky-changes-layers'>layers</link>" concept. | 1621 | The Yocto Project supports a "<link linkend='understanding-and-creating-layers'>layers</link>" concept. |
1622 | If you use layers properly, you can ease future upgrades and allow segregation | 1622 | If you use layers properly, you can ease future upgrades and allow segregation |
1623 | between the Yocto Project core and a given developer's changes. | 1623 | between the Yocto Project core and a given developer's changes. |
1624 | The following section provides more advice on managing changes to the Yocto Project. | 1624 | The following section provides more advice on managing changes to the Yocto Project. |