> -----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 12/22] cantest: Set PACKAGE_ARCH to the > value of MACHINE_ARCH > > Signed-off-by: Fabio Berton <[email protected]> > --- > recipes-extended/cantest/cantest_1.0.bb | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/recipes-extended/cantest/cantest_1.0.bb b/recipes- > extended/cantest/cantest_1.0.bb > index 1af5539..0416c2a 100644 > --- a/recipes-extended/cantest/cantest_1.0.bb > +++ b/recipes-extended/cantest/cantest_1.0.bb > @@ -13,3 +13,5 @@ do_install() { > } > > COMPATIBLE_MACHINE = "(e500v2)" > +PACKAGE_ARCH = "${MACHINE_ARCH}" [Zhenhua Luo] The package is not machine specific, the output 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
