Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/bin/
H A Dbitbake26 from bb.main import bitbake_main, BitBakeConfigParameters, BBMainException
39 except BBMainException as err:
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dmain.py34 class BBMainException(Exception): class
100 raise BBMainException('FATAL: Unable to import extension module "%s" from %s. '
317 raise BBMainException("FATAL: Malformed host:port bind parameter")
329 raise BBMainException("FATAL: /dev/shm does not exist or is not writable")
344 raise BBMainException("FATAL: The '--server-only' option conflicts with %s.\n" %
349 raise BBMainException("FATAL: '--observe-only' can only be used by UI clients "