Re: [yocto] Use of BBFILE_PATTERN in conf/layer.conf

2014-01-30 Thread Andrew Luo
layerdir in self.bblayers:                     if regex.match(os.path.join(layerdir, 'test')) and re.match(layerdir, filename):                         return self.get_layer_name(layerdir)         return "?" On Thursday, January 30, 2014 9:22 PM, Andrew Luo wrote: I see thi

[yocto] Use of BBFILE_PATTERN in conf/layer.conf

2014-01-30 Thread Andrew Luo
I see this example in the doc: # We have a conf and classes directory, add to BBPATH BBPATH := "${BBPATH}:${LAYERDIR}" # We have a recipes directory containing both .bb and .bbappend files, add to BBFILES BBFILES := "${BBFILES} ${LAYERDIR}/recipes/*/*.bb \              ${LAYERDIR}/recipes/*/*.b