/openbmc/openbmc/poky/bitbake/lib/bblayers/ |
H A D | layerindex.py | 29 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 D | 0002-meson-allow-building-from-shallow-clones.patch | 4 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 D | gitannex.py | 24 if ud.shallow: 49 if not ud.shallow or ud.localpath != ud.fullshallow:
|
H A D | gitsm.py | 169 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 D | git.py | 210 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 D | dtc_1.7.0.bb | 14 file://0002-meson-allow-building-from-shallow-clones.patch \
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | quickly-build-trimmed-linux.rst | 130 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 D | kernel-parameters.txt | 3275 shallow - Power-On Suspend or equivalent (if supported)
|
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/ |
H A D | bitbake-user-manual-ref-variables.rst | 308 "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 D | create-pull-request | 192 git format-patch $extraopts -M40 --subject-prefix="$PREFIX" -n -o $ODIR --thread=shallow --cover-le…
|
/openbmc/linux/Documentation/admin-guide/pm/ |
H A D | sleep-states.rst | 182 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 D | cpuidle.rst | 229 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 D | mirrors.bbclass | 86 # Switch llvm, glibc and binutils recipes to use shallow clones as they're large and this
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-4.3.3.rst | 44 - dtc: preserve version also from shallow git clones
|
H A D | release-notes-4.0.6.rst | 110 - mirrors.bbclass: use shallow tarball for binutils-native
|
H A D | release-notes-4.1.1.rst | 110 - mirrors.bbclass: use shallow tarball for binutils-native
|
H A D | release-notes-5.0.rst | 208 - ``git-make-shallow`` script: add support for Git's ``safe.bareRepository=explicit``
|
H A D | release-notes-4.0.rst | 203 - glibc and binutils recipes now use shallow mirror tarballs for faster fetching
|
H A D | release-notes-4.2.rst | 328 …- :ref:`ref-classes-mirrors` class: use shallow tarball for ``binutils-native``/``nativesdk-binut…
|
/openbmc/linux/Documentation/gpu/ |
H A D | introduction.rst | 138 To shallow the learning curve, this section contains a list of presentations
|
/openbmc/linux/net/ipv4/ |
H A D | Kconfig | 639 commodity, shallow-buffered switches. 677 operate with shallow buffers, deep buffers, bufferbloat, policers, or
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-power | 30 as "s2idle" (always present), "shallow" and "deep" (present if
|
/openbmc/linux/Documentation/driver-api/pm/ |
H A D | devices.rst | 270 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 D | submitting-a-patch.rst | 302 letter, with shallow threading (all patches in the series are
|
/openbmc/qemu/docs/interop/ |
H A D | live-block-operations.rst | 678 Sometimes, this is also referred to as "shallow copy" -- because only
|