From: Koen Kooi Date: Fri, 10 Aug 2007 19:57:02 +0000 (+0000) Subject: insane: complete blackfin support X-Git-Tag: Release-2010-05/1~9049 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7256831dbecade58866d3f04d6c2ff379ef6bf3;p=openembedded.git insane: complete blackfin support --- diff --git a/classes/insane.bbclass b/classes/insane.bbclass index 08c1058edf..d54d6c7b9e 100644 --- a/classes/insane.bbclass +++ b/classes/insane.bbclass @@ -61,7 +61,7 @@ def package_qa_get_machine_dict(): "avr32": (6317, 0, 0, False, True), }, "uclinux-uclibc" : { - "bfin": ( 0, 0, 0, True, True), + "bfin": ( 106, 0, 0, True, True), }, "linux-gnueabi" : { "arm" : (40, 0, 0, True, True), @@ -233,7 +233,7 @@ def package_qa_check_rpath(file,name,d): bb.error("QA Issue package %s contains bad RPATH %s in file %s" % (name, line, file)) #bb.note("Fixing RPATH for you in %s" % file) #os.popen("%s -r /lib %s" % (chrpath,file)) - return False + #return False return True def package_qa_check_devdbg(path, name,d):