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):
1284 appenddir = os.path.join(templayerdir, splitpath[-2], splitpath[-1])
1285 bbappendfile = self._check_bbappend(testrecipe, recipefile, appenddir)
1286 patchfile = os.path.join(appenddir, testrecipe, '0001-Add-our-custom-version.patch')
1368 appenddir = os.path.join(templayerdir, splitpath[-2], splitpath[-1])
1369 bbappendfile = self._check_bbappend(testrecipe, recipefile, appenddir)
1370 … self.assertNotExists(os.path.join(appenddir, testrecipe), 'Patch directory should not be created')
1388 … self.assertNotExists(os.path.join(appenddir, testrecipe), 'Patch directory should not be created')
1403 … self.assertNotExists(os.path.join(appenddir, testrecipe), 'Patch directory should not be created')
[all …]