On Fri, Sep 19, 2008 at 09:45:39PM +0200, Koen Kooi wrote:
> > package_qa_get_machine_dict() in insane.bbclass is missing the sh4 values 
> > for
> > uclibc, this causes an exception when building, I attached a patch that 
> > works
> > for me to the PR.
> 
>  I don't see an attachment to this mail[1], so it's a bit hard to review it. 
>  Could you resend with the patch attached?
 
>  [1] Yes, I noticed the link to bugzilla, but people have too often attached 
>  the wrong patch to bugzilla and I don't want to screw up insane.bbclass

Sure, here it is, I left it out because I thought it would be "too much", 
basically it's just the sh4 line from the glibc part copied down to uclibc.

Kind regards,
Jin


diff -Naur org.openembedded.stable.orig/classes/insane.bbclass 
org.openembedded.stable/classes/insane.bbclass
--- org.openembedded.stable.orig/classes/insane.bbclass 2008-09-19 
20:15:46.000000000 +0200
+++ org.openembedded.stable/classes/insane.bbclass      2008-09-19 
20:16:16.000000000 +0200
@@ -60,6 +60,7 @@
                         "i686":       (   3,     0,    0,          True,       
   True),
                         "mipsel":     (   8,     0,    0,          True,       
   True),
                         "avr32":      (6317,     0,    0,          False,      
   True),
+                        "sh4":        (  42,     0,    0,          True,       
   True),
                       },
             "uclinux-uclibc" : {
                         "bfin":       ( 106,     0,    0,          True,       
  True),
_______________________________________________
Openembedded-stablebranch mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-stablebranch

Reply via email to