diff options
author | Iurii Lunev <koolkhel@mail.ru> | 2018-12-11 13:18:38 +0300 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2018-12-12 16:23:32 +0000 |
commit | 1803681e8477394953833a82a9c0f4b0934bdaa0 (patch) | |
tree | 4fdd39383ee60849acd951233b3c4434d4c75848 | |
parent | 7f10b74dc8ecb71671c60e8cdc14674519399a90 (diff) | |
download | meta-raspberrypi-1803681e8477394953833a82a9c0f4b0934bdaa0.tar.gz |
extra-build-config.md: Update docs as per SDIMG_COMPRESSION removal
Using SDIMG_COMPRESSION variable to choose compression type for
produced images is deprecated. IMAGE_FSTYPES should be used instead.
This patch removes any reference to SDIMG_COMPRESSION variable
within the build documentation.
Signed-off-by: Iurii Lunev <koolkhel@mail.ru>
-rw-r--r-- | docs/extra-build-config.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/extra-build-config.md b/docs/extra-build-config.md index 732c102..931ed0f 100644 --- a/docs/extra-build-config.md +++ b/docs/extra-build-config.md | |||
@@ -13,9 +13,6 @@ specific to it. For the rest please check: | |||
13 | 2. Overwrite SDIMG_ROOTFS_TYPE in local.conf | 13 | 2. Overwrite SDIMG_ROOTFS_TYPE in local.conf |
14 | * `SDIMG_ROOTFS_TYPE = "ext3.xz"` | 14 | * `SDIMG_ROOTFS_TYPE = "ext3.xz"` |
15 | 15 | ||
16 | 3. Overwrite SDIMG_COMPRESSION in local.conf | ||
17 | * `SDIMG_COMPRESSION = "xz"` | ||
18 | |||
19 | Accommodate the values above to your own needs (ex: ext3 / ext4). | 16 | Accommodate the values above to your own needs (ex: ext3 / ext4). |
20 | 17 | ||
21 | ## GPU memory | 18 | ## GPU memory |