[meta-xilinx] meta-changed-QA-MicroBlaze-architecture-definitions.patch

Elvis Dowson elvis.dowson at gmail.com
Thu Apr 4 12:15:02 PDT 2013


Hi Nathan,
                    How about submitting this patch to oe-core?

http://git.xilinx.com/?p=yocto/meta-workarounds.git;a=blob;f=misc/poky-patches/meta-changed-QA-MicroBlaze-architecture-definitions.patch;h=f2dcd9bb7e9eecc6e41224ebcfb59e65b6c10ba7;hb=HEAD

From 7288b813f3cea15c565abd0b877bd83fb91022b3 Mon Sep 17 00:00:00 2001
From: Nathan Rossi <nathan.rossi at petalogix.com>
Date: Thu, 27 Sep 2012 16:26:34 +1000
Subject: [PATCH 1/3] meta: changed QA MicroBlaze architecture definitions

Changed definitions to match up-stream toolchain values.
Removed old definitions.

Signed-off-by: Nathan Rossi <nathan.rossi at petalogix.com>
---
 meta/classes/insane.bbclass |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index 4f87c93..5b5a9b4 100644
--- a/meta/classes/insane.bbclass
+++ b/meta/classes/insane.bbclass
@@ -64,6 +64,8 @@ def package_qa_get_machine_dict():
                         "s390":       (22,     0,    0,          False,         32),
                         "sh4":        (42,     0,    0,          True,          32),
                         "sparc":      ( 2,     0,    0,          False,         32),
+                        "microblaze":   (189,  0,    0,          False,         32),
+                        "microblazeel": (189,  0,    0,          True,          32),
                       },
             "linux-uclibc" : { 
                         "arm" :       (  40,    97,    0,          True,          32),
-- 
1.7.5.4

It can be submitted to the master branch, and cherry picked into the danny branch.

It will help avoid having users manually patch the oe-core repo.

Elvis Dowson
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-xilinx/attachments/20130404/814b0878/attachment.html>


More information about the meta-xilinx mailing list