1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 01:19:52 +00:00

Move SANITY_ABI to its own file and give a more general name

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4938 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2008-07-24 11:10:33 +00:00
parent 09d8aa054f
commit 8beb43ca48
4 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ def check_sanity(e):
#
# Check the 'ABI' of TMPDIR
#
current_abi = data.getVar('SANITY_ABI', e.data, True)
current_abi = data.getVar('OELAYOUT_ABI', e.data, True)
abifile = data.getVar('SANITY_ABIFILE', e.data, True)
if os.path.exists(abifile):
f = file(abifile, "r")