From ac581d8919ee43f12fcdd2916988b89b61ca98e3 Mon Sep 17 00:00:00 2001 From: Chaitanya Vadrevu Date: Mon, 10 Jul 2023 12:14:08 -0500 Subject: [PATCH] layer.conf: Increase BBFILE_PRIORITY to 25 meta-nilrt's BBFILE_PRIORITY needs to be higher than all other layers. Since meta-qt5-extra is at 20, increase meta-nilrt to 25. Signed-off-by: Chaitanya Vadrevu --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 5bbe94bda..ff6fb4a6a 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -7,6 +7,6 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "meta-nilrt" BBFILE_PATTERN_meta-nilrt = "^${LAYERDIR}/" -BBFILE_PRIORITY_meta-nilrt = "15" +BBFILE_PRIORITY_meta-nilrt = "25" LAYERSERIES_COMPAT_meta-nilrt = "kirkstone"