diff options
Diffstat (limited to 'handbook/extendpoky.xml')
| -rw-r--r-- | handbook/extendpoky.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/handbook/extendpoky.xml b/handbook/extendpoky.xml index d03284d0e3..18edb1ac95 100644 --- a/handbook/extendpoky.xml +++ b/handbook/extendpoky.xml | |||
| @@ -535,7 +535,7 @@ bitbake poky-image-sato | |||
| 535 | supported and non-invasive fashion. | 535 | supported and non-invasive fashion. |
| 536 | </para> | 536 | </para> |
| 537 | 537 | ||
| 538 | <para> | 538 | <para> |
| 539 | The Poky tree includes two additional layers which demonstrate | 539 | The Poky tree includes two additional layers which demonstrate |
| 540 | this functionality, meta-moblin and meta-extras. | 540 | this functionality, meta-moblin and meta-extras. |
| 541 | The meta-extras repostory is not enabled by default but enabling | 541 | The meta-extras repostory is not enabled by default but enabling |
| @@ -547,12 +547,12 @@ bitbake poky-image-sato | |||
| 547 | 547 | ||
| 548 | BBFILES ?= "" | 548 | BBFILES ?= "" |
| 549 | BBLAYERS = " \ | 549 | BBLAYERS = " \ |
| 550 | ${OEROOT}/meta \ | 550 | /path/to/poky/meta \ |
| 551 | ${OEROOT}/meta-moblin \ | 551 | /path/to/poky/meta-moblin \ |
| 552 | ${OEROOT}/meta-extras \ | 552 | /path/to/poky/meta-extras \ |
| 553 | " | 553 | " |
| 554 | </literallayout> | 554 | </literallayout> |
| 555 | </para> | 555 | </para> |
| 556 | 556 | ||
| 557 | <para> | 557 | <para> |
| 558 | Bitbake parses the conf/layer.conf of each of the layers in BBLAYERS | 558 | Bitbake parses the conf/layer.conf of each of the layers in BBLAYERS |
| @@ -609,7 +609,7 @@ require conf/distro/include/poky-extras-src-revisions.inc | |||
| 609 | git repository of the format meta-prvt-XXXX and have this repository | 609 | git repository of the format meta-prvt-XXXX and have this repository |
| 610 | cloned alongside the other meta directories in the Poky tree. | 610 | cloned alongside the other meta directories in the Poky tree. |
| 611 | This way you can keep your Poky tree and it's configuration entirely | 611 | This way you can keep your Poky tree and it's configuration entirely |
| 612 | inside OEROOT. | 612 | inside POKYBASE. |
| 613 | </para> | 613 | </para> |
| 614 | </section> | 614 | </section> |
| 615 | 615 | ||
