mirror of
https://git.yoctoproject.org/poky
synced 2026-02-06 00:38:45 +01:00
This will let folks extend the oe package with modules from other layers. Given openembedded consists of more than just oe-core, I think this makes sense, and adds some useful flexibility. (From OE-Core rev: 8dfd28925fc47d8a4a1f10ec65df665c8326edc4) Signed-off-by: Christopher Larson <kergoth@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 lines
75 B
Python
3 lines
75 B
Python
from pkgutil import extend_path
|
|
__path__ = extend_path(__path__, __name__)
|