From bbbd9f78915b17caf771071fad3513d15672f2fe Mon Sep 17 00:00:00 2001 From: Kevin Hilman Date: Mon, 4 Jan 2021 09:28:30 -0800 Subject: [PATCH] build-configs: add v5.10 stable, android Add v5.10 branch for stable, stable-rc, stable-rc-queue and Android 12. Signed-off-by: Kevin Hilman --- build-configs.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/build-configs.yaml b/build-configs.yaml index a084f4aa57..06e12d5eea 100644 --- a/build-configs.yaml +++ b/build-configs.yaml @@ -572,6 +572,11 @@ build_configs: branch: 'android12-5.4' variants: *android_variants + android12-5.10: + tree: android + branch: 'android12-5.10' + variants: *android_variants + ardb: tree: ardb branch: 'for-kernelci' @@ -990,6 +995,11 @@ build_configs: branch: 'linux-5.8.y' variants: *stable_variants + stable_5.10: + tree: stable + branch: 'linux-5.10.y' + variants: *stable_variants + stable-rc_3.16: tree: stable-rc branch: 'linux-3.16.y' @@ -1062,6 +1072,14 @@ build_configs: tree: stable branch: 'linux-5.8.y' + stable-rc_5.10: + tree: stable-rc + branch: 'linux-5.10.y' + variants: *stable_variants + reference: + tree: stable + branch: 'linux-5.10.y' + stable-rc_queue-4.4: tree: stable-rc branch: 'queue/4.4' @@ -1126,6 +1144,14 @@ build_configs: tree: stable branch: 'linux-5.8.y' + stable-rc_queue-5.10: + tree: stable-rc + branch: 'queue/5.10' + variants: *stable_variants + reference: + tree: stable + branch: 'linux-5.10.y' + tegra: tree: tegra branch: 'for-next'