git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47b357c
)
insane: complete blackfin support
author
Koen Kooi
<koen@openembedded.org>
Fri, 10 Aug 2007 19:57:02 +0000
(19:57 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Fri, 10 Aug 2007 19:57:02 +0000
(19:57 +0000)
classes/insane.bbclass
patch
|
blob
|
history
diff --git
a/classes/insane.bbclass
b/classes/insane.bbclass
index
08c1058
..
d54d6c7
100644
(file)
--- 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):