diff mbox series

[kteam-tools,v2,2/3] ktl: add azure-edge kernel support

Message ID 1508329359-27902-3-git-send-email-marcelo.cerri@canonical.com
State New
Headers show
Series verify-release-ready: add azure-edge kernel support | expand

Commit Message

Marcelo Henrique Cerri Oct. 18, 2017, 12:22 p.m. UTC
Signed-off-by: Marcelo Henrique Cerri <marcelo.cerri@canonical.com>
---
 ktl/kernel-series-info.yaml  | 6 ++++++
 ktl/kernel-source-repos.yaml | 2 ++
 2 files changed, 8 insertions(+)

Comments

Kleber Sacilotto de Souza Oct. 18, 2017, 1:46 p.m. UTC | #1
On 10/18/17 14:22, Marcelo Henrique Cerri wrote:
> Signed-off-by: Marcelo Henrique Cerri <marcelo.cerri@canonical.com>
> ---
>  ktl/kernel-series-info.yaml  | 6 ++++++
>  ktl/kernel-source-repos.yaml | 2 ++
>  2 files changed, 8 insertions(+)
> 
> diff --git a/ktl/kernel-series-info.yaml b/ktl/kernel-series-info.yaml
> index 58be3026590c..1a28456a6f96 100644
> --- a/ktl/kernel-series-info.yaml
> +++ b/ktl/kernel-series-info.yaml
> @@ -203,6 +203,9 @@
>              linux-azure:
>              - linux
>              - '17.10'
> +            linux-azure-edge:
> +            - linux
> +            - '17.10'
>              linux-gcp:
>              - linux
>              - '17.04'
> @@ -221,6 +224,8 @@
>                  meta: linux-meta-gke
>              linux-azure:
>                  meta: linux-meta-azure
> +            linux-azure-edge:
> +                meta: linux-meta-azure-edge
>              linux-joule:
>                  meta: linux-meta-joule
>              linux-hwe:
> @@ -277,6 +282,7 @@
>          - linux-meta-snapdragon
>          - linux-aws
>          - linux-azure
> +        - linux-azure-edge
>          - linux-gke
>          - linux-meta-aws
>          - linux-meta-azure

An entry for linux-meta-azure-edge is missing here.

Apart from that, the patch series looks good to me.


Kleber

> diff --git a/ktl/kernel-source-repos.yaml b/ktl/kernel-source-repos.yaml
> index b7ef497bf3ce..5937da1cf446 100644
> --- a/ktl/kernel-source-repos.yaml
> +++ b/ktl/kernel-source-repos.yaml
> @@ -3,6 +3,8 @@
>      linux-meta-aws:        https://code.launchpad.net/~canonical-kernel/ubuntu/+source/linux-meta-aws/+git/linux-meta-aws
>      linux-azure:           https://code.launchpad.net/~canonical-kernel/ubuntu/+source/linux-azure/+git/linux-azure
>      linux-meta-azure:      https://code.launchpad.net/~canonical-kernel/ubuntu/+source/linux-meta-azure/+git/linux-meta-azure
> +    linux-azure-edge:      https://code.launchpad.net/~canonical-kernel/ubuntu/+source/linux-azure/+git/linux-azure
> +    linux-meta-azure-edge: https://code.launchpad.net/~canonical-kernel/ubuntu/+source/linux-meta-azure/+git/linux-meta-azure
>      linux:                 https://code.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/xenial
>      linux:                 https://code.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/xenial
>      linux-meta:            https://code.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux-meta/+git/xenial
>
diff mbox series

Patch

diff --git a/ktl/kernel-series-info.yaml b/ktl/kernel-series-info.yaml
index 58be3026590c..1a28456a6f96 100644
--- a/ktl/kernel-series-info.yaml
+++ b/ktl/kernel-series-info.yaml
@@ -203,6 +203,9 @@ 
             linux-azure:
             - linux
             - '17.10'
+            linux-azure-edge:
+            - linux
+            - '17.10'
             linux-gcp:
             - linux
             - '17.04'
@@ -221,6 +224,8 @@ 
                 meta: linux-meta-gke
             linux-azure:
                 meta: linux-meta-azure
+            linux-azure-edge:
+                meta: linux-meta-azure-edge
             linux-joule:
                 meta: linux-meta-joule
             linux-hwe:
@@ -277,6 +282,7 @@ 
         - linux-meta-snapdragon
         - linux-aws
         - linux-azure
+        - linux-azure-edge
         - linux-gke
         - linux-meta-aws
         - linux-meta-azure
diff --git a/ktl/kernel-source-repos.yaml b/ktl/kernel-source-repos.yaml
index b7ef497bf3ce..5937da1cf446 100644
--- a/ktl/kernel-source-repos.yaml
+++ b/ktl/kernel-source-repos.yaml
@@ -3,6 +3,8 @@ 
     linux-meta-aws:        https://code.launchpad.net/~canonical-kernel/ubuntu/+source/linux-meta-aws/+git/linux-meta-aws
     linux-azure:           https://code.launchpad.net/~canonical-kernel/ubuntu/+source/linux-azure/+git/linux-azure
     linux-meta-azure:      https://code.launchpad.net/~canonical-kernel/ubuntu/+source/linux-meta-azure/+git/linux-meta-azure
+    linux-azure-edge:      https://code.launchpad.net/~canonical-kernel/ubuntu/+source/linux-azure/+git/linux-azure
+    linux-meta-azure-edge: https://code.launchpad.net/~canonical-kernel/ubuntu/+source/linux-meta-azure/+git/linux-meta-azure
     linux:                 https://code.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/xenial
     linux:                 https://code.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/xenial
     linux-meta:            https://code.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux-meta/+git/xenial