Searched refs:appendfile (Results 1 – 11 of 11) sorted by relevance
/openbmc/openbmc/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 | 182 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__.py | 272 appendfile = os.path.join(appendpath, appendname + '.bbappend') 273 return appendfile
|
/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | append.py | 218 def appendfile(args): function 359 …appendfile, _ = 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 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
|
/openbmc/openbmc/poky/meta-selftest/recipes-test/recipetool/ |
H A D | selftest-recipetool-appendfile.bb | 1 SUMMARY = "Test recipe for recipetool appendfile"
|
/openbmc/openbmc/poky/bitbake/lib/bblayers/ |
H A D | action.py | 263 with open(appendname, 'r') as appendfile: 267 recipefile.writelines(appendfile.readlines())
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | devtool.py | 2304 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 D | new-recipe.rst | 96 appendfile Create/update a bbappend to replace a target file
|
/openbmc/ |
D | opengrok1.0.log | [all...] |
D | opengrok2.0.log | [all...] |