From a0e202b7c095ad9c77249e6e4bec1d189594bab1 Mon Sep 17 00:00:00 2001 From: Fabio Berton Date: Wed, 30 Nov 2016 11:07:06 -0200 Subject: [PATCH] web-sysmon: Set PACKAGE_ARCH to the value of MACHINE_SOCARCH Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- .../recipes-support/web-sysmon/web-sysmon_git.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dynamic-layers/openembedded-layer/recipes-support/web-sysmon/web-sysmon_git.bb b/dynamic-layers/openembedded-layer/recipes-support/web-sysmon/web-sysmon_git.bb index 36a0c209..cfff3cf1 100644 --- a/dynamic-layers/openembedded-layer/recipes-support/web-sysmon/web-sysmon_git.bb +++ b/dynamic-layers/openembedded-layer/recipes-support/web-sysmon/web-sysmon_git.bb @@ -32,4 +32,7 @@ FILES_${PN} += "/" INITSCRIPT_NAME = "web-sysmon.sh" INITSCRIPT_PARAMS = "defaults 99 20" + COMPATIBLE_MACHINE = "(qoriq-ppc)" +PACKAGE_ARCH = "${MACHINE_SOCARCH}" + -- 2.40.1