summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorHaris Okanovic <haris.okanovic@ni.com>2018-05-09 09:59:58 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-11 07:49:38 +0100
commitd83a3f9a3f1be8ea6e9a620b390c97a59f281e36 (patch)
treeed6321bf7cf3095e709bfce04a1b58ae3054008b /meta
parent8d9d88d662de6f4815eb1cc654dd6d59c51dd7e4 (diff)
downloadpoky-d83a3f9a3f1be8ea6e9a620b390c97a59f281e36.tar.gz
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. (From OE-Core rev: d693457f9de92e4e8b61881638787e831f0ca197) Signed-off-by: Haris Okanovic <haris.okanovic@ni.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb b/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb
index 48f012918a..9a172675af 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}"
11SSTATE_SCAN_FILES += "depmodwrapper" 11SSTATE_SCAN_FILES += "depmodwrapper"
12EXTRA_STAGING_FIXMES += "PKGDATA_DIR" 12EXTRA_STAGING_FIXMES += "PKGDATA_DIR"
13 13
14DEPENDS += "kmod-native"
14do_populate_sysroot[depends] = "" 15do_populate_sysroot[depends] = ""
15 16
16do_install() { 17do_install() {