diff --git a/config/pipeline.yaml b/config/pipeline.yaml index a7b110341..93bddf9ed 100644 --- a/config/pipeline.yaml +++ b/config/pipeline.yaml @@ -104,6 +104,7 @@ _anchors: - 'amlogic' - 'ardb' - 'arnd' + - 'cip' - 'clk' - 'efi' - 'khilman' @@ -1820,6 +1821,9 @@ trees: chrome-platform: url: "https://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git" + cip: + url: "https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git" + clk: url: "https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git" @@ -3144,6 +3148,42 @@ build_configs: tree: chrome-platform branch: 'for-firmware-next' + cip-4.4: + tree: cip + branch: 'linux-4.4.y-cip' + + cip-4.4-rt: + tree: cip + branch: 'linux-4.4.y-cip-rt' + + cip-4.4-st: + tree: cip + branch: 'linux-4.4.y-cip-st' + + cip-4.19: + tree: cip + branch: 'linux-4.19.y-cip' + + cip-4.19-rt: + tree: cip + branch: 'linux-4.19.y-cip-rt' + + cip-5.10: + tree: cip + branch: 'linux-5.10.y-cip' + + cip-5.10-rt: + tree: cip + branch: 'linux-5.10.y-cip-rt' + + cip-6.1: + tree: cip + branch: 'linux-6.1.y-cip' + + cip-6.1-rt: + tree: cip + branch: 'linux-6.1.y-cip-rt' + clk: tree: clk branch: 'clk-next'