diff options
| author | Robert P. J. Day <rpjday@crashcourse.ca> | 2021-08-29 13:08:25 -0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-04 08:46:35 +0100 |
| commit | a24f1db1b3b7719de56fb56f5e5ab38f175790cc (patch) | |
| tree | c276f487b8a22eaf6a2058a51f5f6ea6b9b1ee30 /documentation/ref-manual | |
| parent | 5cffbbb99a587aaa973afb1d8aff20ffb16b520d (diff) | |
| download | poky-a24f1db1b3b7719de56fb56f5e5ab38f175790cc.tar.gz | |
ref-manual: update SYSROOT_DIRS_* variable entries
Both SYSROOT_DIRS and SYSROOT_DIRS_BLACKLIST have more current
values.
(From yocto-docs rev: 750ae3fca42e273cd533f9c8b678c2e144164191)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Reviewed-by: Quentin Schulz <foss@0leil.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
| -rw-r--r-- | documentation/ref-manual/variables.rst | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 3a090354e0..5caada6260 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
| @@ -7503,6 +7503,7 @@ system and gives an overview of their function and contents. | |||
| 7503 | ${base_libdir} \ | 7503 | ${base_libdir} \ |
| 7504 | ${nonarch_base_libdir} \ | 7504 | ${nonarch_base_libdir} \ |
| 7505 | ${datadir} \ | 7505 | ${datadir} \ |
| 7506 | /sysroot-only \ | ||
| 7506 | " | 7507 | " |
| 7507 | 7508 | ||
| 7508 | :term:`SYSROOT_DIRS_BLACKLIST` | 7509 | :term:`SYSROOT_DIRS_BLACKLIST` |
| @@ -7516,10 +7517,16 @@ system and gives an overview of their function and contents. | |||
| 7516 | ${mandir} \ | 7517 | ${mandir} \ |
| 7517 | ${docdir} \ | 7518 | ${docdir} \ |
| 7518 | ${infodir} \ | 7519 | ${infodir} \ |
| 7519 | ${datadir}/locale \ | 7520 | ${datadir}/X11/locale \ |
| 7520 | ${datadir}/applications \ | 7521 | ${datadir}/applications \ |
| 7522 | ${datadir}/bash-completion \ | ||
| 7521 | ${datadir}/fonts \ | 7523 | ${datadir}/fonts \ |
| 7524 | ${datadir}/gtk-doc/html \ | ||
| 7525 | ${datadir}/installed-tests \ | ||
| 7526 | ${datadir}/locale \ | ||
| 7522 | ${datadir}/pixmaps \ | 7527 | ${datadir}/pixmaps \ |
| 7528 | ${datadir}/terminfo \ | ||
| 7529 | ${libdir}/${BPN}/ptest \ | ||
| 7523 | " | 7530 | " |
| 7524 | 7531 | ||
| 7525 | :term:`SYSROOT_DIRS_NATIVE` | 7532 | :term:`SYSROOT_DIRS_NATIVE` |
