Skip to content
Snippets Groups Projects
Commit 7792a656 authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

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's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent db2d47e5
No related branches found
No related tags found
1 merge request!246Force BB_DANGLINGAPPENDS_WARNONLY
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
# #
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
require conf/distro/include/oniro.inc
require conf/distro/freertos.conf require conf/distro/freertos.conf
require conf/distro/include/oniro.inc
DISTRO = "oniro-freertos" DISTRO = "oniro-freertos"
DISTRO_NAME = "Oniro Project Base FreeRTOS Distro" DISTRO_NAME = "Oniro Project Base FreeRTOS Distro"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment