[poky] [PATCH 1/7] insane: add micrblaze target info
Adrian Alonso
aalonso at secretlab.ca
Thu May 5 12:10:48 PDT 2011
* package_qa_get_machine_dict
* Add microblaze dic entry for QA
* Prebuilt toolchain triplet microblaze-unknown-linux-gnu-
* TARGET_OS is linux-gnu for this toolchain
Signed-off-by: Adrian Alonso <aalonso at secretlab.ca>
---
meta/classes/insane.bbclass | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index 742be5e..e9d4bfa 100644
--- a/meta/classes/insane.bbclass
+++ b/meta/classes/insane.bbclass
@@ -85,7 +85,9 @@ def package_qa_get_machine_dict():
"linux-uclibcspe" : {
"powerpc": (20, 0, 0, False, 32),
},
-
+ "linux-gnu" : {
+ "microblaze": (47787, 0, 0, False, 32),
+ },
}
--
1.7.4.4
More information about the poky
mailing list