Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - ERROR: Error executing a python function in /home/lukas/yocto/openembedded-core/meta/recipes-core/images/core-image-minimal.bb:
 - The stack trace of python calls that resulted in this exception/failure was:
 - File: 'license_create_manifest', lineno: 110, function: <module>
 - 0106:
 - 0107: os.link(pkg_license, pkg_rootfs_license)
 - 0108:
 - 0109:
 - *** 0110:license_create_manifest(d)
 - 0111:
 - File: 'license_create_manifest', lineno: 19, function: license_create_manifest
 - 0015: pkg_dic = {}
 - 0016: for pkg in image_list_installed_packages(d).split("\n"):
 - 0017: pkg_info = os.path.join(d.getVar('PKGDATA_DIR', True),
 - 0018: 'runtime-reverse', pkg)
 - *** 0019: pkg_name = os.path.basename(os.readlink(pkg_info))
 - 0020:
 - 0021: pkg_dic[pkg_name] = oe.packagedata.read_pkgdatafile(pkg_info)
 - 0022: if not "LICENSE" in pkg_dic[pkg_name].keys():
 - 0023: pkg_lic_name = "LICENSE_" + pkg_name
 - Exception: OSError: [Errno 2] No such file or directory: '/home/lukas/yocto/openembedded-core/build/tmp-glibc/sysroots/zedboard-zynq7/pkgdata/runtime-reverse/aitqkd-ttm'
 - ERROR: Function failed: license_create_manifest
 - ERROR: Logfile of failure stored in: /home/lukas/yocto/openembedded-core/build/tmp-glibc/work/zedboard_zynq7-oe-linux-gnueabi/core-image-minimal/1.0-r0/temp/log.do_rootfs.15564
 - ERROR: Task 7 (/home/lukas/yocto/openembedded-core/meta/recipes-core/images/core-image-minimal.bb, do_rootfs) failed with exit code '1'
 
Advertisement
 
                    Add Comment                
                
                        Please, Sign In to add comment