aboutsummaryrefslogtreecommitdiff
path: root/build-configs.yaml
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2019-02-22 19:31:32 +0100
committerGuillaume Tucker <guillaume.tucker@collabora.com>2019-03-15 17:46:54 +0000
commit605d1b57a4c32836af9d3a186d7351ff6b81e42f (patch)
treef84c0a9cb485e932c4cdaee3c488c3843dca4c45 /build-configs.yaml
parent037d4d6a08f00593ced624230d3a827a0e8f69c6 (diff)
build-configs.yaml: add Linus Walleij's gpio tree
Add Linus Walleij's gpio tree and three branches 'devel', 'fixes' and 'for-next'. Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Diffstat (limited to 'build-configs.yaml')
-rw-r--r--build-configs.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/build-configs.yaml b/build-configs.yaml
index e5043f5..764fed5 100644
--- a/build-configs.yaml
+++ b/build-configs.yaml
@@ -58,6 +58,9 @@ trees:
linaro-android:
url: "https://android-git.linaro.org/git/kernel/linaro-android.git"
+ linusw:
+ url: "https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git/"
+
lsk:
url: "https://git.linaro.org/kernel/linux-linaro-stable.git"
@@ -292,6 +295,18 @@ build_configs:
tree: linaro-android
branch: 'linaro-android-llct'
+ linusw_devel:
+ tree: linusw
+ branch: 'devel'
+
+ linusw_fixes:
+ tree: linusw
+ branch: 'fixes'
+
+ linusw_for-next:
+ tree: linusw
+ branch: 'for-next'
+
lsk_for-test:
tree: lsk
branch: 'for-test'