/openbmc/u-boot/ |
H A D | MAINTAINERS | 11 Type is one of: git, hg, quilt, stgit, topgit 28 get_maintainer will not look at git log history when an F: pattern 29 match occurs. When an N: match occurs, git log history is used 30 to also notify the people that have git commit signatures. 58 T: git git://git.denx.de/u-boot-arc.git 80 T: git git://git.denx.de/u-boot-arm.git 86 T: git git://git.denx.de/u-boot-socfpga.git 93 T: git git://git.denx.de/u-boot-amlogic.git 147 T: git git://git.denx.de/u-boot-imx.git 167 T: git git://git.denx.de/u-boot-marvell.git [all …]
|
/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ |
H A D | trusted-services-src.inc | 5 SRC_URI = "git://git.trustedfirmware.org/TS/trusted-services.git;protocol=https;branch=main;name=tr… 18 S = "${WORKDIR}/git/trusted-services" 19 PV ?= "0.0+git" 22 SRC_URI += "git://github.com/dgibson/dtc;name=dtc;protocol=https;branch=main;destsuffix=git/dtc" 27 SRC_URI += "git://github.com/ARMmbed/mbedtls.git;name=mbedtls;protocol=https;branch=master;destsuff… 32 SRC_URI += "git://github.com/nanopb/nanopb.git;name=nanopb;protocol=https;branch=master;destsuffix=… 37 SRC_URI += "git://github.com/laurencelundblade/QCBOR.git;name=qcbor;protocol=https;branch=master;de… 42 SRC_URI += "git://github.com/laurencelundblade/t_cose.git;name=tcose;protocol=https;branch=master;d… 47 SRC_URI += "git://github.com/cpputest/cpputest.git;name=cpputest;protocol=https;branch=master;dests… 57 apply_local_src_patches ${S}/external/qcbor ${WORKDIR}/git/qcbor [all …]
|
H A D | ts-newlib_4.1.0.bb | 7 SRC_URI += "git://sourceware.org/git/newlib-cygwin.git;name=newlib;protocol=https;branch=master;des… 17 EXTRA_OECMAKE += '-DNEWLIB_SOURCE_DIR=${WORKDIR}/git/newlib \ 29 cd ${WORKDIR}/git/newlib 31 git stash 32 git branch -f bf_am 33 git am ${S}/external/newlib/*.patch 34 git reset bf_am
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/ |
H A D | vulkan-cts-sources.inc | 14 …ontent.com/baldurk/renderdoc/v1.1/renderdoc/api/app/renderdoc_app.h;subdir=git/external/renderdoc/… 15 …git://github.com/KhronosGroup/SPIRV-Tools.git;protocol=https;nobranch=1;destsuffix=git/external/sp… 16 …git://github.com/KhronosGroup/glslang.git;protocol=https;nobranch=1;destsuffix=git/external/glslan… 17 …git://github.com/KhronosGroup/SPIRV-Headers.git;protocol=https;nobranch=1;destsuffix=git/external/… 18 …git://github.com/KhronosGroup/Vulkan-Docs.git;protocol=https;nobranch=1;destsuffix=git/external/vu… 19 …git://github.com/KhronosGroup/Vulkan-ValidationLayers.git;protocol=https;nobranch=1;destsuffix=git… 20 …git://github.com/google/amber.git;protocol=https;nobranch=1;destsuffix=git/external/amber/src;rev=… 21 …git://github.com/open-source-parsers/jsoncpp.git;protocol=https;nobranch=1;destsuffix=git/external… 22 …git://github.com/Igalia/vk_video_samples.git;protocol=https;nobranch=1;destsuffix=git/external/nvi…
|
H A D | opengl-es-cts-sources.inc | 14 …ontent.com/baldurk/renderdoc/v1.1/renderdoc/api/app/renderdoc_app.h;subdir=git/external/renderdoc/… 15 …git://github.com/KhronosGroup/SPIRV-Tools.git;protocol=https;nobranch=1;destsuffix=git/external/sp… 16 …git://github.com/KhronosGroup/glslang.git;protocol=https;nobranch=1;destsuffix=git/external/glslan… 17 …git://github.com/KhronosGroup/SPIRV-Headers.git;protocol=https;nobranch=1;destsuffix=git/external/… 18 …git://github.com/KhronosGroup/Vulkan-Docs.git;protocol=https;nobranch=1;destsuffix=git/external/vu… 19 …git://github.com/KhronosGroup/Vulkan-ValidationLayers.git;protocol=https;nobranch=1;destsuffix=git… 20 …git://github.com/google/amber.git;protocol=https;nobranch=1;destsuffix=git/external/amber/src;rev=… 21 …git://github.com/open-source-parsers/jsoncpp.git;protocol=https;nobranch=1;destsuffix=git/external… 22 …git://github.com/Igalia/vk_video_samples.git;protocol=https;nobranch=1;destsuffix=git/external/nvi…
|
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/ |
H A D | bug-bisect.rst | 34 使用 ``git`` 提供的工具可以很容易地找到缺陷,只要缺陷是可复现的。 38 - 从git源代码构建内核 41 $ git bisect start 45 $ git bisect bad [commit] 49 $ git bisect good [commit] 52 - 使用以下任一与git bisect进行交互:: 54 $ git bisect good 58 $ git bisect bad 61 - 在一些交互之后,git bisect将给出可能导致缺陷的变更集。 65 $ git bisect start [all …]
|
/openbmc/linux/Documentation/translations/zh_TW/admin-guide/ |
H A D | bug-bisect.rst | 37 使用 ``git`` 提供的工具可以很容易地找到缺陷,只要缺陷是可復現的。 41 - 從git原始碼構建內核 44 $ git bisect start 48 $ git bisect bad [commit] 52 $ git bisect good [commit] 55 - 使用以下任一與git bisect進行交互:: 57 $ git bisect good 61 $ git bisect bad 64 - 在一些交互之後,git bisect將給出可能導致缺陷的變更集。 68 $ git bisect start [all …]
|
/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-m/ |
H A D | trusted-firmware-m-2.1.0-src.inc | 11 SRC_URI_TRUSTED_FIRMWARE_M ?= "git://git.trustedfirmware.org/TF-M/trusted-firmware-m.git;protocol=h… 12 SRC_URI_TRUSTED_FIRMWARE_M_EXTRAS ?= "git://git.trustedfirmware.org/TF-M/tf-m-extras.git;protocol=h… 13 SRC_URI_TRUSTED_FIRMWARE_M_TESTS ?= "git://git.trustedfirmware.org/TF-M/tf-m-tests.git;protocol=htt… 14 SRC_URI_TRUSTED_FIRMWARE_M_CMSIS ?= "git://github.com/ARM-software/CMSIS_6.git;protocol=https" 15 SRC_URI_TRUSTED_FIRMWARE_M_MBEDTLS ?= "gitsm://github.com/ARMmbed/mbedtls.git;protocol=https" 16 SRC_URI_TRUSTED_FIRMWARE_M_MCUBOOT ?= "git://github.com/mcu-tools/mcuboot.git;protocol=https" 17 SRC_URI_TRUSTED_FIRMWARE_M_QCBOR ?= "git://github.com/laurencelundblade/QCBOR.git;protocol=https" 18 SRC_URI_TRUSTED_FIRMWARE_M_PSA_ADAC ?= "git://git.trustedfirmware.org/shared/psa-adac.git;protocol=… 19 SRC_URI = "${SRC_URI_TRUSTED_FIRMWARE_M};branch=${SRCBRANCH_tfm};name=tfm;destsuffix=git/tfm \ 20 …USTED_FIRMWARE_M_EXTRAS};branch=${SRCBRANCH_tfm-extras};name=tfm-extras;destsuffix=git/tfm-extras \ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minio/ |
H A D | src_uri.inc | 2 # [1] git ls-remote https://github.com/charmbracelet/bubbletea 3dc51789d11229a1fb00f137d02b50b04cac… 4 SRC_URI += "git://github.com/charmbracelet/bubbletea;name=bubbletea;protocol=https;nobranch=1;dests… 7 # [1] git ls-remote https://github.com/cheggaaa/pb e2a33cc368a206516cc95f7bdd9176db0b83f098 9 SRC_URI += "git://github.com/cheggaaa/pb;name=pb;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${… 12 # [1] git ls-remote https://github.com/dustin/go-humanize e673fa1ffc91213297a60d18a6f513aa74bced52 14 SRC_URI += "git://github.com/dustin/go-humanize;name=go-humanize;protocol=https;nobranch=1;destsuff… 17 # [1] git ls-remote https://github.com/fatih/color a05da93ebe62ca9fc6791d3376ec4dad01196448 19 SRC_URI += "git://github.com/fatih/color;name=color;protocol=https;nobranch=1;destsuffix=${WORKDIR}… 22 # [1] git ls-remote https://github.com/go-ole/go-ole 8b1f7f90f6b1728609c9694f2cff140d34fd91f8 24 SRC_URI += "git://github.com/go-ole/go-ole;name=go-ole;protocol=https;nobranch=1;destsuffix=${WORKD… [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/git/ |
H A D | git_2.47.1.bb | 2 HOMEPAGE = "http://git-scm.com" 9 PROVIDES:append:class-native = " git-replacement-native" 11 SRC_URI = "${KERNELORG_MIRROR}/software/scm/git/git-${PV}.tar.gz;name=tarball \ 16 S = "${WORKDIR}/git-${PV}" 29 CVE_PRODUCT = "git-scm:git" 65 template_dir=${datadir}/git-core/templates 68 …install -m 644 ${S}/contrib/completion/git-completion.bash ${D}/${datadir}/bash-completion/complet… 82 # Only install the git cvsserver command if explicitly requested 85 rm ${D}${libexecdir}/git-core/git-cvsserver \ 86 ${D}${bindir}/git-cvsserver [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perfetto/ |
H A D | perfetto.bb | 14 …git://github.com/protocolbuffers/protobuf.git;branch=main;protocol=https;destsuffix=git/buildtools… 15 …git://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git;protocol=https;de… 16 …git://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git;protocol=https… 17 …git://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git;protocol=https… 18 …git://android.googlesource.com/platform/system/libbase.git;branch=master;protocol=https;destsuffix… 19 …git://android.googlesource.com/platform/system/unwinding.git;branch=master;protocol=https;destsuff… 20 …git://android.googlesource.com/platform/system/logging.git;branch=master;protocol=https;destsuffix… 21 …git://android.googlesource.com/platform/system/libprocinfo.git;branch=master;protocol=https;destsu… 22 …git://android.googlesource.com/platform/system/core.git;branch=master;protocol=https;destsuffix=gi… 23 …git://android.googlesource.com/platform/bionic.git;branch=master;protocol=https;destsuffix=git/bui… [all …]
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | examples.txt | 66 well. For example the page allocations done by a 'git gc' can be 69 titan:~/git> perf record -e kmem:mm_page_alloc -c 1 ./git gc 79 titan:~/git> perf report 85 23.57% git-repack /lib64/libc-2.5.so 86 21.81% git /lib64/libc-2.5.so 87 14.59% git ./git 88 11.79% git-repack ./git 89 7.12% git /lib64/ld-2.5.so 90 3.16% git-repack /lib64/libpthread-2.5.so 91 2.09% git-repack /bin/bash [all …]
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | bug-bisect.rst | 29 Using the provided tools with ``git`` makes finding bugs easy provided the bug 34 - build the Kernel from its git source 37 $ git bisect start 41 $ git bisect bad [commit] 45 $ git bisect good [commit] 48 - interact with git bisect by using either:: 50 $ git bisect good 54 $ git bisect bad 57 - After some interactions, git bisect will give you the changeset that 63 $ git bisect start [all …]
|
/openbmc/qemu/ |
H A D | .gitmodules | 3 url = https://gitlab.com/qemu-project/seabios.git/ 6 url = https://gitlab.com/qemu-project/SLOF.git 9 url = https://gitlab.com/qemu-project/ipxe.git 12 url = https://gitlab.com/qemu-project/openbios.git 15 url = https://gitlab.com/qemu-project/qemu-palcode.git 18 url = https://gitlab.com/qemu-project/u-boot.git 21 url = https://gitlab.com/qemu-project/skiboot.git 24 url = https://gitlab.com/qemu-project/QemuMacDrivers.git 27 url = https://gitlab.com/qemu-project/seabios-hppa.git 30 url = https://gitlab.com/qemu-project/u-boot-sam460ex.git [all …]
|
/openbmc/linux/Documentation/translations/zh_CN/maintainer/ |
H A D | configure-git.rst | 3 :Original: Documentation/maintainer/configure-git.rst 14 本章讲述了维护者级别的git配置。 17 GPG公钥进行签名。可以通过将 ``-u`` 标志传递给 ``git tag`` 来创建签名标记。 20 git config user.signingkey "keyname" 22 或者手动编辑你的 ``.git/config`` 或 ``~/.gitconfig`` 文件:: 29 你可能需要告诉 ``git`` 去使用 ``gpg2``:: 49 通过在git中添加以下钩子,可以将此配置为在发布 ``git am`` 时自动执行: 53 $ git config am.messageid true 54 $ cat >.git/hooks/applypatch-msg <<'EOF' 56 . git-sh-setup [all …]
|
H A D | pull-requests.rst | 41 git tag -s char-misc-4.15-rc1 char-misc-next 44 的标记,并用您的gpg密钥签名(参见 Documentation/maintainer/configure-git.rst )。 48 当您运行上述命令时 ``git`` 会打开编辑器要求你描述一下这个标记。在本例中您需要 107 此标记消息格式就像一个git提交。顶部有一行“总结标题”, 一定要在下面sign-off。 111 git push origin char-misc-4.15-rc1 117 最后要做的是创建拉取请求消息。可以使用 ``git request-pull`` 命令让 ``git`` 121 …git request-pull master git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git/ char-m… 125 此命令要求git比较从“char-misc-4.15-rc1”标记位置到“master”分支头(上述 127 git:// 协议拉取。如果你希望使用 https:// 协议,也可以用在这里(但是请 130 如果char-misc-4.15-rc1标记没有出现在我要求拉取的仓库中,git会提醒 [all …]
|
/openbmc/linux/Documentation/translations/zh_CN/process/ |
H A D | submitting-patches.rst | 32 本文档假设您正在使用 ``git`` 准备你的补丁。如果您不熟悉 ``git`` ,最好学习 41 如果您手头没有当前内核源代码的存储库,请使用 ``git`` 获取一份。您需要先获取 44 git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 74 码管理系统 ``git`` 中,那么维护人员将非常感谢您。 115 如果补丁修复了特定提交中的错误,例如使用 ``git bisct`` 发现了一个问题,请使用 121 下列 ``git config`` 设置可以让 ``git log``, ``git show`` 增加上述风格的显示格式:: 130 $ git log -1 --pretty=fixes 54a4f0239f2e 154 都能正常构建和运行。使用 ``git bisect`` 来追踪问题的开发者可能会在任何地方分 234 是使用 ``git send-email`` 。https://git-send-email.io 有 ``git send-email`` 237 如果你选择不用 ``git send-email`` : [all …]
|
H A D | 7.AdvancedTopics.rst | 31 中。本文档不会试图教会读者如何使用git;这会是个巨长的文档。相反,这里的重点 35 https://git-scm.com/ 37 https://www.kernel.org/pub/software/scm/git/docs/user-manual.html 48 使用git生成通过电子邮件提交的补丁是提高速度的一个很好的练习。 51 如果您有一个可以访问因特网的系统,那么使用git-daemon设置这样的服务器相对 66 分支。等等。明智地使用git修改历史的能力可以帮助创建问题更少的干净补丁集。 88 这种情况下,git“rerere”工具很有用;它能记住合并冲突是如何解决的,这样您 109 的作者信息; git “am”工具在这方面做得最好,但是如果补丁通过第三方转发给您, 113 更改。在这方面 git request-pull 命令非常有用;它将按照其他开发人员所期望的
|
/openbmc/openbmc/poky/meta/recipes-devtools/repo/ |
H A D | repo_2.50.1.bb | 12 SRC_URI = "git://gerrit.googlesource.com/git-repo.git;protocol=https;branch=main \ 16 MIRRORS += "git://gerrit.googlesource.com/git-repo.git git://github.com/GerritCodeReview/git-repo.g… 18 S = "${WORKDIR}/git" 28 RDEPENDS:${PN} = "python3 git"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c/ |
H A D | 0001-unix-common.mk-Ensuring-Sequential-Execution-of-rm-a.patch | 28 but I don't see any changes which should cause this in the git since 31 martin@jama /OE/build/oe-core/tmp/work/core2-64-oe-linux/xmlrpc-c/1.60.03/git/stable $ grep -A 1 li… 32 make -C libutil++/ -f /OE/build/oe-core/tmp/work/core2-64-oe-linux/xmlrpc-c/1.60.03/git/stable/lib/… 35 …64-oe-linux/xmlrpc-c/1.60.03/git/stable/lib/libutil++/ -f /OE/build/oe-core/tmp/work/core2-64-oe-l… 38 martin@jama /OE/build/oe-core/tmp/work/core2-64-oe-linux/xmlrpc-c/1.60.03/git/stable $ grep -A 1 li… 39 make -C libutil/ -f /OE/build/oe-core/tmp/work/core2-64-oe-linux/xmlrpc-c/1.60.03/git/stable/lib/li… 42 …-64-oe-linux/xmlrpc-c/1.60.03/git/stable/lib/libutil/ -f /OE/build/oe-core/tmp/work/core2-64-oe-li… 45 …-64-oe-linux/xmlrpc-c/1.60.03/git/stable/lib/libutil/ -f /OE/build/oe-core/tmp/work/core2-64-oe-li… 48 …-64-oe-linux/xmlrpc-c/1.60.03/git/stable/lib/libutil/ -f /OE/build/oe-core/tmp/work/core2-64-oe-li… 51 …-64-oe-linux/xmlrpc-c/1.60.03/git/stable/lib/libutil/ -f /OE/build/oe-core/tmp/work/core2-64-oe-li… [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/rfkill/rfkill/ |
H A D | dont.call.git.rev-parse.on.parent.dir.patch | 3 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 9 # on git builds check that the version number above 21 Don't try git rev-parse, if there isn't .git in ${S}. 29 -elif head=`git rev-parse --verify HEAD 2>/dev/null`; then 30 +elif test -d .git && head=`git rev-parse --verify HEAD 2>/dev/null`; then 31 git update-index --refresh --unmerged > /dev/null 32 descr=$(git describe 2>/dev/null || echo "v$VERSION")
|
/openbmc/openbmc/poky/meta-selftest/recipes-test/gitrepotest/ |
H A D | gitrepotest.bb | 1 SUMMARY = "Test recipe for git repo initialization" 2 HOMEPAGE = "https://git.yoctoproject.org/git/matchbox-panel-2" 8 PATCHTOOL = "git" 10 SRC_URI = "git://git.yoctoproject.org/git/matchbox-panel-2;branch=master;protocol=https \ 16 S = "${WORKDIR}/git"
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/opcua/ |
H A D | open62541_1.3.8.bb | 2 HOMEPAGE = "https://github.com/open62541/open62541.git" 17 git://github.com/open62541/open62541.git;name=opcua;branch=1.3;protocol=https \ 18 … git://github.com/Pro/mdnsd.git;name=mdnsd;protocol=https;branch=master;destsuffix=git/deps/mdnsd \ 19 …git://github.com/OPCFoundation/UA-Nodeset;name=ua-nodeset;protocol=https;branch=v1.04;destsuffix=g… 20 …git://github.com/LiamBindle/MQTT-C.git;name=mqtt-c;protocol=https;branch=master;destsuffix=git/dep… 21 file://0001-fix-build-do-not-install-git-files.patch \ 24 S = "${WORKDIR}/git"
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/nv-codec-headers/ |
H A D | nv-codec-headers_12.1.14.0.bb | 2 HOMEPAGE = "https://git.videolan.org/git/ffmpeg/nv-codec-headers.git" 7 git://git.videolan.org/git/ffmpeg/nv-codec-headers.git;branch=master;protocol=https \ 11 S = "${WORKDIR}/git"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/openocd/ |
H A D | openocd_git.bb | 8 git://repo.or.cz/openocd.git;protocol=http;name=openocd;branch=master \ 9 git://repo.or.cz/r/git2cl.git;protocol=http;destsuffix=tools/git2cl;name=git2cl;branch=master \ 10 …git://github.com/msteveb/jimtcl.git;protocol=https;destsuffix=git/jimtcl;name=jimtcl;branch=master… 11 …git://repo.or.cz/r/libjaylink.git;protocol=http;destsuffix=git/src/jtag/drivers/libjaylink;name=li… 20 PV = "0.12+git" 21 S = "${WORKDIR}/git"
|