]> code.ossystems Code Review - openembedded-core.git/commit
rootfs.py: find .ko.gz and .ko.xz kernel modules as well
authorChristophe Chapuis <chris.chapuis@gmail.com>
Thu, 29 Apr 2021 13:41:27 +0000 (15:41 +0200)
committerAnuj Mittal <anuj.mittal@intel.com>
Thu, 6 May 2021 02:09:37 +0000 (10:09 +0800)
commit96a751b84d15480304b931264b9e5d07098c0a90
treef811f013c3bd73cfc3008a9a0c416555eece5220
parent8fbf485f24711ab29972841ba52dcb9dcdabaffb
rootfs.py: find .ko.gz and .ko.xz kernel modules as well

* with xz PACKAGECONFIG enabled in kmod and xz module compression enabled in kernel
  the do_rootfs task doesn't run depmod in the image, because it thinks there are no modules:
  NOTE: No Kernel Modules found, not running depmod

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Christophe Chapuis <chris.chapuis@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 9c13ce05eae0f126eb150e48709e9bd06e9280fa)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
meta/lib/oe/rootfs.py