]> code.ossystems Code Review - openembedded-core.git/commit
build-appliance-image: Drop kernel module handling
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 8 Mar 2021 16:46:50 +0000 (16:46 +0000)
committerAnuj Mittal <anuj.mittal@intel.com>
Mon, 22 Mar 2021 01:36:33 +0000 (09:36 +0800)
commitbb60d68c0cc8b2d1884e8d68966dffc563454c74
tree38a29f2f78c997cce96d46b50ff5f057a92a98f7
parentb4620992fb5d81ca0bab3979297aa78fe00da85f
build-appliance-image: Drop kernel module handling

kernel-devsrc is a dependency of the image so we no longer need the symlink
creation code or the module-base inherit/dependency as it is included in
that recipe. The KERNEL_VERSION usage was broken anyway as the module
usage would have needed a:

do_image[depends] += "build-appliance-image:do_configure"

which wasn't present so it was indeterminate if KERNEL_VERSION was set
correctly.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit a46b43bb67b2f87ec370480e50a2e2d111555b75)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
meta/recipes-core/images/build-appliance-image_15.0.0.bb