> -----Original Message----- > From: [email protected] <[email protected]> > On Behalf Of LiweiSong > Sent: Monday, May 17, 2021 11:02 AM > To: meta-intel <[email protected]> > Cc: [email protected] > Subject: [meta-intel][PATCH] gmmlib: strict to build it on x86 platform > > 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'
This would not allow to build for 32 bit too. > 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 (#7046): https://lists.yoctoproject.org/g/meta-intel/message/7046 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]] -=-=-=-=-=-=-=-=-=-=-=-
