diff options
| author | Chris Larson <chris_larson@mentor.com> | 2011-06-02 12:27:02 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-12 17:21:52 +0100 |
| commit | f1982dfb52ab41c552d142d4b864ea596e7a57e1 (patch) | |
| tree | 07142444f20c20738d88a3c58d86eb4adb264921 /meta/classes/insane.bbclass | |
| parent | c45e3150e9a893c6c618e1b03a5ec800ae561673 (diff) | |
| download | poky-f1982dfb52ab41c552d142d4b864ea596e7a57e1.tar.gz | |
insane: add linux-gnu to the platform data
(From OE-Core rev: 206f1501b0ccdd971ee40f3d112b4756077a9af9)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/insane.bbclass')
| -rw-r--r-- | meta/classes/insane.bbclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 0267fadc03..a660a06976 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass | |||
| @@ -80,6 +80,9 @@ def package_qa_get_machine_dict(): | |||
| 80 | "arm" : (40, 0, 0, True, 32), | 80 | "arm" : (40, 0, 0, True, 32), |
| 81 | "armeb" : (40, 0, 0, False, 32), | 81 | "armeb" : (40, 0, 0, False, 32), |
| 82 | }, | 82 | }, |
| 83 | "linux-gnu" : { | ||
| 84 | "powerpc": (20, 0, 0, False, 32), | ||
| 85 | }, | ||
| 83 | "linux-gnuspe" : { | 86 | "linux-gnuspe" : { |
| 84 | "powerpc": (20, 0, 0, False, 32), | 87 | "powerpc": (20, 0, 0, False, 32), |
| 85 | }, | 88 | }, |
