From: Chris Larson Date: Thu, 2 Jun 2011 19:27:02 +0000 (-0700) Subject: insane: add linux-gnu to the platform data X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~44540 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=206f1501b0ccdd971ee40f3d112b4756077a9af9;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git insane: add linux-gnu to the platform data Signed-off-by: Chris Larson --- diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 0267fadc039..a660a069765 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass @@ -80,6 +80,9 @@ def package_qa_get_machine_dict(): "arm" : (40, 0, 0, True, 32), "armeb" : (40, 0, 0, False, 32), }, + "linux-gnu" : { + "powerpc": (20, 0, 0, False, 32), + }, "linux-gnuspe" : { "powerpc": (20, 0, 0, False, 32), },