Lines Matching refs:crd
174 crd = rd.createCopy()
176 pv = crd.getVar('PV')
177 crd.setVar('PV', newpv)
180 uri, rev = _get_uri(crd)
261 patches = oe.recipeutils.get_recipe_patches(crd)
366 crd = rd.createCopy()
367 crd.setVar('PV', newpv)
369 crd.setVar(var, value)
371 new_src_uri = (crd.getVar('SRC_URI') or '').split()
409 s_subdir_new = os.path.relpath(os.path.abspath(crd.getVar('S')), crd.getVar('WORKDIR'))
414 if crd.expand(newvalues['S']) == crd.expand('${WORKDIR}/${BP}'):