]> code.ossystems Code Review - openembedded-core.git/commitdiff
depmodwrapper-cross: nopackages to avoid QA [buildpaths] issue
authorHongxu Jia <hongxu.jia@windriver.com>
Fri, 19 Feb 2016 05:54:39 +0000 (00:54 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 28 Feb 2016 11:32:33 +0000 (11:32 +0000)
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@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb

index 8acb3a858edd0463568f7372db8415f0a19b93f6..c2c2589109292bd0baf28adf526cf382d7e2cbba 100644 (file)
@@ -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