On Wed, 2016-03-30 at 10:31 -0700, Stephano Cetola wrote: > It is expected that every layer provides a priority and its > BBFILE_PATTERN. This includes the needed information in > layer.conf. > > Signed-off-by: Stephano Cetola <[email protected]> > --- > meta-tlk/conf/layer.conf | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/meta-tlk/conf/layer.conf b/meta-tlk/conf/layer.conf > index 38b0e0c..fc10405 100644 > --- a/meta-tlk/conf/layer.conf > +++ b/meta-tlk/conf/layer.conf > @@ -4,3 +4,7 @@ BBPATH .= ":${LAYERDIR}" > # We have recipes-* directories, add to BBFILES > BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ > ${LAYERDIR}/recipes-*/*/*.bbappend" > + > +BBFILE_COLLECTIONS += "tlk" > +BBFILE_PATTERN_tlk := "^${LAYERDIR}/" > +BBFILE_PRIORITY_tlk = "5"
Merged into both Master and Jethro from Otavio's patch. Sau! -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
