# Pastebin zhenB51e File: '/home/ross/Yocto/poky/meta/classes/kernel-yocto.bbclass', lineno: 548, function: do_kernel_configcheck 0544: if analysis: 0545: outfile = "{}/{}/cfg/mismatch.txt".format( s, kmeta ) 0546: if os.path.isfile(outfile): 0547: os.remove(outfile) *** 0548: with open(outfile, 'w+') as f: 0549: f.write( analysis ) 0550: 0551: if config_check_visibility and os.stat(outfile).st_size > 0: 0552: with open (outfile, "r") as myfile: Exception: FileNotFoundError: [Errno 2] No such file or directory: '/home/ross/Yocto/build/tmp/work/n1sdp-poky-linux/linux-linaro-arm/5.4-r0/git/meta/cfg/mismatch.txt'