diff options
-rw-r--r-- | dynamic-layers/networking-layer/recipes-kernel/asf/asf_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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(){ | |||
35 | FILES_${PN} += "${libexecdir}" | 35 | FILES_${PN} += "${libexecdir}" |
36 | 36 | ||
37 | COMPATIBLE_MACHINE = "(qoriq)" | 37 | COMPATIBLE_MACHINE = "(qoriq)" |
38 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | ||
39 | |||