Home
last modified time | relevance | path

Searched refs:is_kernel_module (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oe/
H A Dpackage.py67 def is_kernel_module(path): function
98 if path.endswith(".ko") and path.find("/lib/modules/") != -1 and is_kernel_module(path):