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
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