diff options
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 64fece31e6..16f972ce37 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
| @@ -1503,6 +1503,26 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 1503 | </glossdef> | 1503 | </glossdef> |
| 1504 | </glossentry> | 1504 | </glossentry> |
| 1505 | 1505 | ||
| 1506 | <glossentry id='var-KERNEL_PATH'><glossterm>KERNEL_PATH</glossterm> | ||
| 1507 | <glossdef> | ||
| 1508 | <para> | ||
| 1509 | The location of the kernel sources. | ||
| 1510 | This variable is set to the value of the | ||
| 1511 | <link linkend='var-STAGING_KERNEL_DIR'><filename>STAGING_KERNEL_DIR</filename></link> | ||
| 1512 | within the <filename>module.bbclass</filename> class. | ||
| 1513 | For information on how this variable is used, see the | ||
| 1514 | "<ulink url='&YOCTO_DOCS_KERNEL_DEV_URL;#incorporating-out-of-tree-modules'>Incorporating Out-of-Tree Modules</ulink>" | ||
| 1515 | section. | ||
| 1516 | </para> | ||
| 1517 | |||
| 1518 | <para> | ||
| 1519 | The <link linkend='var-KERNEL_SRC'><filename>KERNEL_SRC</filename></link> | ||
| 1520 | variable is identical to the <filename>KERNEL_PATH</filename> | ||
| 1521 | variable. | ||
| 1522 | </para> | ||
| 1523 | </glossdef> | ||
| 1524 | </glossentry> | ||
| 1525 | |||
| 1506 | <glossentry id='var-KERNEL_SRC'><glossterm>KERNEL_SRC</glossterm> | 1526 | <glossentry id='var-KERNEL_SRC'><glossterm>KERNEL_SRC</glossterm> |
| 1507 | <glossdef> | 1527 | <glossdef> |
| 1508 | <para> | 1528 | <para> |
| @@ -1513,7 +1533,13 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 1513 | For information on how this variable is used, see the | 1533 | For information on how this variable is used, see the |
| 1514 | "<ulink url='&YOCTO_DOCS_KERNEL_DEV_URL;#incorporating-out-of-tree-modules'>Incorporating Out-of-Tree Modules</ulink>" | 1534 | "<ulink url='&YOCTO_DOCS_KERNEL_DEV_URL;#incorporating-out-of-tree-modules'>Incorporating Out-of-Tree Modules</ulink>" |
| 1515 | section. | 1535 | section. |
| 1516 | </para> | 1536 | </para> |
| 1537 | |||
| 1538 | <para> | ||
| 1539 | The <link linkend='var-KERNEL_PATH'><filename>KERNEL_PATH</filename></link> | ||
| 1540 | variable is identical to the <filename>KERNEL_SRC</filename> | ||
| 1541 | variable. | ||
| 1542 | </para> | ||
| 1517 | </glossdef> | 1543 | </glossdef> |
| 1518 | </glossentry> | 1544 | </glossentry> |
| 1519 | 1545 | ||
