diff options
| author | Paul Barker <pbarker@toganlabs.com> | 2017-05-23 11:02:46 +0100 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.com> | 2017-05-26 12:16:52 +0100 |
| commit | a30708d49c003c67cbeb75e30eaae2d26b3f1cf9 (patch) | |
| tree | 61b8835cc78ee90d4232542fc2c61d4184e59eff | |
| parent | bf02bfd2eda924ff2fdc0801dc527ace1af0746b (diff) | |
| download | meta-raspberrypi-a30708d49c003c67cbeb75e30eaae2d26b3f1cf9.tar.gz | |
docs: Remove incompatible table format
Sadly sphinx doesn't support pipe tables in markdown at the minute.
Let's use a bullet-point list instead.
Signed-off-by: Paul Barker <pbarker@toganlabs.com>
| -rw-r--r-- | docs/extra-build-config.md | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/docs/extra-build-config.md b/docs/extra-build-config.md index ed0261e..cce2bf7 100644 --- a/docs/extra-build-config.md +++ b/docs/extra-build-config.md | |||
| @@ -20,16 +20,17 @@ Accommodate the values above to your own needs (ex: ext3 / ext4). | |||
| 20 | 20 | ||
| 21 | ## GPU memory | 21 | ## GPU memory |
| 22 | 22 | ||
| 23 | | Variable | Details | | 23 | * `GPU_MEM`: GPU memory in megabyte. Sets the memory split between the ARM and |
| 24 | |----------------|---------------------------------------------------------------------| | 24 | GPU. ARM gets the remaining memory. Min 16. Default 64. |
| 25 | | `GPU_MEM` | GPU memory in megabyte. Sets the memory split between the ARM and | | 25 | |
| 26 | | | GPU. ARM gets the remaining memory. Min 16. Default 64. | | 26 | * `GPU_MEM_256`: GPU memory in megabyte for the 256MB Raspberry Pi. Ignored by |
| 27 | | `GPU_MEM_256` | GPU memory in megabyte for the 256MB Raspberry Pi. Ignored by the | | 27 | the 512MB RP. Overrides gpu_mem. Max 192. Default not set. |
| 28 | | | 512MB RP. Overrides gpu_mem. Max 192. Default not set. | | 28 | |
| 29 | | `GPU_MEM_512` | GPU memory in megabyte for the 512MB Raspberry Pi. Ignored by the | | 29 | * `GPU_MEM_512`: GPU memory in megabyte for the 512MB Raspberry Pi. Ignored by |
| 30 | | | 256MB RP. Overrides gpu_mem. Max 448. Default not set. | | 30 | the 256MB RP. Overrides gpu_mem. Max 448. Default not set. |
| 31 | | `GPU_MEM_1024` | GPU memory in megabyte for the 1024MB Raspberry Pi. Ignored by the | | 31 | |
| 32 | | | 256MB/512MB RP. Overrides gpu_mem. Max 944. Default not set. | | 32 | * `GPU_MEM_1024`: GPU memory in megabyte for the 1024MB Raspberry Pi. Ignored by |
| 33 | the 256MB/512MB RP. Overrides gpu_mem. Max 944. Default not set. | ||
| 33 | 34 | ||
| 34 | ## Add purchased license codecs | 35 | ## Add purchased license codecs |
| 35 | 36 | ||
