Searched refs:appenddir (Results 1 – 3 of 3) sorted by relevance
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | copy_buildsystem.py | 140 appenddir = os.path.join(layerdestpath, 'appends') 141 if os.path.isdir(appenddir): 142 for fn in os.listdir(appenddir): 146 os.remove(os.path.join(appenddir, fn))
|
H A D | recipeutils.py | 728 appenddir = os.path.dirname(appendpath) 730 bb.utils.mkdirhier(appenddir) 936 outdir = appenddir 950 …bb.note('Copying %s to %s (dry-run)' % (newfiledisp, os.path.join(appenddir, destsubdir, os.path.b… 956 return (appendpath, os.path.join(appenddir, destsubdir))
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | devtool.py | 184 def _check_bbappend(self, testrecipe, recipefile, appenddir): argument 200 if bbappend.startswith(appenddir): 1259 appenddir = os.path.join(templayerdir, splitpath[-2], splitpath[-1]) 1260 bbappendfile = self._check_bbappend(testrecipe, recipefile, appenddir) 1261 patchfile = os.path.join(appenddir, testrecipe, '0001-Add-our-custom-version.patch') 1342 appenddir = os.path.join(templayerdir, splitpath[-2], splitpath[-1]) 1343 bbappendfile = self._check_bbappend(testrecipe, recipefile, appenddir) 2206 appenddir = os.path.join(get_test_layer(), relpth) 2207 self.track_for_cleanup(appenddir) 2219 appendfile = os.path.join(appenddir, recipefn + '.bbappend') [all …]
|