]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 2 May 2021 22:21:39 +0000 (23:21 +0100)
commit9c13ce05eae0f126eb150e48709e9bd06e9280fa
tree01f14a7cfbc2aac014c7b87199f293a64a14a8b3
parent6fec5fea942ce88e33e5cf4c2102d69ce25e7180
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>
meta/lib/oe/rootfs.py