From: Alejandro Enedino Hernandez Samaniego Date: Fri, 4 May 2018 19:57:41 +0000 (-0700) Subject: insane.bbclass: Adds powerpc to elf headers machine dictionary X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~17715 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f7ef4f6049fa8f2a8e17abfcf53ccbc22394088;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git insane.bbclass: Adds powerpc to elf headers machine dictionary This patch adds makes it possible to build elf for powerpc by adding this combination to the elf headers machine dictionary, this can be useful when trying to build baremetal applications where the TARGET_OS=elf Signed-off-by: Alejandro Enedino Hernandez Samaniego --- diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index fa154608420..bd7f51956a6 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass @@ -71,6 +71,7 @@ def package_qa_get_machine_dict(d): "microblaze": (189, 0, 0, False, 32), "microblazeeb":(189, 0, 0, False, 32), "microblazeel":(189, 0, 0, True, 32), + "powerpc": (20, 0, 0, False, 32), "riscv32": (243, 0, 0, True, 32), "riscv64": (243, 0, 0, True, 64), },