Lines Matching refs:getVar

11 DPKG_ARCH ?= "${@debian_arch_map(d.getVar('TARGET_ARCH'), d.getVar('TUNE_FEATURES'))}"
18 APT_ARGS = "${@['', '--no-install-recommends'][d.getVar("NO_RECOMMENDATIONS") == "1"]}"
46 packages = d.getVar('PACKAGES')
51 tmpdir = d.getVar('TMPDIR')
67 outdir = d.getVar('PKGWRITEDIRDEB')
68 pkgdest = d.getVar('PKGDEST')
84 pkgname = localdata.getVar('PKG:%s' % pkg)
89 localdata.setVar('OVERRIDES', d.getVar("OVERRIDES", False) + ":" + pkg)
93 pkgoutdir = os.path.join(outdir, localdata.getVar('PACKAGE_ARCH'))
100 if not g and localdata.getVar('ALLOW_EMPTY', False) != "1":
101 …"Not creating empty archive for %s-%s-%s" % (pkg, localdata.getVar('PKGV'), localdata.getVar('PKGR…
111 pe = d.getVar('PKGE')
123 if d.getVar('HOMEPAGE'):
133 data = d.getVar(i)
136 if i == 'DPKG_ARCH' and d.getVar('PACKAGE_ARCH') == 'all':
147 if d.getVar('PACKAGE_ARCH') == "all":
153 summary = localdata.getVar('SUMMARY') or localdata.getVar('DESCRIPTION') or "."
155 description = localdata.getVar('DESCRIPTION') or "."
206 rdepends = bb.utils.explode_dep_versions2(localdata.getVar("RDEPENDS") or "")
214 rrecommends = bb.utils.explode_dep_versions2(localdata.getVar("RRECOMMENDS") or "")
219 rsuggests = bb.utils.explode_dep_versions2(localdata.getVar("RSUGGESTS") or "")
222 … rprovides = dict.fromkeys(bb.utils.explode_dep_versions2(localdata.getVar("RPROVIDES") or ""), [])
229 rreplaces = bb.utils.explode_dep_versions2(localdata.getVar("RREPLACES") or "")
231 rconflicts = bb.utils.explode_dep_versions2(localdata.getVar("RCONFLICTS") or "")
248 scriptvar = localdata.getVar('pkg_%s' % script)
279 …process.check_output("PATH=\"%s\" %s -b %s %s" % (localdata.getVar("PATH"), localdata.getVar("DPKG…
300 tmpdir = d.getVar('TMPDIR')
310 if d.getVar('PACKAGES') != '':
322 do_package_write_deb[depends] += "${@oe.utils.build_depends_string(d.getVar('PACKAGE_WRITE_DEPS'), …