summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2016-05-12 10:37:54 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-13 13:41:27 +0100
commit138d161fd4c241bc44d9acf12aeeb111692b353b (patch)
treef857d67a2360b148a5198189920deabaf72a281d /meta/recipes-kernel
parentc486741d1237868a90b8a0a25bf23d75ab1cc211 (diff)
downloadpoky-138d161fd4c241bc44d9acf12aeeb111692b353b.tar.gz
depmodwrapper-cross: Use SYSROOT_DIRS to add dirs to stage in sysroot
(From OE-Core rev: 1d308b0f12a80ed8ede548980987c925b3149a81) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb b/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb
index c2c2589109..5c7dd52f54 100644
--- a/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb
+++ b/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb
@@ -41,10 +41,6 @@ EOF
41 chmod +x ${D}${bindir_crossscripts}/depmodwrapper 41 chmod +x ${D}${bindir_crossscripts}/depmodwrapper
42} 42}
43 43
44SYSROOT_PREPROCESS_FUNCS += "depmodwrapper_sysroot_preprocess" 44SYSROOT_DIRS += "${bindir_crossscripts}"
45
46depmodwrapper_sysroot_preprocess () {
47 sysroot_stage_dir ${D}${bindir_crossscripts} ${SYSROOT_DESTDIR}${bindir_crossscripts}
48}
49 45
50inherit nopackages 46inherit nopackages