From: Ting Liu Date: Sat, 9 Jan 2016 06:43:44 +0000 (+0800) Subject: asf: not package .ko files in PN X-Git-Tag: 2.1~117 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=0d1db1dfbb0def36d3e1194534629cbe384160ca;p=meta-freescale.git asf: not package .ko files in PN The .ko files will be packaged into kernel-modules-asf by default. Signed-off-by: Ting Liu Signed-off-by: Zhenhua Luo Signed-off-by: Otavio Salvador --- diff --git a/recipes-kernel/asf/asf_git.bb b/recipes-kernel/asf/asf_git.bb index a9624e49..7f355ebd 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)"