Hi Zhenhua, You said "This package is not machine specific", but recipe has COMPATIBLE_MACHINE = "(ls2080ardb)" that shows this recipe is only compatible with ls2080ardb.
If this recipe is compatible for all qoriq we can use MACHINE_SOCARCH. Thanks. On Tue, Nov 22, 2016 at 2:04 AM, Zhenhua Luo <[email protected]> wrote: > > -----Original Message----- > > From: [email protected] [mailto:meta-freescale- > > [email protected]] On Behalf Of Fabio Berton > > Sent: Tuesday, November 22, 2016 1:19 AM > > To: [email protected] > > Subject: [meta-freescale] [PATCH 05/22] restool: Set PACKAGE_ARCH to the > > value of MACHINE_ARCH > > > > Signed-off-by: Fabio Berton <[email protected]> > > --- > > recipes-dpaa2/restool/restool_git.bb | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/recipes-dpaa2/restool/restool_git.bb b/recipes- > > dpaa2/restool/restool_git.bb > > index aad831f..e67be12 100644 > > --- a/recipes-dpaa2/restool/restool_git.bb > > +++ b/recipes-dpaa2/restool/restool_git.bb > > @@ -16,3 +16,5 @@ do_install () { > > } > > > > COMPATIBLE_MACHINE = "(ls2080ardb)" > > +PACKAGE_ARCH = "${MACHINE_ARCH}" > [Zhenhua Luo] This package is not machine specific, its output packages is > generic for the architecture of the machine. > > > Best Regards, > > Zhenhua > > > + > > -- > > 2.1.4 > > > > -- > > _______________________________________________ > > meta-freescale mailing list > > [email protected] > > https://lists.yoctoproject.org/listinfo/meta-freescale >
-- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
