Lines Matching refs:topdir
20 topdir = os.path.join(os.path.dirname(os.path.realpath(__file__)), "testdata/cooker")
21 self.d.setVar('TOPDIR', topdir)
27 def append_collection(topdir, path, d): argument
29 pattern = "^" + topdir + "/" + path + "/"
39 topdir = self.d.getVar("TOPDIR")
44 bbfile_config_priorities.append( append_collection(topdir, 'first', self.d) )
45 bbfile_config_priorities.append( append_collection(topdir, 'second', self.d) )
46 bbfile_config_priorities.append( append_collection(topdir, 'second/third', self.d) )
48 pkgfns = [ topdir + '/first/recipes/sample1_1.0.bb',
49 topdir + '/second/recipes/sample2_1.0.bb',
50 topdir + '/second/third/recipes/sample3_1.0.bb' ]