From 377dfbb67cde71af993e1f29e737dad4d956b46e Mon Sep 17 00:00:00 2001 From: Fabio Berton Date: Wed, 30 Nov 2016 11:06:45 -0200 Subject: fm-ucode: Set PACKAGE_ARCH to the value of MACHINE_SOCARCH Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- recipes-dpaa/fm-ucode/fm-ucode_git.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes-dpaa') diff --git a/recipes-dpaa/fm-ucode/fm-ucode_git.bb b/recipes-dpaa/fm-ucode/fm-ucode_git.bb index 563f5faf..fef79f82 100644 --- a/recipes-dpaa/fm-ucode/fm-ucode_git.bb +++ b/recipes-dpaa/fm-ucode/fm-ucode_git.bb @@ -36,4 +36,7 @@ addtask deploy before do_build after do_install PACKAGES += "${PN}-image" FILES_${PN}-image += "/boot" ALLOW_EMPTY_${PN} = "1" + COMPATIBLE_MACHINE = "(e500mc|e5500|e5500-64b|e6500|e6500-64b|ls1043a)" +PACKAGE_ARCH = "${MACHINE_SOCARCH}" + -- cgit v1.2.3-54-g00ecf