[yocto] How to make a recipe MACHINE specific?

Christopher Larson kergoth at gmail.com
Sat Feb 11 17:56:30 PST 2017


On Sat, Feb 11, 2017 at 6:47 PM, Daniel. <danielhilst at gmail.com> wrote:

> I have two machines and a recipe that uses MACHINE value to decide, at
> compilation time, proper code to be used. The package (.rpm in my
> case) ends up at tmp/deploy/rpm/cortex-arm-v6-hf-... folder.
>
> I see at my tmp/deploy/rpm/ folder both of my machines folders aside
> of cortex-arm-v6-hf-... folder. How can I make the package goes to the
> specific machine that was used in build instead of the cortex-arm-...
> one?
>

PACKAGE_ARCH = “${MACHINE_ARCH}”
-- 
Christopher Larson
kergoth at gmail dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Senior Software Engineer, Mentor Graphics
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20170211/ceffa359/attachment.html>


More information about the yocto mailing list