From 7792a656faebce15cc86e14702d4a45addcb34c9 Mon Sep 17 00:00:00 2001
From: Andrei Gherzan <andrei.gherzan@huawei.com>
Date: Thu, 4 Aug 2022 11:48:23 +0200
Subject: [PATCH] oniro-freertos.conf: Let oniro.inc override configuration
 from freertos

Order is important here as we might want to override things that are
defined strictly in the freertos.conf distro.

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
---
 meta-oniro-core/conf/distro/oniro-freertos.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oniro-core/conf/distro/oniro-freertos.conf b/meta-oniro-core/conf/distro/oniro-freertos.conf
index c81f5519..9421ed3e 100644
--- a/meta-oniro-core/conf/distro/oniro-freertos.conf
+++ b/meta-oniro-core/conf/distro/oniro-freertos.conf
@@ -2,8 +2,8 @@
 #
 # SPDX-License-Identifier: Apache-2.0
 
-require conf/distro/include/oniro.inc
 require conf/distro/freertos.conf
+require conf/distro/include/oniro.inc
 
 DISTRO = "oniro-freertos"
 DISTRO_NAME = "Oniro Project Base FreeRTOS Distro"
-- 
GitLab