]> code.ossystems Code Review - meta-freescale.git/commitdiff
asf: not package .ko files in PN
authorTing Liu <ting.liu@nxp.com>
Sat, 9 Jan 2016 06:43:44 +0000 (14:43 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 19 Apr 2016 18:03:24 +0000 (15:03 -0300)
The .ko files will be packaged into kernel-modules-asf by default.

Signed-off-by: Ting Liu <ting.liu@nxp.com>
Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-kernel/asf/asf_git.bb

index a9624e49579039d947b3cd6f46c808da0cc01070..7f355ebd3d625ad5e1e9da78c717eee3171e8cf6 100644 (file)
@@ -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)"