summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2015-09-28 16:02:24 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2015-09-28 16:02:24 +0000
commit6eb0735f49da1a84b2524ad10af1b2ca5d6bf998 (patch)
tree210365fefe92095e5567f5f1d219443ef9d811e4
parent247390d3974567fea85115a2ddfbfde93a20f484 (diff)
downloadfirehose-baserock/richardmaw/wip.tar.gz
Add potential armv8 firehose configbaserock/richardmaw/wip
-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