[oe-commits] [openembedded-core] 09/103: depmodwrapper-cross: nopackages to avoid QA [buildpaths] issue

git at git.openembedded.org git at git.openembedded.org
Sun Feb 28 11:35:09 UTC 2016


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

commit e469717d324b3aa29f165c7dc242c9d634be168f
Author: Hongxu Jia <hongxu.jia at windriver.com>
AuthorDate: Fri Feb 19 00:54:39 2016 -0500

    depmodwrapper-cross: nopackages to avoid QA [buildpaths] issue
    
    This depmodwrapper is a wrapper script to support install-corss,
    which is invoked at do_rootfs time. So the depmodwrapper-cross
    should not generate packages. The fix could avoids QA buildpaths
    issue.
    
    [YOCTO #7058]
    
    Signed-off-by: Hongxu Jia <hongxu.jia at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb b/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb
index 8acb3a8..c2c2589 100644
--- a/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb
+++ b/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb
@@ -46,3 +46,5 @@ SYSROOT_PREPROCESS_FUNCS += "depmodwrapper_sysroot_preprocess"
 depmodwrapper_sysroot_preprocess () {
 	sysroot_stage_dir ${D}${bindir_crossscripts} ${SYSROOT_DESTDIR}${bindir_crossscripts}
 }
+
+inherit nopackages

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


More information about the Openembedded-commits mailing list