From 97c809c74a7e7e40fd986b92883964ac19303a5e Mon Sep 17 00:00:00 2001 From: Zhenhua Luo Date: Wed, 12 Aug 2015 22:42:26 +0800 Subject: [PATCH] asf: Move RDEPENDS and add COMPATIBLE_MACHINE Signed-off-by: Zhenhua Luo Acked-by: Daiane Angolini Signed-off-by: Otavio Salvador --- recipes-kernel/asf/asf_git.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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" SRC_URI = "git://git.freescale.com/ppc/sdk/asf.git;branch=master" SRCREV = "62ba10ab6bab8f8f53934e4bb55b5a552bf3fd6b" +RDEPENDS_${PN} += "ipsec-tools" + inherit module qoriq_build_64bit_kernel S = "${WORKDIR}/git/asfmodule" @@ -30,4 +32,5 @@ do_install(){ } FILES_${PN} += "${libexecdir} /lib/modules/${KERNEL_VERSION}/asf" -RDEPENDS_${PN} += "ipsec-tools" + +COMPATIBLE_MACHINE = "(qoriq)" -- 2.40.1