Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dcopy_buildsystem.py138 appenddir = os.path.join(layerdestpath, 'appends')
139 if os.path.isdir(appenddir):
140 for fn in os.listdir(appenddir):
144 os.remove(os.path.join(appenddir, fn))
H A Drecipeutils.py715 appenddir = os.path.dirname(appendpath)
717 bb.utils.mkdirhier(appenddir)
905 outdir = appenddir
914 …bb.note('Copying %s to %s (dry-run)' % (newfiledisp, os.path.join(appenddir, destsubdir, os.path.b…
920 return (appendpath, os.path.join(appenddir, destsubdir))
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Ddevtool.py169 def _check_bbappend(self, testrecipe, recipefile, appenddir): argument
185 if bbappend.startswith(appenddir):
1007 appenddir = os.path.join(templayerdir, splitpath[-2], splitpath[-1])
1008 bbappendfile = self._check_bbappend(testrecipe, recipefile, appenddir)
1009 patchfile = os.path.join(appenddir, testrecipe, '0001-Add-our-custom-version.patch')
1089 appenddir = os.path.join(templayerdir, splitpath[-2], splitpath[-1])
1090 bbappendfile = self._check_bbappend(testrecipe, recipefile, appenddir)
1091 … self.assertNotExists(os.path.join(appenddir, testrecipe), 'Patch directory should not be created')
1109 … self.assertNotExists(os.path.join(appenddir, testrecipe), 'Patch directory should not be created')
1123 … self.assertNotExists(os.path.join(appenddir, testrecipe), 'Patch directory should not be created')
[all …]