On Fri, 25 Feb 2022 at 15:30, Ross Burton <[email protected]> wrote: > > - target_os = d.getVar('TARGET_OS') > > - target_arch = d.getVar('TARGET_ARCH') > > + target_os = d.getVar('HOST_OS') > > + target_arch = d.getVar('HOST_ARCH') > > provides = d.getVar('PROVIDES') > > bpn = d.getVar('BPN') > > Interestingly I was just looking at this code. Does this change mean > we can remove the skipping of nativesdk recipes in the arch check?
I don't know, the only answer I have is 'patches welcome' :) Alex
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#162398): https://lists.openembedded.org/g/openembedded-core/message/162398 Mute This Topic: https://lists.openembedded.org/mt/89366545/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
