mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
docs/manual: enhance doc for BR2_TOOLCHAIN_HEADERS_AT_LEAST_X_Y
The BR2_TOOLCHAIN_HEADERS_AT_LEAST_X_Y symbols can be used to denote the lowest required kernel headers version, but also the highest supported version. Document that. Use the `...` construct instead of +...+ used eveywhere else, otherwise asciidoc would render +<=+ to the ⇐ arrow, while `...` does no rendering at all. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
b0f025386f
commit
aa0c8be4e2
@ -222,8 +222,8 @@ use in the comment.
|
|||||||
* Kernel headers
|
* Kernel headers
|
||||||
** Dependency symbol: +BR2_TOOLCHAIN_HEADERS_AT_LEAST_X_Y+, (replace
|
** Dependency symbol: +BR2_TOOLCHAIN_HEADERS_AT_LEAST_X_Y+, (replace
|
||||||
+X_Y+ with the proper version, see +toolchain/toolchain-common.in+)
|
+X_Y+ with the proper version, see +toolchain/toolchain-common.in+)
|
||||||
** Comment string: +headers >= X.Y+ (replace +X.Y+ with the
|
** Comment string: +headers >= X.Y+ and/or `headers <= X.Y` (replace
|
||||||
proper version)
|
+X.Y+ with the proper version)
|
||||||
|
|
||||||
* C library
|
* C library
|
||||||
** Dependency symbol: +BR2_TOOLCHAIN_USES_GLIBC+,
|
** Dependency symbol: +BR2_TOOLCHAIN_USES_GLIBC+,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user