diff options
| -rw-r--r-- | documentation/kernel-dev/kernel-dev-common.xml | 33 |
1 files changed, 27 insertions, 6 deletions
diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml index c4396696b8..dcce83fc0e 100644 --- a/documentation/kernel-dev/kernel-dev-common.xml +++ b/documentation/kernel-dev/kernel-dev-common.xml | |||
| @@ -130,6 +130,17 @@ | |||
| 130 | 130 | ||
| 131 | Don't forget to add it to your BBLAYERS (for details see ../meta-mylayer/README). | 131 | Don't forget to add it to your BBLAYERS (for details see ../meta-mylayer/README). |
| 132 | </literallayout> | 132 | </literallayout> |
| 133 | <note> | ||
| 134 | For background information on working with layers, | ||
| 135 | see the | ||
| 136 | "<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>" | ||
| 137 | section in the Yocto Project Development Manual. | ||
| 138 | See the | ||
| 139 | "<ulink url='&YOCTO_DOCS_DEV_URL;#creating-a-general-layer-using-the-yocto-layer-script'>Creating a General Layer Using the yocto-layer Script</ulink>" | ||
| 140 | section in the Yocto Project Development Manual for | ||
| 141 | details on how to use the | ||
| 142 | <filename>yocto-layer</filename> script. | ||
| 143 | </note> | ||
| 133 | </para></listitem> | 144 | </para></listitem> |
| 134 | <listitem><para> | 145 | <listitem><para> |
| 135 | <emphasis>Inform the BitBake Build Environment About | 146 | <emphasis>Inform the BitBake Build Environment About |
| @@ -338,6 +349,17 @@ | |||
| 338 | 349 | ||
| 339 | Don't forget to add it to your BBLAYERS (for details see ../meta-mylayer/README). | 350 | Don't forget to add it to your BBLAYERS (for details see ../meta-mylayer/README). |
| 340 | </literallayout> | 351 | </literallayout> |
| 352 | <note> | ||
| 353 | For background information on working with layers, | ||
| 354 | see the | ||
| 355 | "<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>" | ||
| 356 | section in the Yocto Project Development Manual. | ||
| 357 | See the | ||
| 358 | "<ulink url='&YOCTO_DOCS_DEV_URL;#creating-a-general-layer-using-the-yocto-layer-script'>Creating a General Layer Using the yocto-layer Script</ulink>" | ||
| 359 | section in the Yocto Project Development Manual for | ||
| 360 | details on how to use the | ||
| 361 | <filename>yocto-layer</filename> script. | ||
| 362 | </note> | ||
| 341 | </para></listitem> | 363 | </para></listitem> |
| 342 | <listitem><para> | 364 | <listitem><para> |
| 343 | <emphasis>Inform the BitBake Build Environment About | 365 | <emphasis>Inform the BitBake Build Environment About |
| @@ -444,11 +466,10 @@ | |||
| 444 | work. | 466 | work. |
| 445 | Your layer contains its own | 467 | Your layer contains its own |
| 446 | <ulink url='&YOCTO_DOCS_REF_URL;#bitbake-term'>BitBake</ulink> | 468 | <ulink url='&YOCTO_DOCS_REF_URL;#bitbake-term'>BitBake</ulink> |
| 447 | append files | 469 | append files (<filename>.bbappend</filename>) and provides a |
| 448 | (<filename>.bbappend</filename>) and provides a convenient | 470 | convenient mechanism to create your own recipe files |
| 449 | mechanism to create your own recipe files | ||
| 450 | (<filename>.bb</filename>). | 471 | (<filename>.bb</filename>). |
| 451 | For details on how to create and work with layers, see the | 472 | For background information on working with layers, see the |
| 452 | "<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>" | 473 | "<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>" |
| 453 | section in the Yocto Project Development Manual. | 474 | section in the Yocto Project Development Manual. |
| 454 | <note><title>Tip</title> | 475 | <note><title>Tip</title> |
| @@ -458,8 +479,8 @@ | |||
| 458 | script, which simplifies creating a new layer. | 479 | script, which simplifies creating a new layer. |
| 459 | See the | 480 | See the |
| 460 | "<ulink url='&YOCTO_DOCS_DEV_URL;#creating-a-general-layer-using-the-yocto-layer-script'>Creating a General Layer Using the yocto-layer Script</ulink>" | 481 | "<ulink url='&YOCTO_DOCS_DEV_URL;#creating-a-general-layer-using-the-yocto-layer-script'>Creating a General Layer Using the yocto-layer Script</ulink>" |
| 461 | section in the Yocto Project Development Manual for more | 482 | section in the Yocto Project Development Manual for information |
| 462 | information. | 483 | on how to use this script. |
| 463 | </note> | 484 | </note> |
| 464 | </para> | 485 | </para> |
| 465 | 486 | ||
