limit it only can build with x86 host, this can exclude it from a bitbake world build with other arch.
Signed-off-by: Liwei Song <[email protected]> --- recipes-graphics/gmmlib/gmmlib_21.1.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-graphics/gmmlib/gmmlib_21.1.1.bb b/recipes-graphics/gmmlib/gmmlib_21.1.1.bb index f5de0ef5fa09..43597b554bbe 100644 --- a/recipes-graphics/gmmlib/gmmlib_21.1.1.bb +++ b/recipes-graphics/gmmlib/gmmlib_21.1.1.bb @@ -14,6 +14,7 @@ SRCREV = "60a77187c43ff23a0888b2f297ae5c93cc50a666" S = "${WORKDIR}/git" +COMPATIBLE_HOST = '(x86_64).*-linux' COMPATIBLE_HOST_x86-x32 = "null" UPSTREAM_CHECK_GITTAGREGEX = "^intel-gmmlib-(?P<pver>(\d+(\.\d+)+))$" -- 2.29.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#7042): https://lists.yoctoproject.org/g/meta-intel/message/7042 Mute This Topic: https://lists.yoctoproject.org/mt/82878431/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
