From 8ad01c5e9a5d28aacca4ff97a885e8d3b3dcfe5b Mon Sep 17 00:00:00 2001 From: Liam McLoughlin Date: Thu, 4 Oct 2012 21:16:12 +0000 Subject: [PATCH] Add a layout type named "big" to allow for gmerge/chrome development BUG=none TEST=build_image --board=stumpy --disk_layout=big Change-Id: Id48bbdda2b3a570e267ae860acb87415db82a9b9 Reviewed-on: https://gerrit.chromium.org/gerrit/34685 Reviewed-by: David James Commit-Ready: Liam McLoughlin Tested-by: Liam McLoughlin Reviewed-by: Peter Mayo --- build_library/legacy_disk_layout.json | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/build_library/legacy_disk_layout.json b/build_library/legacy_disk_layout.json index da3cc34e9b..5648d59978 100644 --- a/build_library/legacy_disk_layout.json +++ b/build_library/legacy_disk_layout.json @@ -175,13 +175,34 @@ "blocks":"1" } ], - "pgo": [ + "2gb-rootfs": [ { "num": 3, "label":"ROOT-A", "type":"rootfs", - "blocks":"2662400", - "fs_blocks":"320000" + "blocks":"4194304", + "fs_blocks":"512000" + }, + { + "num": 5, + "label":"ROOT-B", + "type":"rootfs", + "blocks":"1" + } + ], + "4gb-rootfs": [ + { + "num": 3, + "label":"ROOT-A", + "type":"rootfs", + "blocks":"8388608", + "fs_blocks":"1024000" + }, + { + "num": 5, + "label":"ROOT-B", + "type":"rootfs", + "blocks":"1" } ] }