> -----Original Message----- > From: Liwei Song <[email protected]> > Sent: Friday, May 21, 2021 11:26 AM > To: Saini, Naveen Kumar <[email protected]>; meta-intel > <[email protected]> > Subject: Re: [meta-intel][PATCH] gmmlib: strict to build it on x86 platform > > > > On 5/21/21 11:14, Saini, Naveen Kumar wrote: > > > > > >> -----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/https://urldefense.com/v3/__http://gmmlib_21. > >> 1.1.bb__;!!AjveYdw8EvQ!JArTKA5b7pYnaddj-TnHnA1zaZdchhvj- > g8U8KJYuzMz5A > >> ZMdMLVlD22c9Y1zSBQyLE$ | 1 + > >> 1 file changed, 1 insertion(+) > >> > >> diff --git > >> a/recipes- > graphics/gmmlib/https://urldefense.com/v3/__http://gmmlib_2 > >> 1.1.1.bb__;!!AjveYdw8EvQ!JArTKA5b7pYnaddj-TnHnA1zaZdchhvj- > g8U8KJYuzMz > >> 5AZMdMLVlD22c9Y1zSBQyLE$ b/recipes- > >> > graphics/gmmlib/https://urldefense.com/v3/__http://gmmlib_21.1.1.bb__ > >> ;!!AjveYdw8EvQ!JArTKA5b7pYnaddj-TnHnA1zaZdchhvj- > g8U8KJYuzMz5AZMdMLVlD > >> 22c9Y1zSBQyLE$ index f5de0ef5fa09..43597b554bbe 100644 > >> --- > >> a/recipes- > graphics/gmmlib/https://urldefense.com/v3/__http://gmmlib_2 > >> 1.1.1.bb__;!!AjveYdw8EvQ!JArTKA5b7pYnaddj-TnHnA1zaZdchhvj- > g8U8KJYuzMz > >> 5AZMdMLVlD22c9Y1zSBQyLE$ > >> +++ b/recipes- > graphics/gmmlib/https://urldefense.com/v3/__http://gmml > >> +++ ib_21.1.1.bb__;!!AjveYdw8EvQ!JArTKA5b7pYnaddj- > TnHnA1zaZdchhvj-g8U > >> +++ 8KJYuzMz5AZMdMLVlD22c9Y1zSBQyLE$ > >> @@ -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" > > Hi, > > Will this already disable x32 built yet? [Naveen] Yes it is not compatible with -mx32. > > Thanks, > Liwei. > > > >> > >> UPSTREAM_CHECK_GITTAGREGEX = "^intel-gmmlib- > >> (?P<pver>(\d+(\.\d+)+))$" > >> -- > >> 2.29.2 > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#7049): https://lists.yoctoproject.org/g/meta-intel/message/7049 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]] -=-=-=-=-=-=-=-=-=-=-=-
