From: Fabio Berton Date: Wed, 30 Nov 2016 13:07:01 +0000 (-0200) Subject: ceetm: Set PACKAGE_ARCH to the value of MACHINE_SOCARCH X-Git-Tag: 2.2~103 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a5ae68ef3e26a2f19b45bd2eb89b5d7097e85170;p=meta-freescale.git ceetm: Set PACKAGE_ARCH to the value of MACHINE_SOCARCH Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- diff --git a/recipes-kernel/ceetm/ceetm_git.bb b/recipes-kernel/ceetm/ceetm_git.bb index e6687a4d..cff4a9c9 100644 --- a/recipes-kernel/ceetm/ceetm_git.bb +++ b/recipes-kernel/ceetm/ceetm_git.bb @@ -16,4 +16,7 @@ do_install(){ FILES_${PN} += "${libdir}/tc" INHIBIT_PACKAGE_STRIP = "1" + COMPATIBLE_MACHINE = "(b4|t1|t2|t4|ls1043a)" +PACKAGE_ARCH = "${MACHINE_SOCARCH}" +