From 8f1c90877dbfa9ba347228b28b1c7cfab8213e03 Mon Sep 17 00:00:00 2001 From: Fabio Berton Date: Wed, 30 Nov 2016 11:07:05 -0200 Subject: [PATCH] asf: Set PACKAGE_ARCH to the value of MACHINE_SOCARCH Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- dynamic-layers/networking-layer/recipes-kernel/asf/asf_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dynamic-layers/networking-layer/recipes-kernel/asf/asf_git.bb b/dynamic-layers/networking-layer/recipes-kernel/asf/asf_git.bb index e780b05e..cc6629b8 100644 --- a/dynamic-layers/networking-layer/recipes-kernel/asf/asf_git.bb +++ b/dynamic-layers/networking-layer/recipes-kernel/asf/asf_git.bb @@ -35,3 +35,5 @@ do_install(){ FILES_${PN} += "${libexecdir}" COMPATIBLE_MACHINE = "(qoriq)" +PACKAGE_ARCH = "${MACHINE_SOCARCH}" + -- 2.40.1