diff options
author | Ting Liu <ting.liu@nxp.com> | 2016-01-09 14:43:44 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:24 -0300 |
commit | 0d1db1dfbb0def36d3e1194534629cbe384160ca (patch) | |
tree | f975050ba9b2d8202b8e9e2ef1450159e98ee76b /recipes-kernel | |
parent | e0ab3df3b2d853db33801ba880683a2619a4d479 (diff) | |
download | meta-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.bb | 2 |
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 | ||
34 | FILES_${PN} += "${libexecdir} /lib/modules/${KERNEL_VERSION}/asf" | 34 | FILES_${PN} += "${libexecdir}" |
35 | 35 | ||
36 | COMPATIBLE_MACHINE = "(qoriq)" | 36 | COMPATIBLE_MACHINE = "(qoriq)" |