Skip to content

Instantly share code, notes, and snippets.

@jomag
Created September 13, 2016 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jomag/c4e439cfd3ddf16c55099b545832e1f0 to your computer and use it in GitHub Desktop.
Save jomag/c4e439cfd3ddf16c55099b545832e1f0 to your computer and use it in GitHub Desktop.
ERROR: griffin-dev-image-1.0-r0 do_rootfs: Error executing a python function in exec_python_func() autogenerated: │~
│~
The stack trace of python calls that resulted in this exception/failure was: │~
File: 'exec_python_func() autogenerated', lineno: 2, function: <module> │~
0001: │~
*** 0002:license_create_manifest(d) │~
0003: │~
File: '/home/jonatan/griffin/layers/poky/meta/classes/license.bbclass', lineno: 48, function: license_create_manifest │~
0044: pkg_dic = {} │~
0045: for pkg in sorted(image_list_installed_packages(d)): │~
0046: pkg_info = os.path.join(d.getVar('PKGDATA_DIR', True), │~
0047: 'runtime-reverse', pkg) │~
*** 0048: pkg_name = os.path.basename(os.readlink(pkg_info)) │~
0049: │~
0050: pkg_dic[pkg_name] = oe.packagedata.read_pkgdatafile(pkg_info) │~
0051: if not "LICENSE" in pkg_dic[pkg_name].keys(): │~
0052: pkg_lic_name = "LICENSE_" + pkg_name │~
Exception: OSError: [Errno 2] No such file or directory: '/home/jonatan/griffin/build/tmp-glibc/sysroots/amun-bbg/pkgdata/runtime-reverse/kern│~
el-4.6.7-amun-bbg' │~
│~
ERROR: griffin-dev-image-1.0-r0 do_rootfs: Function failed: license_create_manifest │~
ERROR: Logfile of failure stored in: /home/jonatan/griffin/build/tmp-glibc/work/amun_bbg-oe-linux-gnueabi/griffin-dev-image/1.0-r0/temp/log.do│~
_rootfs.28740 │~
ERROR: Task 9 (/home/jonatan/griffin/layers/meta-griffin/recipes-core/images/griffin-dev-image.bb, do_rootfs) failed with exit code '1' │~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment