summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2015-12-22 15:49:44 +0800
committerZhenhua Luo <zhenhua.luo@nxp.com>2015-12-28 11:01:03 +0800
commitc64596c2af208c45c3f56890ad6fd11913464618 (patch)
tree74822652d9462330ca7ac6f57f90494ee38ca0dc
parent4bb28c7db2340c6b5c6f024512ebca65f7163509 (diff)
downloadmeta-fsl-ppc-c64596c2af208c45c3f56890ad6fd11913464618.tar.gz
asf: not package .ko files in PN
The .ko files will be packaged into kernel-modules-asf by default. Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
-rw-r--r--recipes-kernel/asf/asf_git.bb2
1 files changed, 1 insertions, 1 deletions
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(){
29 cp -rf ${S}/../scripts ${D}/${libexecdir}/ 29 cp -rf ${S}/../scripts ${D}/${libexecdir}/
30} 30}
31 31
32FILES_${PN} += "${libexecdir} /lib/modules/${KERNEL_VERSION}/asf" 32FILES_${PN} += "${libexecdir}"
33RDEPENDS_${PN} += "ipsec-tools" 33RDEPENDS_${PN} += "ipsec-tools"