[meta-freescale] [meta-fsl-ppc][PATCH 16/39] asf: not package .ko files in PN

b28495 at freescale.com b28495 at freescale.com
Wed Dec 23 07:26:17 PST 2015


From: Ting Liu <ting.liu at freescale.com>

The .ko files will be packaged into kernel-modules-asf by default.

Signed-off-by: Ting Liu <ting.liu at freescale.com>
---
 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 6e25ecf..05ffa88 100644
--- a/recipes-kernel/asf/asf_git.bb
+++ b/recipes-kernel/asf/asf_git.bb
@@ -29,5 +29,5 @@ do_install(){
     cp -rf ${S}/../scripts ${D}/${libexecdir}/
 }
 
-FILES_${PN} += "${libexecdir} /lib/modules/${KERNEL_VERSION}/asf"
+FILES_${PN} += "${libexecdir}"
 RDEPENDS_${PN} += "ipsec-tools"
-- 
1.9.1



More information about the meta-freescale mailing list