summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--armv8/linux-master.yaml17
-rw-r--r--armv8/systemd-master.yaml17
2 files changed, 34 insertions, 0 deletions
diff --git a/armv8/linux-master.yaml b/armv8/linux-master.yaml
new file mode 100644
index 0000000..70c732e
--- /dev/null
+++ b/armv8/linux-master.yaml
@@ -0,0 +1,17 @@
+name: linux
+kind: firehose
+description: |
+ This is an example for tracking Linux kernel master. Every time firehose runs
+ we will try and build the tip of the kernel.
+
+landing:
+ repo: baserock:baserock/definitions
+ baseref: master
+ myref: cu010-trove/arm-base
+ stratum: bsp-armv8l64-generic
+ chunk: linux-armv8l64-generic
+ method: absolute-sha1
+
+tracking:
+ mode: follow-tip
+ ref: refs/heads/master
diff --git a/armv8/systemd-master.yaml b/armv8/systemd-master.yaml
new file mode 100644
index 0000000..0f34495
--- /dev/null
+++ b/armv8/systemd-master.yaml
@@ -0,0 +1,17 @@
+name: systemd
+kind: firehose
+description: |
+ This is an example for tracking systemd master. Every time firehose runs
+ we will try and build the tip of systemd.
+
+landing:
+ repo: baserock:baserock/definitions
+ baseref: master
+ myref: cu010-trove/arm-base
+ stratum: foundation
+ chunk: systemd
+ method: absolute-sha1
+
+tracking:
+ mode: follow-tip
+ ref: refs/heads/master