aboutsummaryrefslogtreecommitdiff
path: root/build-configs.yaml
diff options
context:
space:
mode:
authorDan Rue <dan.rue@linaro.org>2019-03-14 15:26:46 -0500
committerGuillaume Tucker <guillaume.tucker@collabora.com>2019-03-22 08:13:39 +0000
commit276b758ef5dab5076f9f57754b751cb3720277e1 (patch)
tree317dd39e1225e080d1098adfcb4288b0b6c04713 /build-configs.yaml
parent73dd58401404fb29de74607d2d204aee42d1970a (diff)
build-configs.yaml: Add stable_5.0 and stable-rc_5.0 branches
4.20 was never added, but it is expected to be EOL soon at this point. Signed-off-by: Dan Rue <dan.rue@linaro.org>
Diffstat (limited to 'build-configs.yaml')
-rw-r--r--build-configs.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/build-configs.yaml b/build-configs.yaml
index c734619..d7ed0da 100644
--- a/build-configs.yaml
+++ b/build-configs.yaml
@@ -651,6 +651,11 @@ build_configs:
branch: 'linux-4.19.y'
variants: *stable_variants
+ stable_5.0:
+ tree: stable
+ branch: 'linux-5.0.y'
+ variants: *stable_variants
+
stable-rc_3.18:
tree: stable-rc
branch: 'linux-3.18.y'
@@ -676,6 +681,11 @@ build_configs:
branch: 'linux-4.19.y'
variants: *stable_variants
+ stable-rc_5.0:
+ tree: stable-rc
+ branch: 'linux-5.0.y'
+ variants: *stable_variants
+
tegra:
tree: tegra
branch: 'for-next'