From: Leon Anavi Date: Wed, 28 Sep 2016 13:26:54 +0000 (+0300) Subject: conf/layer.conf: Update meta-agl-bsp priority X-Git-Tag: chinook_3.0.0~122 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=5dae1a2f483d8e111d5603528853c2e441136742;p=AGL%2Fmeta-agl.git 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 --- 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"