Home
last modified time | relevance | path

Searched refs:appendfile (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/
H A Dbuild_image.py70 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 Dstandard.py177 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__.py247 appendfile = os.path.join(appendpath, appendname + '.bbappend')
248 return appendfile
/OK3568_Linux_fs/kernel/scripts/
H A Dget_dvb_firmware229 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 Daction.py254 with open(appendname, 'r') as appendfile:
258 recipefile.writelines(appendfile.readlines())
/OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/recipetool/
H A Dselftest-recipetool-appendfile.bb1 SUMMARY = "Test recipe for recipetool appendfile"
/OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/
H A Dappend.py217 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 Ddevtool.py1877 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 Dcommon-tasks.rst1198 appendfile Create/update a bbappend to replace a target file