Home
last modified time | relevance | path

Searched refs:checkout (Results 26 – 50 of 72) sorted by relevance

123

/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/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/
H A D0002-Libraries-and-headers-from-ffmpeg-are-installed-in-u.patch53 @@ -251,5 +252,5 @@ checkout:
/openbmc/openbmc/meta-openembedded/meta-oe/classes/
H A Dgitver.bbclass5 # for use in ${PV}, extracted from the ${S} git checkout, assuming it is one.
/openbmc/docs/testing/
H A Dlocal-ci-build.md134 git checkout -b add-foo
142 git checkout --detach add-foo
/openbmc/qemu/
H A DREADME.rst113 $ git checkout master -b my-feature
124 $ git checkout my-feature # same topic branch
/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/linux/Documentation/translations/zh_CN/process/
H A Dsubmitting-patches.rst593 $ git checkout -t -b my-topical-branch master
608 $ git checkout -b patch-review [base-commit-id]
/openbmc/qemu/docs/system/loongarch/
H A Dvirt.rst80 git checkout loongarch-next
/openbmc/openbmc/poky/bitbake/
H A DChangeLog145 - Allow to checkout CVS by Date and Time. Just add HHmm to the SRCDATE.
159 - use @rev when doing a svn checkout
191 - Change of the SVN Fetcher to keep the checkout around
245 - git speedup cloning by not doing a checkout
/openbmc/qemu/tests/docker/dockerfiles/
H A Ddebian.docker157 RUN cd /usr/src/netmap && git checkout v11.3
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A DREADME32 git recipe might be ok but you can't expect to checkout a git tree.
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/
H A Domxplayer_git.bb21 # fetching the latest commit on a release branch (which is what the checkout job
/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/files/
H A Dnanopb-upgrade.patch6 Upgrade the nanopb checkout to 0.4.7 plus some important build fixes, and
/openbmc/u-boot/tools/buildman/
H A Dcontrol.py293 options.threads, options.jobs, gnu_make=gnu_make, checkout=True,
H A Dbuilderthread.py193 if self.builder.checkout:
/openbmc/linux/tools/testing/ktest/
H A Dktest.pl195 my $checkout;
360 "CHECKOUT" => \$checkout,
4466 if (defined($checkout)) {
4467 run_command "git checkout $checkout" or
4468 dodie "failed to checkout $checkout";
/openbmc/linux/Documentation/admin-guide/
H A Dquickly-build-trimmed-linux.rst45 git checkout --force --detach origin/master
139 git clone --no-checkout --depth 1 -b master \
155 Now checkout the code you are interested in. If you just performed the
159 git checkout --detach origin/master
303 conflict with the sources you want to checkout::
305 git checkout --force --detach origin/master
598 git checkout --detach origin/master
634 add the mainline repo as additional remote and checkout the code from there::
639 git checkout --detach mainline/master
/openbmc/openbmc/poky/documentation/brief-yoctoprojectqs/
H A Dindex.rst143 $ git checkout -t origin/&DISTRO_NAME_NO_CAP; -b my-&DISTRO_NAME_NO_CAP;
147 The previous Git checkout command creates a local branch named
335 Please make sure to checkout the layer branch supporting the Yocto Project
/openbmc/openbmc/poky/meta/classes-global/
H A Dpatch.bbclass79 bb.process.run('git checkout patches', cwd=srcsubdir)
/openbmc/openbmc/poky/documentation/kernel-dev/
H A Dmaint-appx.rst54 $ git checkout -b my-kernel-4.12 remotes/origin/standard/beagleboard
56 $ git checkout -b my-4.12-metadata remotes/origin/yocto-4.12
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dkernel-yocto.bbclass411 # checkout and clobber any unimportant files
412 git checkout -f ${machine_branch}
679 git checkout -q -f ${machine_branch}
719 git checkout -q -f ${machine_branch}
/openbmc/openbmc/poky/documentation/test-manual/
H A Dunderstand-autobuilder.rst104 This is a call into the Helper scripts to set up a checkout of all
169 the system can checkout repositories.
/openbmc/docs/
H A Dcheatsheet.md315 creates and checkout branch `devtool`.
347 1. devtool does not create the 'devtool' branch. Instead, it checkout the branch
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dstart.rst776 $ git checkout -b &DISTRO_NAME_NO_CAP; origin/&DISTRO_NAME_NO_CAP;
812 #. *Fetch the Tag Names:* To checkout the branch based on a tag name,
843 $ git checkout tags/yocto-&DISTRO; -b my_yocto_&DISTRO;
853 ``checkout`` command are a snapshot of the "&DISTRO_NAME_NO_CAP;"
H A Dlayers.rst893 Note: not checking out source meta-alex, use --force-bootstraplayer-checkout to override.
899 …Running 'git checkout -q 0a96edae609a3f48befac36af82cf1eed6786b4a' in /srv/work/alex/my-build/meta…
907 … Running 'git checkout -q 11db0390b02acac1324e0f827beb0e2e3d0d1d63' in /srv/work/alex/my-build/poky
910 This will work to update an existing checkout as well.

123