Searched refs:appendfile (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/ |
| H A D | build_image.py | 70 appendfile = os.path.join(config.workspace_path, 'appends', 73 os.unlink(appendfile) 93 appendfile = os.path.join(config.workspace_path, 'appends', 112 bb.utils.mkdirhier(os.path.dirname(appendfile)) 113 with open(appendfile, 'w') as afile: 144 if os.path.isfile(appendfile): 145 os.unlink(appendfile)
|
| H A D | standard.py | 177 appendfile = recipe_to_append(recipefile, config) 178 if os.path.exists(appendfile): 245 bb.utils.mkdirhier(os.path.dirname(appendfile)) 246 with open(appendfile, 'w') as f: 287 _add_md5(config, recipename, appendfile) 537 appendfile = recipe_to_append(recipefile, config) 561 if os.path.exists(appendfile): 562 appendbackup = os.path.join(tempdir, os.path.basename(appendfile) + '.bak') 563 shutil.copyfile(appendfile, appendbackup) 566 bb.utils.mkdirhier(os.path.dirname(appendfile)) [all …]
|
| H A D | __init__.py | 247 appendfile = os.path.join(appendpath, appendname + '.bbappend') 248 return appendfile
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | get_dvb_firmware | 229 appendfile(FW,"$tmpdir/fw1part1-1"); 234 appendfile(FW,"$tmpdir/fw1part2-1"); 265 appendfile($FW, "$tmpdir/fwtmp1"); 268 appendfile($FW, "$tmpdir/fwtmp2"); 801 appendfile(FW,"$tmpdir/fw1"); 889 sub appendfile { subroutine
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bblayers/ |
| H A D | action.py | 254 with open(appendname, 'r') as appendfile: 258 recipefile.writelines(appendfile.readlines())
|
| /OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/recipetool/ |
| H A D | selftest-recipetool-appendfile.bb | 1 SUMMARY = "Test recipe for recipetool appendfile"
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/ |
| H A D | append.py | 217 def appendfile(args): function 427 parser_appendfile.set_defaults(func=appendfile, parserecipes=True)
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | devtool.py | 1877 appendfile = os.path.join(appenddir, recipefn + '.bbappend') 1878 … self.assertExists(appendfile, 'bbappend %s should have been created but wasn\'t' % appendfile)
|
| /OK3568_Linux_fs/yocto/poky/documentation/dev-manual/ |
| H A D | common-tasks.rst | 1198 appendfile Create/update a bbappend to replace a target file
|