From 0d1db1dfbb0def36d3e1194534629cbe384160ca Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Sat, 9 Jan 2016 14:43:44 +0800 Subject: [PATCH] asf: not package .ko files in PN The .ko files will be packaged into kernel-modules-asf by default. Signed-off-by: Ting Liu Signed-off-by: Zhenhua Luo Signed-off-by: Otavio Salvador --- recipes-kernel/asf/asf_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(){ cp -rf ${S}/../scripts ${D}/${libexecdir}/ } -FILES_${PN} += "${libexecdir} /lib/modules/${KERNEL_VERSION}/asf" +FILES_${PN} += "${libexecdir}" COMPATIBLE_MACHINE = "(qoriq)" -- 2.40.1