From a57eecb5095ccc33febf02753afeb24836abd4bf Mon Sep 17 00:00:00 2001
From: Andrei Gherzan <andrei.gherzan@huawei.com>
Date: Fri, 15 Oct 2021 20:48:03 +0100
Subject: [PATCH] oniro-freertos.conf: Add distro for freeRTOS as we have for
 other OS'

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
---
 meta-oniro-core/conf/distro/oniro-freertos.conf | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 meta-oniro-core/conf/distro/oniro-freertos.conf

diff --git a/meta-oniro-core/conf/distro/oniro-freertos.conf b/meta-oniro-core/conf/distro/oniro-freertos.conf
new file mode 100644
index 00000000..4f1a69fd
--- /dev/null
+++ b/meta-oniro-core/conf/distro/oniro-freertos.conf
@@ -0,0 +1,10 @@
+# SPDX-FileCopyrightText: Huawei Inc.
+#
+# SPDX-License-Identifier: Apache-2.0
+
+require conf/distro/include/oniro.inc
+require conf/distro/freertos.conf
+
+DISTRO = "oniro-freertos"
+DISTRO_NAME = "Oniro Project Base FreeRTOS Distro"
+DISTRO_VERSION = "1.0.0-beta"
-- 
GitLab