From: Fabio Berton Date: Wed, 30 Nov 2016 13:07:03 +0000 (-0200) Subject: skmm-host: Set PACKAGE_ARCH to the value of MACHINE_ARCH X-Git-Tag: 2.2~101 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e19d59011d9105886437f8d943f8c12864db655a;p=meta-freescale.git skmm-host: Set PACKAGE_ARCH to the value of MACHINE_ARCH Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- diff --git a/recipes-kernel/skmm-host/skmm-host_git.bb b/recipes-kernel/skmm-host/skmm-host_git.bb index f0e0f882..4c7a371a 100644 --- a/recipes-kernel/skmm-host/skmm-host_git.bb +++ b/recipes-kernel/skmm-host/skmm-host_git.bb @@ -13,5 +13,8 @@ S = "${WORKDIR}/git" EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"' FILES_${PN} += "/etc/skmm/ /usr/bin/" + COMPATIBLE_MACHINE = "(p4080ds|t4240qds)" +PACKAGE_ARCH = "${MACHINE_ARCH}" + CLEANBROKEN = "1"