]> code.ossystems Code Review - openembedded-core.git/commit
rootfs.py: Add check for kernel modules before running depmod
authorSaul Wold <sgw@linux.intel.com>
Fri, 26 Jun 2015 18:23:06 +0000 (11:23 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 8 Jul 2015 12:06:06 +0000 (13:06 +0100)
commit2b87991be82f4bcf76f8cc3a79bcefc225bae8ba
treec1c20e0e424b0741d64f71c523ba2fb57628906e
parent844eecf6fdb6c1a835e5c85ba5496ac9182f503b
rootfs.py: Add check for kernel modules before running depmod

Add a check for kernel modules so we don't un-necessarily run the depmods, this
will also handle the case with linux-dummy does not place the kernel-abiversion
since it also does not have kernel modules.

[YOCTO #7884]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oe/rootfs.py