From: Fabio Berton Date: Wed, 30 Nov 2016 13:06:55 +0000 (-0200) Subject: udev-rules-qoriq: Set PACKAGE_ARCH to the value of MACHINE_SOCARCH X-Git-Tag: 2.2~109 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=fbc87c81581b07ad79bdb0b9abfe1a58256aa8dc;p=meta-freescale.git udev-rules-qoriq: Set PACKAGE_ARCH to the value of MACHINE_SOCARCH Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- diff --git a/recipes-core/udev/udev-rules-qoriq.bb b/recipes-core/udev/udev-rules-qoriq.bb index d198d024..fb42d694 100644 --- a/recipes-core/udev/udev-rules-qoriq.bb +++ b/recipes-core/udev/udev-rules-qoriq.bb @@ -25,4 +25,7 @@ do_install () { } ALLOW_EMPTY_${PN} = "1" + COMPATIBLE_MACHINE = "(qoriq)" +PACKAGE_ARCH = "${MACHINE_SOCARCH}" +