Home
last modified time | relevance | path

Searched refs:appenddir (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oe/
H A Dcopy_buildsystem.py140 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 Drecipeutils.py728 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 Ddevtool.py188 def _check_bbappend(self, testrecipe, recipefile, appenddir): argument
204 if bbappend.startswith(appenddir):
1281 appenddir = os.path.join(templayerdir, splitpath[-2], splitpath[-1])
1282 bbappendfile = self._check_bbappend(testrecipe, recipefile, appenddir)
1283 patchfile = os.path.join(appenddir, testrecipe, '0001-Add-our-custom-version.patch')
1365 appenddir = os.path.join(templayerdir, splitpath[-2], splitpath[-1])
1366 bbappendfile = self._check_bbappend(testrecipe, recipefile, appenddir)
1367 … self.assertNotExists(os.path.join(appenddir, testrecipe), 'Patch directory should not be created')
1385 … self.assertNotExists(os.path.join(appenddir, testrecipe), 'Patch directory should not be created')
1400 … self.assertNotExists(os.path.join(appenddir, testrecipe), 'Patch directory should not be created')
[all …]