On 21 May 2024, at 19:55, Alejandro Enedino Hernandez Samaniego <[email protected]> wrote: > I did see that comment when I was trying to debug the issue with the early > compiler tests, however, I couldn't find an easy way to inject > skip_sanity_check=true into the [properties] field in meson.cross and since > exe_wrapper was still there I thought I'd just override it. > > Do you think it'd be better to modify the meson class, add a > MESON_SANITY_CHECK ?= "" thats is written to the cross file all the time?, > that way I can just override it on the recipe with > MESON_SANITY_CHECK="skip_sanity_check=true" or something similar?
I believe you can put eg no-checks.cross in SRC_URI that contains just: [properties] skip_sanity_check=true and pass that with —cross-file=no-checks.cross. Ross
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#199745): https://lists.openembedded.org/g/openembedded-core/message/199745 Mute This Topic: https://lists.openembedded.org/mt/106182792/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
