On Fri, 2020-12-18 at 14:43 +0000, Ross Burton wrote: > Signed-off-by: Ross Burton <[email protected]> > --- > meta/lib/oe/qa.py | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/meta/lib/oe/qa.py b/meta/lib/oe/qa.py > index ea831b930a..e8a854a302 100644 > --- a/meta/lib/oe/qa.py > +++ b/meta/lib/oe/qa.py > @@ -156,6 +156,7 @@ def elf_machine_to_string(machine): > """ > try: > return { > + 0x00: "Unset", > 0x02: "SPARC", > 0x03: "x86", > 0x08: "MIPS",
This breaks the selftests that lib/oe/qa.py has. I'll fix it up. Cheers, Richard
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#145886): https://lists.openembedded.org/g/openembedded-core/message/145886 Mute This Topic: https://lists.openembedded.org/mt/79062211/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
