From: Fabio Berton Date: Wed, 30 Nov 2016 13:06:53 +0000 (-0200) Subject: qe-ucode: Set PACKAGE_ARCH to the value of MACHINE_SOCARCH X-Git-Tag: 2.2~111 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=cc9b9dc41b1b8c23d19556aca2f5a3bb07237208;p=meta-freescale.git qe-ucode: Set PACKAGE_ARCH to the value of MACHINE_SOCARCH Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- diff --git a/recipes-bsp/qe-ucode/qe-ucode_git.bb b/recipes-bsp/qe-ucode/qe-ucode_git.bb index d82f7320..7e0dd3c8 100644 --- a/recipes-bsp/qe-ucode/qe-ucode_git.bb +++ b/recipes-bsp/qe-ucode/qe-ucode_git.bb @@ -32,4 +32,7 @@ addtask deploy before do_build after do_install PACKAGES += "${PN}-image" FILES_${PN}-image += "/boot/*" + COMPATIBLE_MACHINE = "(ls1021a|ls1043a|t1)" +PACKAGE_ARCH = "${MACHINE_SOCARCH}" +