diff options
-rw-r--r-- | recipes-kernel/asf/asf_git.bb | 5 |
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" | |||
6 | SRC_URI = "git://git.freescale.com/ppc/sdk/asf.git;branch=master" | 6 | SRC_URI = "git://git.freescale.com/ppc/sdk/asf.git;branch=master" |
7 | SRCREV = "62ba10ab6bab8f8f53934e4bb55b5a552bf3fd6b" | 7 | SRCREV = "62ba10ab6bab8f8f53934e4bb55b5a552bf3fd6b" |
8 | 8 | ||
9 | RDEPENDS_${PN} += "ipsec-tools" | ||
10 | |||
9 | inherit module qoriq_build_64bit_kernel | 11 | inherit module qoriq_build_64bit_kernel |
10 | 12 | ||
11 | S = "${WORKDIR}/git/asfmodule" | 13 | S = "${WORKDIR}/git/asfmodule" |
@@ -30,4 +32,5 @@ do_install(){ | |||
30 | } | 32 | } |
31 | 33 | ||
32 | FILES_${PN} += "${libexecdir} /lib/modules/${KERNEL_VERSION}/asf" | 34 | FILES_${PN} += "${libexecdir} /lib/modules/${KERNEL_VERSION}/asf" |
33 | RDEPENDS_${PN} += "ipsec-tools" | 35 | |
36 | COMPATIBLE_MACHINE = "(qoriq)" | ||