]> code.ossystems Code Review - openembedded-core.git/commit
image.bbclass: make kernel depmod data optional
authorDan McGregor <dan.mcgregor@usask.ca>
Tue, 27 Jan 2015 17:21:12 +0000 (11:21 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 3 Feb 2015 14:53:42 +0000 (14:53 +0000)
commitca641aedff5f6bd155796ead02cb2eb871f8c17a
tree5dd7ec704f004814267ab8e1cc353f7048fddff0
parent815a7b6fbf3b0cf95f5464bca687d97366d7ed6a
image.bbclass: make kernel depmod data optional

This allows an image to skip the creation of kernel depmod
data. It is useful for creating an image that will run as a
container image inside a host with no knowledge of the parent's
kernel.

Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/image.bbclass
meta/lib/oe/rootfs.py