From: Ting Liu <[email protected]> The .ko files will be packaged into kernel-modules-asf by default.
Signed-off-by: Ting Liu <[email protected]> Signed-off-by: Zhenhua Luo <[email protected]> --- recipes-kernel/asf/asf_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/asf/asf_git.bb b/recipes-kernel/asf/asf_git.bb index a9624e4..7f355eb 100644 --- a/recipes-kernel/asf/asf_git.bb +++ b/recipes-kernel/asf/asf_git.bb @@ -31,6 +31,6 @@ do_install(){ cp -rf ${S}/../scripts ${D}/${libexecdir}/ } -FILES_${PN} += "${libexecdir} /lib/modules/${KERNEL_VERSION}/asf" +FILES_${PN} += "${libexecdir}" COMPATIBLE_MACHINE = "(qoriq)" -- 1.9.2 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
