From ffbdd253e2828472d30dc76c78e72367c3d6b2ac Mon Sep 17 00:00:00 2001
From: Denis Pynkin <denis.pynkin@collabora.com>
Date: Mon, 30 Sep 2019 21:53:25 +0300
Subject: [PATCH] Fix the board name for internal armhf

The board name is used in ostree-based images for pointing
the correct ostree branch name.

Signed-off-by: Denis Pynkin <denis.pynkin@collabora.com>
---
 templates/profiles.yaml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/templates/profiles.yaml b/templates/profiles.yaml
index 91cc4bbf..2feb0c32 100644
--- a/templates/profiles.yaml
+++ b/templates/profiles.yaml
@@ -256,7 +256,7 @@ profiles:
       imgpath: "internal/daily/v2020dev0"
       arch: armhf
       image_type: target
-      board: mx6qsabrelite
+      board: internal-mx6qsabrelite
       fs: btrfs
       image_variant: collabora
       boot_method: u-boot
@@ -284,7 +284,7 @@ profiles:
       imgpath: "internal/daily/v2020dev0"
       arch: armhf
       image_type: target
-      board: mx6qsabrelite
+      board: internal-mx6qsabrelite
       fs: btrfs
       image_variant: collabora
       boot_method: u-boot
@@ -303,7 +303,7 @@ profiles:
       imgpath: "internal/daily/v2020dev0"
       arch: armhf
       image_type: minimal
-      board: mx6qsabrelite
+      board: internal-mx6qsabrelite
       fs: btrfs
       boot_method: u-boot
       boot_commands:
@@ -329,7 +329,7 @@ profiles:
       imgpath: "internal/daily/v2020dev0"
       arch: armhf
       image_type: minimal
-      board: mx6qsabrelite
+      board: internal-mx6qsabrelite
       fs: btrfs
       boot_method: u-boot
       boot_commands:
-- 
GitLab