From 5dae1a2f483d8e111d5603528853c2e441136742 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 28 Sep 2016 16:26:54 +0300 Subject: conf/layer.conf: Update meta-agl-bsp priority Increase the priority of Yocto/OE layer meta-agl-bsp to 10 because meta-raspberrypi has priority 9. Bug-AGL: SPEC-254 Change-Id: Ibd020b432b2865c5bb00fb2d7a56840a2c1e2cef Signed-off-by: Leon Anavi --- meta-agl-bsp/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-agl-bsp/conf/layer.conf') diff --git a/meta-agl-bsp/conf/layer.conf b/meta-agl-bsp/conf/layer.conf index 2b4b874e9..dff7f8dcd 100644 --- a/meta-agl-bsp/conf/layer.conf +++ b/meta-agl-bsp/conf/layer.conf @@ -17,4 +17,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend" BBFILE_COLLECTIONS += "aglbsp" BBFILE_PATTERN_aglbsp = "^${LAYERDIR}/" -BBFILE_PRIORITY_aglbsp = "7" +BBFILE_PRIORITY_aglbsp = "10" -- cgit 1.2.3-korg