]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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)
committerDan McGregor <dan.mcgregor@usask.ca>
Thu, 5 Feb 2015 14:51:15 +0000 (08:51 -0600)
commit1994352e01003ccb6ac30e7d8d68449e48102ba2
tree3fedcb77d92d18f126214a1bed1c8120a4359bc1
parentf56ca186b28e0ce379b891883f585b8eff9a742c
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>
meta/classes/image.bbclass
meta/lib/oe/rootfs.py