X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl.git;a=blobdiff_plain;f=meta-agl-bsp%2Fconf%2Flayer.conf;h=fdde8350e29f2816a86cff1542a69eb33d3ca8b0;hp=c78c76299c5ad8919975dbfca33c6fcb812ede1e;hb=2b0260759b5e6643b98fd18982ee9ccd7ecb13e8;hpb=b4dedf13f6545df00893e080e51c782e23ca00b3 diff --git a/meta-agl-bsp/conf/layer.conf b/meta-agl-bsp/conf/layer.conf index c78c76299..fdde8350e 100644 --- a/meta-agl-bsp/conf/layer.conf +++ b/meta-agl-bsp/conf/layer.conf @@ -7,6 +7,9 @@ BBPATH =. "${LAYERDIR}:" BBFILES += "${@' '.join('${LAYERDIR}/%s/recipes*/*/*.bbappend' % layer \ for layer in BBFILE_COLLECTIONS.split())}" +# Add shared recipes among BSPs +BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend" + BBFILE_COLLECTIONS += "aglbsp" BBFILE_PATTERN_aglbsp = "^${LAYERDIR}/" BBFILE_PRIORITY_aglbsp = "7"