Lines Matching refs:setVar
383 self.d.setVar("DL_DIR", self.dldir)
387 self.d.setVar("PERSISTENT_DIR", persistdir)
523 self.d.setVar('SRCREV', '82ea737a0b42a8b53e11c9cde141e9e9c0bd8c40')
526 self.d.setVar("PREMIRRORS", self.recipe_url + " " + self.mirror_url)
571 self.d.setVar('BB_GENERATE_MIRROR_TARBALLS', '1')
572 self.d.setVar('SRCREV', '82ea737a0b42a8b53e11c9cde141e9e9c0bd8c40')
575 self.d.setVar("PREMIRRORS", self.recipe_url + " " + self.mirror_url)
605 self.d.setVar('BB_GIT_SHALLOW', '1')
606 self.d.setVar('BB_GENERATE_SHALLOW_TARBALLS', '1')
607 self.d.setVar('SRCREV', '82ea737a0b42a8b53e11c9cde141e9e9c0bd8c40')
610 self.d.setVar("PREMIRRORS", self.recipe_url + " " + self.mirror_url)
638 self.d.setVar('BB_GENERATE_MIRROR_TARBALLS', '1')
639 self.d.setVar('SRCREV', '82ea737a0b42a8b53e11c9cde141e9e9c0bd8c40')
683 self.d.setVar("FILESPATH", self.localsrcdir)
762 self.d.setVar("SRCREV", "AUTOINC")
763 self.d.setVar("__BBSEENSRCREV", "1")
784 self.d.setVar('BB_GIT_NOSHARED', '1')
794 self.d.setVar("BB_NO_NETWORK", "1")
900 self.d.setVar("BB_NO_NETWORK", "1")
909 self.d.setVar("MIRRORS", "http://.*/.* https://downloads.yoctoproject.org/releases/bitbake")
916 …self.d.setVar("MIRRORS", "http://.*/.* http://invalid2.yoctoproject.org/ http://invalid2.yoctoproj…
923 …self.d.setVar("MIRRORS", "http://.*/.* file:///some1where/ file:///some1where/.* file://some2where…
931 … self.d.setVar("PREMIRRORS", "http://.*/.* https://downloads.yoctoproject.org/releases/bitbake")
944 … self.d.setVar("PREMIRRORS", "http://.*/.* https://downloads.yoctoproject.org/releases/bitbake/")
952 …self.d.setVar("PREMIRRORS", "http://invalid.yoctoproject.org/releases/bitbake https://downloads.yo…
960 … self.d.setVar("PREMIRRORS", "http://.*/.* https://downloads.yoctoproject.org/releases/bitbake")
973 self.d.setVar("BB_GENERATE_MIRROR_TARBALLS", "1")
974 self.d.setVar("SRCREV", "270a05b0b4ba0959fe0624d2a4885d7b70426da5")
981 self.d.setVar("BB_NO_NETWORK", "1")
1031 … self.d.setVar("PREMIRRORS", "git://someserver.org/bitbake git://git.openembedded.org/bitbake")
1037 … self.d.setVar("PREMIRRORS", "git://someserver.org/bitbake git://git.openembedded.org/bitbake")
1047 self.d.setVar("PREMIRRORS", "%s git://%s;protocol=file" % (recipeurl, self.sourcedir))
1252 self.d.setVar("BB_ALLOWED_NETWORKS", "server1.org someserver.org server2.org server3.org")
1258 self.d.setVar("BB_ALLOWED_NETWORKS", "server1.org *.someserver.org server2.org server3.org")
1264 self.d.setVar("BB_ALLOWED_NETWORKS", "server1.org *.someserver.org server2.org server3.org")
1270 self.d.setVar("BB_ALLOWED_NETWORKS", "server1.org *.someserver.org server2.org server3.org")
1276 self.d.setVar("BB_ALLOWED_NETWORKS", "someserver.org")
1282 self.d.setVar("BB_ALLOWED_NETWORKS", "server1.org server2.org server3.org")
1288 self.d.setVar("BB_ALLOWED_NETWORKS", "server1.org server2.org server3.org")
1407 self.d.setVar("PN", k[0])
1408 self.d.setVar("SRCREV", k[2])
1409 self.d.setVar("UPSTREAM_CHECK_GITTAGREGEX", k[3])
1424 self.d.setVar("PN", k[0])
1428 self.d.setVar("UPSTREAM_CHECK_URI", checkuri)
1429 self.d.setVar("UPSTREAM_CHECK_REGEX", k[3])
1604 self.d.setVar('WORKDIR', self.tempdir)
1605 self.d.setVar('S', self.gitdir)
1610 self.d.setVar('SRC_URI', uri)
1611 self.d.setVar('SRCREV', '${AUTOREV}')
1612 self.d.setVar('AUTOREV', '${@bb.fetch2.get_autorev(d)}')
1614 self.d.setVar('BB_GIT_SHALLOW', '1')
1615 self.d.setVar('BB_GENERATE_MIRROR_TARBALLS', '0')
1616 self.d.setVar('BB_GENERATE_SHALLOW_TARBALLS', '1')
1617 self.d.setVar("__BBSEENSRCREV", "1")
1651 d.setVar('SRC_URI', uri)
1695 self.d.setVar('BB_GIT_SHALLOW', '0')
1705 self.d.setVar('SRCREV', srcrev)
1730 self.d.setVar('BB_GIT_SHALLOW_DEPTH', '0')
1739 self.d.setVar('BB_GIT_SHALLOW_DEPTH', '2')
1740 self.d.setVar('BB_GIT_SHALLOW_DEPTH_default', '1')
1750 self.d.setVar('BB_GIT_SHALLOW_DEPTH', '0')
1751 self.d.setVar('BB_GIT_SHALLOW_DEPTH_default', '2')
1801 self.d.setVar('SRCREV', b_commit)
1879 self.d.setVar('PREMIRRORS', 'gitsm://.*/.* file://%s/' % mirrordir)
1929 self.d.setVar('BB_GIT_SHALLOW_DEPTH', '0')
1930 self.d.setVar('BB_GIT_SHALLOW_REVS', 'v0.0')
1931 self.d.setVar('SRCREV_master', '${AUTOREV}')
1932 self.d.setVar('SRCREV_a_branch', '${AUTOREV}')
1955 self.d.setVar('BB_GIT_SHALLOW_DEPTH', '0')
1956 self.d.setVar('BB_GIT_SHALLOW_DEPTH_master', '3')
1957 self.d.setVar('BB_GIT_SHALLOW_DEPTH_a_branch', '1')
1958 self.d.setVar('SRCREV_master', '${AUTOREV}')
1959 self.d.setVar('SRCREV_a_branch', '${AUTOREV}')
1994 self.d.setVar('PREMIRRORS', 'git://.*/.* file://%s/' % mirrordir)
2009 self.d.setVar('BB_GIT_SHALLOW_DEPTH', '-12')
2017 self.d.setVar('BB_GIT_SHALLOW_DEPTH_default', '-12')
2028 self.d.setVar('BB_GIT_SHALLOW_EXTRA_REFS', 'refs/heads/a_branch')
2042 self.d.setVar('BB_GIT_SHALLOW_EXTRA_REFS', 'refs/tags/*')
2052 self.d.setVar('BB_GIT_SHALLOW_EXTRA_REFS', 'refs/heads/foo')
2060 self.d.setVar('BB_GIT_SHALLOW_EXTRA_REFS', 'refs/tags/*')
2078 self.d.setVar('BB_GIT_SHALLOW_DEPTH', '0')
2079 self.d.setVar('BB_GIT_SHALLOW_REVS', 'v0.0')
2089 self.d.setVar('BB_GIT_SHALLOW_DEPTH', '0')
2090 self.d.setVar('BB_GIT_SHALLOW_REVS', 'v0.0')
2100 self.d.setVar('BB_GIT_SHALLOW_DEPTH', '0')
2101 self.d.setVar('BB_GIT_SHALLOW_REVS', 'v0.0')
2108 self.d.setVar('BB_GIT_SHALLOW_DEPTH', '0')
2109 self.d.setVar('BB_GIT_SHALLOW_REVS', 'v0.0')
2121 self.d.setVar('BB_GIT_SHALLOW_DEPTH', '0')
2124 self.d.setVar('BB_GIT_SHALLOW_REVS', '1.10.0')
2149 self.d.setVar('SRCREV', 'e5939ff608b95cdd4d0ab0e1935781ab9a276ac0')
2150 self.d.setVar('BB_GIT_SHALLOW', '1')
2151 self.d.setVar('BB_GENERATE_SHALLOW_TARBALLS', '1')
2168 self.d.setVar('WORKDIR', self.tempdir)
2169 self.d.setVar('S', self.gitdir)
2173 self.d.setVar('SRCREV', '${AUTOREV}')
2174 self.d.setVar('AUTOREV', '${@bb.fetch2.get_autorev(d)}')
2175 self.d.setVar("__BBSEENSRCREV", "1")
2199 self.d.setVar('SRC_URI', uri)
2224 self.d.setVar('SRC_URI', uri)
2262 self.d.setVar('SRCREV', '82ea737a0b42a8b53e11c9cde141e9e9c0bd8c40')
2282 self.d.setVar('SRC_URI', uri)
2299 self.d.setVar('SRC_URI', uri)
2370 self.d.setVar('PREMIRRORS', 'https?$://.*/.* file://%s/npm2' % mirrordir)
2371 self.d.setVar('BB_FETCH_PREMIRRORONLY', '1')
2398 self.d.setVar('PREMIRRORS', 'https?$://.*/.* file://%s' % mirrorfilename)
2399 self.d.setVar('BB_FETCH_PREMIRRORONLY', '1')
2418 self.d.setVar('MIRRORS', 'https?$://.*/.* file://%s/' % mirrordir)
2444 self.d.setVar('BB_NO_NETWORK', '1')
2457 self.d.setVar('BB_NO_NETWORK', '1')
2537 self.d.setVar('S', self.sdir)
2631 self.d.setVar('BB_NO_NETWORK', '1')
2643 self.d.setVar('BB_NO_NETWORK', '1')
2675 self.d.setVar('BB_NO_NETWORK', '1')
2734 self.d.setVar('PREMIRRORS', 'https?$://.*/.* file://%s/' % mirrordir)
2735 self.d.setVar('BB_FETCH_PREMIRRORONLY', '1')
2763 self.d.setVar('MIRRORS', 'https?$://.*/.* file://%s/' % mirrordir)
2783 self.d.setVar('SRCREV', '82ea737a0b42a8b53e11c9cde141e9e9c0bd8c40')
2784 self.d.setVar("__BBSEENSRCREV", "1")
2797 self.d.setVar('BB_GIT_NOSHARED', '1')