Home
last modified time | relevance | path

Searched refs:TinfoilCommandFailed (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dtinfoil.py44 class TinfoilCommandFailed(Exception): class
479 raise TinfoilCommandFailed(result[1])
/OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/
H A Dupgrade.py432 except bb.tinfoil.TinfoilCommandFailed as e: