> -----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 07/22] fsl-tlu: Set PACKAGE_ARCH to the value > of MACHINE_ARCH > > Signed-off-by: Fabio Berton <[email protected]> > --- > recipes-bsp/fsl-tlu/fsl-tlu_1.0.0.bb | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/recipes-bsp/fsl-tlu/fsl-tlu_1.0.0.bb b/recipes-bsp/fsl-tlu/fsl- > tlu_1.0.0.bb > index 213e74a..984ecf9 100644 > --- a/recipes-bsp/fsl-tlu/fsl-tlu_1.0.0.bb > +++ b/recipes-bsp/fsl-tlu/fsl-tlu_1.0.0.bb > @@ -16,3 +16,5 @@ do_install() { > } > > COMPATIBLE_MACHINE = "(e500mc)" > +PACKAGE_ARCH = "${MACHINE_ARCH}" [Zhenhua Luo] Can you explain why you think it is machine specific? Actually it is not.
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
