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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user