summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/asf/asf_git.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-kernel/asf/asf_git.bb b/recipes-kernel/asf/asf_git.bb
index 6e25ecf5..a9624e49 100644
--- a/recipes-kernel/asf/asf_git.bb
+++ b/recipes-kernel/asf/asf_git.bb
@@ -6,6 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b5881ecf398da8a03a3f4c501e29d287"
6SRC_URI = "git://git.freescale.com/ppc/sdk/asf.git;branch=master" 6SRC_URI = "git://git.freescale.com/ppc/sdk/asf.git;branch=master"
7SRCREV = "62ba10ab6bab8f8f53934e4bb55b5a552bf3fd6b" 7SRCREV = "62ba10ab6bab8f8f53934e4bb55b5a552bf3fd6b"
8 8
9RDEPENDS_${PN} += "ipsec-tools"
10
9inherit module qoriq_build_64bit_kernel 11inherit module qoriq_build_64bit_kernel
10 12
11S = "${WORKDIR}/git/asfmodule" 13S = "${WORKDIR}/git/asfmodule"
@@ -30,4 +32,5 @@ do_install(){
30} 32}
31 33
32FILES_${PN} += "${libexecdir} /lib/modules/${KERNEL_VERSION}/asf" 34FILES_${PN} += "${libexecdir} /lib/modules/${KERNEL_VERSION}/asf"
33RDEPENDS_${PN} += "ipsec-tools" 35
36COMPATIBLE_MACHINE = "(qoriq)"