diff options
author | Thuy Tran <thuy.tran.xh@rvc.renesas.com> | 2017-12-04 17:06:51 +0900 |
---|---|---|
committer | Thuy Tran <thuy.tran.xh@rvc.renesas.com> | 2018-01-30 10:07:59 +0700 |
commit | ffabcfc37de737ce6f7a5f627901a2f198dfe073 (patch) | |
tree | 97a9d03f8bb8f0df9c8233be318475bb279f845d /meta-rcar-gen3/README | |
parent | 85df211c174da9b266089fbf1c9f853a86ebdde4 (diff) |
rcar-gen3: conf: Remove cpio.gz format archive
cpio.gz has a limitation about size. If rootfs size is larger than
2GB, do_image_cpio will fail. Therefore, this commit removes
cpio.gz in our implementation.
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Diffstat (limited to 'meta-rcar-gen3/README')
-rw-r--r-- | meta-rcar-gen3/README | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-rcar-gen3/README b/meta-rcar-gen3/README index 703875b..0c9cf71 100644 --- a/meta-rcar-gen3/README +++ b/meta-rcar-gen3/README @@ -101,7 +101,6 @@ Images generated: * Image-<machine name>.dtb (DTB for target machine) * core-image-minimal-<machine name>.tar.bz2 (rootfs tar+bzip2) * core-image-minimal-<machine name>.ext4 (rootfs ext4 format) - * core-image-minimal-<machine name>.cpio.gz (rootfs cpio+gz format) Build Instructions for SDK ========================== |