Index: chromite/specs/build/x86-generic.spec |
diff --git a/chromite/specs/build/x86-generic.spec b/chromite/specs/build/x86-generic.spec |
new file mode 100644 |
index 0000000000000000000000000000000000000000..14fc8249c0802b437b37b96da365c27370c9d2c0 |
--- /dev/null |
+++ b/chromite/specs/build/x86-generic.spec |
@@ -0,0 +1,39 @@ |
+# chromite build spec file |
+# Use RFC 822 format |
+ |
+[LEGACY] |
+ |
+# The board name that will be passed to various commands. |
+# |
+# DEFAULT: the name of this spec file, without the suffix |
+#board: x86-generic |
+ |
+# A spec file describing how to build/enter the chroot. Can be an absolute |
+# path or the exact name of a spec file (without the suffix) in the chroot |
+# spec search path. |
+# |
+# DEFAULT: chroot |
+#chroot_spec: chroot |
+ |
+ |
+[LEGACY_BUILD] |
+ |
+# Flags to pass to setup_board (other than --board). Note that setup_board is |
+# only called once per board, unless you use "chromite clean" to clean your |
+# board out. |
+# |
+# DEFAULT: nothing |
+#setup_board_flags: |
+ |
+# Flags to pass to build_packages (other than --board). |
+# |
+# DEFAULT: nothing |
+build_packages_flags: --oldchromebinary |
+ |
+ |
+[LEGACY_IMAGE] |
+ |
+# Flags to pass to build_image (other than --board) |
+# |
+# DEFAULT: nothing |
+#build_image_flags: |