On Tue, Nov 22, 2016 at 2:08 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 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.
This must use SOCARCH. -- Otavio Salvador O.S. Systems http://www.ossystems.com.br http://code.ossystems.com.br Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
