summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2016-01-09 14:43:44 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:24 -0300
commit0d1db1dfbb0def36d3e1194534629cbe384160ca (patch)
treef975050ba9b2d8202b8e9e2ef1450159e98ee76b /recipes-kernel
parente0ab3df3b2d853db33801ba880683a2619a4d479 (diff)
downloadmeta-freescale-0d1db1dfbb0def36d3e1194534629cbe384160ca.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@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel')
-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 a9624e49..7f355ebd 100644
--- a/recipes-kernel/asf/asf_git.bb
+++ b/recipes-kernel/asf/asf_git.bb
@@ -31,6 +31,6 @@ do_install(){
31 cp -rf ${S}/../scripts ${D}/${libexecdir}/ 31 cp -rf ${S}/../scripts ${D}/${libexecdir}/
32} 32}
33 33
34FILES_${PN} += "${libexecdir} /lib/modules/${KERNEL_VERSION}/asf" 34FILES_${PN} += "${libexecdir}"
35 35
36COMPATIBLE_MACHINE = "(qoriq)" 36COMPATIBLE_MACHINE = "(qoriq)"