mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
doc: Add txt document for the new package-specific FLAT_STACKSIZE option.
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
966e005d52
commit
51dea66f96
@ -342,6 +342,12 @@ information is (assuming the package name is +libfoo+) :
|
|||||||
non-opensource packages: Buildroot will not save the source code for this
|
non-opensource packages: Buildroot will not save the source code for this
|
||||||
package when collecting the +legal-info+.
|
package when collecting the +legal-info+.
|
||||||
|
|
||||||
|
* +LIBFOO_FLAT_STACKSIZE+ defines the stack size of an application built into
|
||||||
|
the FLAT binary format. The application stack size on the NOMMU architecture
|
||||||
|
processors can't be enlarged at run time. The default stack size for the
|
||||||
|
FLAT binary format is only 4k bytes. If the application consumes more stack,
|
||||||
|
append the required number here.
|
||||||
|
|
||||||
The recommended way to define these variables is to use the following
|
The recommended way to define these variables is to use the following
|
||||||
syntax:
|
syntax:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user