Lines Matching refs:destdir
544 def get_bbfile_path(d, destdir, extrapathhint=None): argument
555 destdir = os.path.abspath(destdir)
556 destlayerdir = find_layerdir(destdir)
584 if destdir == destlayerdir:
598 pathoptions = [destdir]
600 pathoptions.append(os.path.join(destdir, extrapathhint))
601 if destdir == destlayerdir:
602 pathoptions.append(os.path.join(destdir, 'recipes-%s' % bpn, bpn))
603 pathoptions.append(os.path.join(destdir, 'recipes', bpn))
604 pathoptions.append(os.path.join(destdir, bpn))
605 elif not destdir.endswith(('/' + pn, '/' + bpn)):
606 pathoptions.append(os.path.join(destdir, bpn))