[bitbake-devel] [PATCH 0/6] bitbake: Improve error/exception handling

Robert Yang liezhi.yang at windriver.com
Wed Nov 14 09:46:35 UTC 2018


The following changes since commit eddff2b361928e88e3628ebc22a1a0ebb119e01b:

  curl: actually apply latest CVE patches (2018-11-09 17:46:18 +0000)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib rbt/bb_improve_error
  http://git.pokylinux.org/cgit.cgi//log/?h=rbt/bb_improve_error

Robert Yang (6):
  bitbake: utils: better_compile(): Fix line number when report errors
  bitbake: parse/ast: fix line number for anonymous function
  bitbake: data_smart: Add original traceback to ExpansionError
  bitbake: data_smart: fix filename for compile()
  bitbake: server/process: print a message when no logfile
  bitbake: BBHandler: Fix __python_func_regexp__ for comment lines

 bitbake/lib/bb/data_smart.py               | 9 +++++++--
 bitbake/lib/bb/parse/ast.py                | 2 +-
 bitbake/lib/bb/parse/parse_py/BBHandler.py | 2 +-
 bitbake/lib/bb/server/process.py           | 4 ++++
 bitbake/lib/bb/utils.py                    | 7 +++++--
 5 files changed, 18 insertions(+), 6 deletions(-)

-- 
2.7.4



More information about the bitbake-devel mailing list