]> code.ossystems Code Review - openembedded-core.git/commit
checklayer: rename _find_layer_depends
authorNicolas Dechesne <nicolas.dechesne@linaro.org>
Thu, 22 Jul 2021 12:46:43 +0000 (14:46 +0200)
committerSteve Sakoman <steve@sakoman.com>
Wed, 4 Aug 2021 19:57:23 +0000 (09:57 -1000)
commitd6618f92fa3f589c1d155081e85905ffe5e39a6c
treeb1c4de8dfdeee8e050c44e69dbc0755130073f1f
parente11c7ceed212c0d38e3d38de3099389a4e397818
checklayer: rename _find_layer_depends

What this function does is really to find a layer, not a 'depends'. We
are using this function to find a dependent layer, but the name is
confusing.

Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit e9b7690ab30d0e7c07471034f6cb89ccc3168a11)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
scripts/lib/checklayer/__init__.py