summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2017-08-09 12:53:06 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-08-09 23:40:19 +0100
commit4d508d35a224e3a25d2d59c8415ab7985964b14f (patch)
tree4ff819eb947689f835e3d69e5413d0b8fe49fb74 /bin
parent2bc47e887c3b41417edaa89a8708c223fd2085de (diff)
downloadbitbake-contrib-4d508d35a224e3a25d2d59c8415ab7985964b14f.tar.gz
cooker: Track directories searched for bbappend/bb files
Some of the directories searched by BBFILES are not currently being added to the inotify watch list. This can mean that added append files are not noticed leading to misleading metadata results when using BB_SERVER_TIMEOUT != 0. We use glob to expand the BBFILES references and without writing our own implentation, figuring out the directories it searches is hard. We use some horrible hacks here to intecept the listdir calls, I'm open to better ways to handle this but this does ensure we have the right watches set. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bin')
0 files changed, 0 insertions, 0 deletions