> -----Original Message----- > From: [email protected] <[email protected]> > On Behalf Of Yongxin Liu > Sent: Monday, August 9, 2021 09:40 > To: [email protected]; [email protected] > Subject: [meta-intel][PATCH] itt: add COMPATIBLE_HOST to be x86 platform > > ITT is only for Intel x86 architecture. To avoid error when doing world > builds for other architecutere, limit the recipe to be compitible with x86 > only.
There is a typo in commit log " architecutere". Will send V2 to fix it. Thanks, Yongxin > > Signed-off-by: Yongxin Liu <[email protected]> > --- > recipes-multimedia/itt/itt_3.20.1.bb | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/recipes-multimedia/itt/itt_3.20.1.bb b/recipes- > multimedia/itt/itt_3.20.1.bb > index 4c6f96c1..26d09a36 100644 > --- a/recipes-multimedia/itt/itt_3.20.1.bb > +++ b/recipes-multimedia/itt/itt_3.20.1.bb > @@ -15,6 +15,8 @@ PE = "1" > > UPSTREAM_CHECK_GITTAGREGEX = "^v(?P<pver>(\d+(\.\d+)+))$" > > +COMPATIBLE_HOST = '(i.86|x86_64).*-linux' > + > inherit pkgconfig cmake > > EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=Release" > -- > 2.14.5
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#7180): https://lists.yoctoproject.org/g/meta-intel/message/7180 Mute This Topic: https://lists.yoctoproject.org/mt/84760178/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
