瀏覽代碼

board/ci20/genimage.cfg: drop hardcoded rootfs partition size

As recently reported to the list:
http://lists.busybox.net/pipermail/buildroot/2020-January/271937.html

The hardcoded rootfs partition size can lead to hard to understand build
failures if more packages are added.

So drop the hardcoded partition size.  Genimage will then size the partition
to match the size of the rootfs image (which by default is also 60MB for ext4).

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit f1d1967422170b73ed7401eeb142a6b7a541dbec)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter Korsgaard 5 年之前
父節點
當前提交
7ff9a16e6e
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      board/ci20/genimage.cfg

+ 0 - 1
board/ci20/genimage.cfg

@@ -24,6 +24,5 @@ image sdcard.img {
         partition-type = 0x83
         image = "rootfs.ext4"
         offset = 2M
-        size = 60M
     }
 }