diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2016-05-12 10:37:54 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-13 13:40:49 +0100 |
commit | 1d308b0f12a80ed8ede548980987c925b3149a81 (patch) | |
tree | 82f7ab6f185a619695a38ce27be76a33cc60c247 /meta/recipes-kernel | |
parent | 196e01cce6d76c72d8e76ad1441c1baed321c939 (diff) | |
download | openembedded-core-1d308b0f12a80ed8ede548980987c925b3149a81.tar.gz openembedded-core-1d308b0f12a80ed8ede548980987c925b3149a81.tar.bz2 openembedded-core-1d308b0f12a80ed8ede548980987c925b3149a81.zip |
depmodwrapper-cross: Use SYSROOT_DIRS to add dirs to stage in sysroot
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.bb | 6 |
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 chmod +x ${D}${bindir_crossscripts}/depmodwrapper } -SYSROOT_PREPROCESS_FUNCS += "depmodwrapper_sysroot_preprocess" - -depmodwrapper_sysroot_preprocess () { - sysroot_stage_dir ${D}${bindir_crossscripts} ${SYSROOT_DESTDIR}${bindir_crossscripts} -} +SYSROOT_DIRS += "${bindir_crossscripts}" inherit nopackages |