diff options
-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)" |