From fdbaf726beab945de76506afd4e24c00979a7831 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Bron=C3=A8s?= <romain.broucquart@synchrotron-soleil.fr> Date: Wed, 7 Feb 2024 15:46:14 +0100 Subject: [PATCH] chore: Increase layer priority to 20 --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 6adf2e6..5f32c9a 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -8,7 +8,7 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "meta-soleil-fofb" BBFILE_PATTERN_meta-soleil-fofb = "^${LAYERDIR}/" -BBFILE_PRIORITY_meta-soleil-fofb = "10" +BBFILE_PRIORITY_meta-soleil-fofb = "20" LAYERDEPENDS_meta-soleil-fofb = "core" LAYERSERIES_COMPAT_meta-soleil-fofb = "warrior zeus" -- GitLab