]> 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>
Thu, 2 Jul 2015 22:03:25 +0000 (23:03 +0100)
commit1b696a45ddb00fbe1d993b19339071486d0cfef2
treea3e4608f0fb5b10144290ead04da7792669d06f7
parent6f7144ebe2da4c72ef58280e034b2cc75331a471
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