> -----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 06/22] apptrk: Set PACKAGE_ARCH to the > value of MACHINE_ARCH > > Signed-off-by: Fabio Berton <[email protected]> > --- > recipes-bsp/apptrk/apptrk_git.bb | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/recipes-bsp/apptrk/apptrk_git.bb > b/recipes-bsp/apptrk/apptrk_git.bb > index 9399421..b625f7d 100644 > --- a/recipes-bsp/apptrk/apptrk_git.bb > +++ b/recipes-bsp/apptrk/apptrk_git.bb > @@ -27,3 +27,5 @@ do_install() { > } > > COMPATIBLE_MACHINE = "(qoriq)" > +PACKAGE_ARCH = "${MACHINE_ARCH}" [Zhenhua Luo] This package is not machine specific, its output package is generic for architecture.
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
