[meta-freescale] [meta-fsl-arm][PATCH 29/41] asf: not package .ko files in PN
ting.liu at nxp.com
ting.liu at nxp.com
Fri Jun 24 03:41:24 PDT 2016
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>
---
openembedded-layer/recipes-kernel/asf/asf_git.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/openembedded-layer/recipes-kernel/asf/asf_git.bb b/openembedded-layer/recipes-kernel/asf/asf_git.bb
index 6f007e5..5069d20 100644
--- a/openembedded-layer/recipes-kernel/asf/asf_git.bb
+++ b/openembedded-layer/recipes-kernel/asf/asf_git.bb
@@ -29,6 +29,6 @@ do_install(){
cp -rf ${S}/../scripts ${D}/${libexecdir}/
}
-FILES_${PN} += "${libexecdir} /lib/modules/${KERNEL_VERSION}/asf"
+FILES_${PN} += "${libexecdir}"
RDEPENDS_${PN} += "ipsec-tools"
COMPATIBLE_MACHINE = "(ls102xa)"
--
1.9.2
More information about the meta-freescale
mailing list