summaryrefslogtreecommitdiff
path: root/doc/source/image/project.conf
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/image/project.conf')
-rw-r--r--doc/source/image/project.conf21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/source/image/project.conf b/doc/source/image/project.conf
new file mode 100644
index 000000000..3e8ca6d3c
--- /dev/null
+++ b/doc/source/image/project.conf
@@ -0,0 +1,21 @@
+# project.conf
+
+name: test-image
+element-path: elements
+
+# Allow the project use any version higher than 0 of the x86image
+# plugin installed through pip from the bst-external package
+plugins:
+ - origin: pip
+ package-name: BuildStream-external
+ elements:
+ x86image: 0
+ - origin: pip
+ package-name: docker
+ elements:
+ docker: 0
+
+aliases:
+ kernel: https://www.kernel.org/pub/
+ gnu: http://ftp.gnu.org/gnu/
+ busybox: https://www.busybox.net/downloads/