OLD | NEW |
(Empty) | |
| 1 # chromite build spec file |
| 2 # Use RFC 822 format |
| 3 |
| 4 [LEGACY] |
| 5 |
| 6 # The board name that will be passed to various commands. |
| 7 # |
| 8 # DEFAULT: the name of this spec file, without the suffix |
| 9 #board: x86-agz |
| 10 |
| 11 # A spec file describing how to build/enter the chroot. Can be an absolute |
| 12 # path or the exact name of a spec file (without the suffix) in the chroot |
| 13 # spec search path. |
| 14 # |
| 15 # DEFAULT: chroot |
| 16 #chroot_spec: chroot |
| 17 |
| 18 |
| 19 [LEGACY_BUILD] |
| 20 |
| 21 # Flags to pass to setup_board (other than --board). Note that setup_board is |
| 22 # only called once per board, unless you use "chromite clean" to clean your |
| 23 # board out. |
| 24 # |
| 25 # DEFAULT: nothing |
| 26 #setup_board_flags: |
| 27 |
| 28 # Flags to pass to build_packages (other than --board). |
| 29 # |
| 30 # DEFAULT: nothing |
| 31 build_packages_flags: --oldchromebinary |
| 32 |
| 33 |
| 34 [LEGACY_IMAGE] |
| 35 |
| 36 # Flags to pass to build_image (other than --board) |
| 37 # |
| 38 # DEFAULT: nothing |
| 39 #build_image_flags: |
OLD | NEW |