Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dtinfoil.py45 class TinfoilCommandFailed(Exception): class
486 raise TinfoilCommandFailed(result[1])
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dupgrade.py467 except bb.tinfoil.TinfoilCommandFailed as e: