Lines Matching full:split

23     bbpath = [os.path.join(dir, "lib") for dir in d.getVar("BBPATH").split(":")]
30 bb.utils._context[toimport.split(".", 1)[0]] = __import__(toimport)
82 elements = (d.getVar('EXTRANATIVEPATH') or "").split()
97 urls = lic_files.split()
115 tools = d.getVar(toolsvar).split()
119 for p in path.split(":"):
153 src_uri = (d.getVar('SRC_URI') or "").split()
170 src_uri = (d.getVar('SRC_URI') or "").split()
221 layers = (d.getVar("BBLAYERS") or "").split()
329 provs = (d.getVar("PROVIDES") or "").split()
330 multiprovidersallowed = (d.getVar("BB_MULTI_PROVIDER_ALLOWED") or "").split()
396 archs.append(d.getVar("PACKAGE_ARCHS").split())
411 for item in variants.split():
416 archs.append(localdata.getVar("PACKAGE_ARCHS").split())
455 pkgconfig = (d.getVar('PACKAGECONFIG') or "").split()
467 subs = a.split("/", 1)[1]
497 items = flagval.split(",")
516 conflicts = set(items[5].split())
566 compat_machines = (d.getVar('MACHINEOVERRIDES') or "").split(":")
582 bad_licenses = (d.getVar('INCOMPATIBLE_LICENSE') or "").split()
596 exceptions = (d.getVar("INCOMPATIBLE_LICENSE_EXCEPTIONS") or "").split()
600 lic_exception = lic_exception.split(":")[1]
604 pkgs = d.getVar('PACKAGES').split()
634 for uri_string in srcuri.split():
709 for uri in srcuri.split():
711 uri_names = parm.get("name", "").split(",")
714 if srcrev_name not in (d.getVarFlag("do_fetch", "vardeps") or "").split():
734 fpaths = (d.getVar('FILESPATH') or '').split(':')
741 for s in srcuri.split():
752 packages = d.getVar('PACKAGES').split()
772 src_uri = (d.getVar('SRC_URI') or "").split()