diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2019-10-17 10:34:41 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-10-23 17:15:53 +0100 |
| commit | 20d648416b43631a01de0469c1a9dc952639c98e (patch) | |
| tree | 6538ca3de0474a69f0d322392dde2c8cf7ea3591 | |
| parent | 495bb1e329c6c82c9a2b8e6095428db2118c8851 (diff) | |
| download | poky-20d648416b43631a01de0469c1a9dc952639c98e.tar.gz | |
ref-manual: Updated the BUSYBOX_SPLIT_SUID variable.
Fixes [YOCTO #13596]
(From yocto-docs rev: 015991b26ed091385cfb94f13e00c6a964c20160)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index b5152b2a3d..02abc590cd 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
| @@ -2182,9 +2182,10 @@ | |||
| 2182 | 2182 | ||
| 2183 | <para> | 2183 | <para> |
| 2184 | The <filename>BUSYBOX_SPLIT_SUID</filename> variable | 2184 | The <filename>BUSYBOX_SPLIT_SUID</filename> variable |
| 2185 | defaults to "1", which results in a single output | 2185 | defaults to "1", which results in splitting the output |
| 2186 | executable file. | 2186 | executable file. |
| 2187 | Set the variable to "0" to split the output file. | 2187 | Set the variable to "0" to get a single output executable |
| 2188 | file. | ||
| 2188 | </para> | 2189 | </para> |
| 2189 | </glossdef> | 2190 | </glossdef> |
| 2190 | </glossentry> | 2191 | </glossentry> |
