[oe-commits] [openembedded-core] 02/06: depmodwrapper-cross: Add kmod-native to DEPENDS

git at git.openembedded.org git at git.openembedded.org
Thu May 10 07:28:55 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 1b9cbb60cd0777b38fb7ed3c599f62e4662e8f84
Author: Haris Okanovic <haris.okanovic at ni.com>
AuthorDate: Wed May 9 09:59:58 2018 -0500

    depmodwrapper-cross: Add kmod-native to DEPENDS
    
    Add `DEPENDS += "kmod-native"` to ensure depmod utility is added to
    recipe-sysroot-native during image build.
    
    Without this dependency, image builds where BUILD_IMAGES_FROM_FEEDS=1
    have depmodwrapper in recipe-sysroot-native but are missing depmod.
    Kernel postinst scripts rely on depmod (via depmodwrapper) to index
    newly installed modules.
    
    Signed-off-by: Haris Okanovic <haris.okanovic at ni.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb b/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb
index 48f0129..9a17267 100644
--- a/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb
+++ b/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb
@@ -11,6 +11,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
 SSTATE_SCAN_FILES += "depmodwrapper"
 EXTRA_STAGING_FIXMES += "PKGDATA_DIR"
 
+DEPENDS += "kmod-native"
 do_populate_sysroot[depends] = ""
 
 do_install() {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list