Home
last modified time | relevance | path

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

/openbmc/openbmc/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.py182 appendfile = recipe_to_append(recipefile, config)
183 if os.path.exists(appendfile):
254 bb.utils.mkdirhier(os.path.dirname(appendfile))
255 with open(appendfile, 'w') as f:
297 _add_md5(config, recipename, appendfile)
527 appendfile = recipe_to_append(recipefile, config)
552 if os.path.exists(appendfile):
553 appendbackup = os.path.join(tempdir, os.path.basename(appendfile) + '.bak')
554 shutil.copyfile(appendfile, appendbackup)
556 bb.utils.mkdirhier(os.path.dirname(appendfile))
[all …]
H A D__init__.py272 appendfile = os.path.join(appendpath, appendname + '.bbappend')
273 return appendfile
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dappend.py218 def appendfile(args): function
359appendfile, _ = oe.recipeutils.bbappend_recipe(rd, args.destlayer, copyfiles, None, wildcardver=ar…
361 if not appendfile:
365 appendfilename = os.path.basename(appendfile)
366 newappendfile = appendfile
367 if appendfile and os.path.exists(appendfile):
368 with open(appendfile, 'r') as f:
371 appendfile = '/dev/null'
376 diff = difflib.unified_diff(oldlines, newlines, appendfile, newappendfile)
453 parser_appendfile.set_defaults(func=appendfile, parserecipes=True)
/openbmc/linux/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
/openbmc/openbmc/poky/meta-selftest/recipes-test/recipetool/
H A Dselftest-recipetool-appendfile.bb1 SUMMARY = "Test recipe for recipetool appendfile"
/openbmc/openbmc/poky/bitbake/lib/bblayers/
H A Daction.py263 with open(appendname, 'r') as appendfile:
267 recipefile.writelines(appendfile.readlines())
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Ddevtool.py2304 appendfile = os.path.join(appenddir, recipefn + '.bbappend')
2305 … self.assertExists(appendfile, 'bbappend %s should have been created but wasn\'t' % appendfile)
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dnew-recipe.rst96 appendfile Create/update a bbappend to replace a target file
/openbmc/
Dopengrok1.0.log[all...]
Dopengrok2.0.log[all...]