From f05f93329b10c3e0e4dfca98d0e198aad816795a Mon Sep 17 00:00:00 2001
From: Lorenzo Pagliai <lorenzo.pagliai@seco.com>
Date: Wed, 22 Mar 2023 17:17:15 +0100
Subject: [PATCH] [BOARD SUPPORT] Include config file in main yaml

---
 manifest-pipeline-yocto.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/manifest-pipeline-yocto.yml b/manifest-pipeline-yocto.yml
index f7145c1..6ff1c75 100644
--- a/manifest-pipeline-yocto.yml
+++ b/manifest-pipeline-yocto.yml
@@ -6,8 +6,11 @@
 include:
     - local: common.yml
     - local: boards/.a62.yml
+    - local: boards/.c12.yml
     - local: boards/.c20.yml
+    - local: boards/.c26.yml
     - local: boards/.c31.yml
+    - local: boards/.c43.yml
     - local: boards/.tanaro.yml
     - local: boards/.intel_apl.yml
     
-- 
GitLab