From 1385c776c471f5ca8141f962701b1e37dece97e0 Mon Sep 17 00:00:00 2001 From: Josep Orga Date: Fri, 12 Feb 2021 10:05:59 +0100 Subject: [PATCH] meta-somdevices: layer.conf: Increased priority. Signed-off-by: Josep Orga --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 9a773da..feccc9d 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "meta-somdevices" BBFILE_PATTERN_meta-somdevices = "^${LAYERDIR}/" -BBFILE_PRIORITY_meta-somdevices = "6" +BBFILE_PRIORITY_meta-somdevices = "9" LAYERDEPENDS_meta-somdevices = "core" LAYERSERIES_COMPAT_meta-somdevices = "warrior" -- 2.17.1