Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(100)

Unified Diff: specs/build/_defaults

Issue 6308007: WIP Chromite supporting "LEGACY" mode, as requested by Anush. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/chromite.git@master
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromite_unittest.py ('k') | specs/build/tegra2_seaboard.spec » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: specs/build/_defaults
diff --git a/specs/build/_defaults b/specs/build/_defaults
new file mode 100644
index 0000000000000000000000000000000000000000..0dc588a6383bc92b5ae1481fbe5c645d10ab7125
--- /dev/null
+++ b/specs/build/_defaults
@@ -0,0 +1,39 @@
+# This spec is used to prime the ConfigParser before reading any build specs.
+#
+# It can be thought of as the "superclass" of all build specs.
+#
+# It can refer to $(name)s to get the name of the build spec without the
+# ".spec" suffix (AKA the subclass's name).
+#
+# Use RFC 822 format
+
+
+[BUILD]
+
+# The target name that will be passed to various commands.
+#
+# Could be a board (in legacy mode), or a portage profile in the future.
+#
+# DEFAULT: the name of the subclass spec file, without the suffix
+target: %(name)s
+
+# 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
+build_packages_flags:
+
+
+[IMAGE]
+
+# Flags to pass to build_image (other than --board)
+#
+# DEFAULT: nothing
+build_image_flags:
« no previous file with comments | « chromite_unittest.py ('k') | specs/build/tegra2_seaboard.spec » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698