Home
last modified time | relevance | path

Searched refs:shallow (Results 1 – 25 of 27) sorted by relevance

12

/openbmc/openbmc/poky/bitbake/lib/bblayers/
H A Dlayerindex.py29 def get_fetch_layer(self, fetchdir, url, subdir, fetch_layer, branch, shallow=False): argument
38 if shallow:
214 args.shallow)
242 args.shallow = True
/openbmc/openbmc/poky/meta/recipes-kernel/dtc/dtc/
H A D0002-meson-allow-building-from-shallow-clones.patch4 Subject: [PATCH 2/2] meson: allow building from shallow clones
6 When building from shallow clone, tag is not available
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dgitannex.py24 if ud.shallow:
49 if not ud.shallow or ud.localpath != ud.fullshallow:
H A Dgitsm.py169 if ud.shallow and os.path.exists(ud.fullshallow) and not os.path.exists(ud.clonedir):
201 if ud.shallow and os.path.exists(ud.fullshallow) and self.need_update(ud, d):
235 if ud.shallow:
268 if ud.shallow and os.path.exists(ud.fullshallow) and ud.method.need_update(ud, d):
H A Dgit.py210 ud.shallow = d.getVar("BB_GIT_SHALLOW") == "1"
251 if (ud.shallow and
255 ud.shallow = False
300 if ud.shallow:
339 if ud.shallow and ud.write_shallow_tarballs and self.clonedir_need_shallow_revs(ud, d):
364 return ud.shallow and ud.write_shallow_tarballs and not os.path.exists(ud.fullshallow)
394 if ud.shallow and os.path.exists(ud.fullshallow) and self.need_update(ud, d):
480 if ud.shallow and ud.write_shallow_tarballs:
526 if ud.shallow and ud.write_shallow_tarballs:
654 if ud.shallow:
/openbmc/openbmc/poky/meta/recipes-kernel/dtc/
H A Ddtc_1.7.0.bb14 file://0002-meson-allow-building-from-shallow-clones.patch \
/openbmc/linux/Documentation/admin-guide/
H A Dquickly-build-trimmed-linux.rst130 partially cloning the Linux stable git repository. This is called a shallow
134 will avoid some* :ref:`peculiar characteristics of shallow clones the
146 git fetch --shallow-exclude=v6.0 origin
153 git fetch --shallow-exclude=v6.0 origin
299 git fetch --shallow-exclude=v6.0 origin
491 The step-by-step guide outlines how to retrieve Linux' sources using a shallow
508 Noteworthy characteristics of shallow clones
534 automatically when using ``--shallow-since=`` or
565 A shallow clone also does not add any significant overhead. For example, when
585 nothing that bothers you, instead of a shallow clone perform a full git clone
[all …]
H A Dkernel-parameters.txt3275 shallow - Power-On Suspend or equivalent (if supported)
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-ref-variables.rst308 "1" causes bitbake to generate shallow mirror tarballs when fetching git
309 repositories. The number of commits included in the shallow mirror
314 repositories. This separate variable exists so that shallow tarball
322 …generating mirror tarballs of `shallow git repositories <https://riptutorial.com/git/example/4584/
323 … The external `git-make-shallow <https://git.openembedded.org/bitbake/tree/bin/git-make-shallow>`_
324 script is used for shallow mirror tarball creation.
331 regardless of whether this variable is set or not. Support for shallow
333 shallow cloning a particular git commit hash (it only supports cloning
352 the number of commits to include in generated shallow mirror tarballs.
354 included in the shallow mirror tarball. Increasing the depth includes
[all …]
/openbmc/openbmc/poky/scripts/
H A Dcreate-pull-request192 git format-patch $extraopts -M40 --subject-prefix="$PREFIX" -n -o $ODIR --thread=shallow --cover-le…
/openbmc/linux/Documentation/admin-guide/pm/
H A Dsleep-states.rst182 The strings that may be present in this file are "s2idle", "shallow"
184 <s2idle>` and, by convention, "shallow" and "deep" represent
280 files in that case are "standby" or "shallow" and "mem", respectively) if that
H A Dcpuidle.rst229 going to be relatively shallow. The governor really cannot select a deep idle
235 in the shallow idle state selected by the governor, which will be a waste of
/openbmc/openbmc/poky/meta/classes-global/
H A Dmirrors.bbclass86 # Switch llvm, glibc and binutils recipes to use shallow clones as they're large and this
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.3.3.rst44 - dtc: preserve version also from shallow git clones
H A Drelease-notes-4.0.6.rst110 - mirrors.bbclass: use shallow tarball for binutils-native
H A Drelease-notes-4.1.1.rst110 - mirrors.bbclass: use shallow tarball for binutils-native
H A Drelease-notes-5.0.rst208 - ``git-make-shallow`` script: add support for Git's ``safe.bareRepository=explicit``
H A Drelease-notes-4.0.rst203 - glibc and binutils recipes now use shallow mirror tarballs for faster fetching
H A Drelease-notes-4.2.rst328 …- :ref:`ref-classes-mirrors` class: use shallow tarball for ``binutils-native``/``nativesdk-binut…
/openbmc/linux/Documentation/gpu/
H A Dintroduction.rst138 To shallow the learning curve, this section contains a list of presentations
/openbmc/linux/net/ipv4/
H A DKconfig639 commodity, shallow-buffered switches.
677 operate with shallow buffers, deep buffers, bufferbloat, policers, or
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-power30 as "s2idle" (always present), "shallow" and "deep" (present if
/openbmc/linux/Documentation/driver-api/pm/
H A Ddevices.rst270 are used for suspend-to-idle, shallow (standby), and deep ("suspend-to-RAM")
561 before putting the system into the suspend-to-idle, shallow or deep sleep state,
/openbmc/qemu/docs/devel/
H A Dsubmitting-a-patch.rst302 letter, with shallow threading (all patches in the series are
/openbmc/qemu/docs/interop/
H A Dlive-block-operations.rst678 Sometimes, this is also referred to as "shallow copy" -- because only

12