Home
last modified time | relevance | path

Searched full:checkout (Results 1 – 13 of 13) sorted by relevance

/rk3399_rockchip-uboot/scripts/
H A Dobjdiff12 # $ git checkout COMMIT_A
16 # $ git checkout COMMIT_B
/rk3399_rockchip-uboot/tools/buildman/
H A Dbuilder.py86 00/ working directory for thread 0 (contains source checkout)
137 checkout: True to check out source, False to skip that step.
212 gnu_make='make', checkout=True, show_unknown=True, step=1, argument
225 checkout: True to check out source, False to skip that step.
247 self.checkout = checkout
373 def SelectCommit(self, commit, checkout=True): argument
374 """Checkout the selected commit for this build
377 if checkout and self.checkout:
378 gitutil.Checkout(commit.hash)
H A Dtest.py188 checkout=False, show_unknown=False)
373 checkout=False, show_unknown=False)
383 checkout=False, show_unknown=False)
390 checkout=False, show_unknown=False,
H A Dbuilderthread.py182 # Checkout the right commit
185 if self.builder.checkout:
187 gitutil.Checkout(commit.hash, git_dir, work_dir,
H A Dcontrol.py259 options.threads, options.jobs, gnu_make=gnu_make, checkout=True,
H A Dfunc_test.py316 elif sub_cmd == 'checkout':
H A DREADME160 $ git checkout -b my-branch origin/master
/rk3399_rockchip-uboot/tools/patman/
H A Dgitutil.py209 def Checkout(commit_hash, git_dir=None, work_tree=None, force=False): function
210 """Checkout the selected commit for this build
220 pipe.append('checkout')
227 raise OSError('git checkout (%s): %s' % (pipe, result.stderr))
230 """Checkout the selected commit for this build
/rk3399_rockchip-uboot/board/sunxi/
H A DREADME.sunxi6432 Checkout the "allwinner" branch from the github repository [1] and build it:
/rk3399_rockchip-uboot/
H A D.travis.yml85 git checkout v2.8.0-rc3 &&
/rk3399_rockchip-uboot/common/spl/
H A Dspl_rkfw.c417 /* Load resource, and checkout the dtb */ in rkfw_load_kernel()
/rk3399_rockchip-uboot/doc/uImage.FIT/
H A Dbeaglebone_vboot.txt105 git checkout v3.14
/rk3399_rockchip-uboot/tools/
H A Dmoveconfig.py1391 print "Checkout '%s' to build the original autoconf.mk." % \
1393 subprocess.check_output(['git', 'checkout', commit],