[yocto] How to make a recipe MACHINE specific?

Daniel. danielhilst at gmail.com
Sat Feb 11 18:59:36 PST 2017


Thank you so much man!

2017-02-11 23:56 GMT-02:00 Christopher Larson <kergoth at gmail.com>:
>
> 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



-- 
"Do or do not. There is no try"
  Yoda Master



More information about the yocto mailing list