From e19d59011d9105886437f8d943f8c12864db655a Mon Sep 17 00:00:00 2001 From: Fabio Berton Date: Wed, 30 Nov 2016 11:07:03 -0200 Subject: [PATCH] skmm-host: Set PACKAGE_ARCH to the value of MACHINE_ARCH Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- recipes-kernel/skmm-host/skmm-host_git.bb | 3 +++ 1 file changed, 3 insertions(+) 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" -- 2.40.1