Home
last modified time | relevance | path

Searched refs:checkout (Results 1 – 25 of 66) sorted by relevance

123

/openbmc/linux/tools/testing/selftests/rcutorture/bin/
H A Dkvm-check-branches.sh74 git checkout $i > $resdir/$ds/$idir/git-checkout.out 2>&1
75 echo git checkout return code: $? "(Commit $ntry: $i)"
93 git checkout "$curcommit"
/openbmc/linux/drivers/gpu/drm/ci/
H A Dbuild-igt.sh6 git clone https://gitlab.freedesktop.org/drm/igt-gpu-tools.git --single-branch --no-checkout
8 git checkout $IGT_VERSION
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/rfkill/rfkill/
H A Ddont.call.git.rev-parse.on.parent.dir.patch3 When WORKDIR is included in some other git checkout, version.sh calls git rev-parse
4 and it returns some description from that upper git checkout even when rfkill is
/openbmc/openbmc/poky/meta/classes/
H A Ddevtool-source.bbclass134 bb.process.run('git checkout -- patches', cwd=srcsubdir)
152 bb.process.run('git checkout %s -b devtool-no-overrides' % initial_rev, cwd=srcsubdir)
161 bb.process.run('git checkout %s' % devbranch, cwd=srcsubdir)
164 bb.process.run('git checkout %s -b devtool-no-overrides' % devbranch, cwd=srcsubdir)
172 … bb.process.run('git checkout %s -b devtool-override-%s' % (initial_rev, override), cwd=srcsubdir)
181 bb.process.run('git checkout %s' % devbranch, cwd=srcsubdir)
/openbmc/openbmc/poky/scripts/contrib/
H A Dbuild-perf-test-wrapper.sh25 -c COMMITISH test (checkout) this commit, <branch>:<commit> can be
112 git checkout HEAD^0 &> /dev/null
125 if ! git checkout -f $branch &> /dev/null; then
/openbmc/webui-vue/
H A Dformat-code.sh23 git checkout package-lock.json
/openbmc/u-boot/tools/buildman/
H A Dtest.py194 checkout=False, show_unknown=False)
415 checkout=False, show_unknown=False)
425 checkout=False, show_unknown=False)
432 checkout=False, show_unknown=False,
H A Dbuilder.py224 gnu_make='make', checkout=True, show_unknown=True, step=1, argument
261 self.checkout = checkout
392 def SelectCommit(self, commit, checkout=True): argument
396 if checkout and self.checkout:
/openbmc/linux/tools/memory-model/scripts/
H A Dinitlitmushist.sh50 ( cd litmus; git checkout origin/master )
H A Dcheckghlitmus.sh25 ( cd litmus; git checkout origin/master )
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-fetching.rst278 special value of "now" causes the checkout to be updated on every
282 checkout is saved. The location is often ``DL_DIR/cvs``.
303 - *"tag":* Describes which CVS TAG should be used for the checkout. By
308 checkout a specific date. The special value of "now" causes the
309 checkout to be updated on every build.
322 - *"fullpath":* Controls whether the resulting checkout is at the
325 - *"norecurse":* Causes the fetcher to only checkout the specified
347 - *"module":* The name of the svn module to checkout. You must provide
351 - *"path_spec":* A specific directory in which to checkout the
357 - *"rev":* The revision of the source code to checkout.
[all …]
/openbmc/openbmc/poky/meta/classes-recipe/
H A Ddos2unix.bbclass11 # git push/checkout processes.
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/
H A D0003-Remove-strip-step-in-Makefile.patch22 @@ -252,5 +252,3 @@ checkout:
H A D0005-Don-t-require-internet-connection-during-build.patch51 -all: checkout configure compile
H A D0002-Libraries-and-headers-from-ffmpeg-are-installed-in-u.patch53 @@ -251,5 +252,5 @@ checkout:
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/
H A Dxorg-minimal-fonts.bb31 # Pick a date/time as otherwise it would be the git checkout/modify time
/openbmc/phosphor-host-ipmid/docs/
H A Dtesting.md104 `git checkout` the appropriate branch every time you switched topics:
111 git checkout topic-branch
151 git checkout -b sensorhandler-tests master
350 Commit your test changes. Then, you'll want to checkout the
358 git checkout master # Here you can use any branch except sensorhandler-tests
360 git checkout sensorhandler-tests
455 refs/changes/43/23043/1 && git checkout FETCH_HEAD
/openbmc/u-boot/board/freescale/imx8qxp_mek/
H A DREADME17 $ git checkout origin/imx_4.9.88_imx8qxp_beta2 -b imx_4.9.88_imx8qxp_beta2
/openbmc/openbmc-tools/dbus-vis/
H A DREADME.md17 package manager), and then checkout `dbus-pcap` to this folder. To install
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libstrictures/
H A Dlibstrictures-perl_2.000006.bb20 thinks it's running in a test file in a VCS checkout -- although if this \
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-matplotlib/
H A Dmatplotlib-disable-download.patch20 - # Installing from a git checkout that is not producing a wheel.
/openbmc/openbmc/poky/documentation/overview-manual/
H A Ddevelopment-environment.rst175 sure to checkout the "&DISTRO_NAME_NO_CAP;" branch of ``meta-intel``.
441 It is important to understand that when you create and checkout a local
464 create and checkout a local working Git branch based on a tag name. When
467 The most common use is to checkout a working branch that matches a
474 $ git checkout tags/rocko-18.0.0 -b my_rocko-18.0.0
480 repository. Finally, the ``git checkout`` command creates and checks out
486 checkout a local working branch based on a tag, your environment matches
529 - *git checkout branch-name:* Changes your local working branch and
533 - *git checkout -b working-branch upstream-branch:* Creates and
/openbmc/qemu/
H A DREADME.rst113 $ git checkout master -b my-feature
124 $ git checkout my-feature # same topic branch
/openbmc/openbmc/meta-arm/documentation/
H A Dquick-start.md55 Use devtool to checkout the version of software being used on the machine above (in the above examp…
65 …  In this example, it is a standard git tree.  So, you can add remotes, checkout different SHAs, e…
/openbmc/docs/testing/
H A Dlocal-ci-build.md134 git checkout -b add-foo
142 git checkout --detach add-foo

123