| /OK3568_Linux_fs/u-boot/ |
| H A D | MAINTAINERS | 9 Type is one of: git, hg, quilt, stgit, topgit 31 get_maintainer will not look at git log history when an F: pattern 32 match occurs. When an N: match occurs, git log history is used 33 to also notify the people that have git commit signatures. 59 T: git git://git.denx.de/u-boot-arc.git 65 T: git git://git.denx.de/u-boot-arm.git 71 T: git git://git.denx.de/u-boot-socfpga.git 77 T: git git://git.denx.de/u-boot-atmel.git 104 T: git git://git.denx.de/u-boot-imx.git 127 T: git git://git.denx.de/u-boot-marvell.git [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/scripts/ |
| H A D | save-patches.sh | 5 [ -d .git ] || exit 1 9 BASE_COMMIT=$(git log --pretty="%H" -1 "${3:-HEAD}" --) 29 git add . 30 if git diff HEAD -- | grep -q ""; then 31 git stash >/dev/null || git reset --hard 38 git reset &>/dev/null 39 if git status -s | grep -q ""; then 42 git status -s 44 if git status -s | grep -q "^?? "; then 46 git status -s | grep "^?? " [all …]
|
| H A D | release-chip.sh | 33 ORIG_COMMIT=$(git log --oneline -1 | cut -d' ' -f1) 40 $(git log -1 --format="%h %s") 43 git add -f . 44 git stash &>/dev/null 52 git branch -D $CHIP &>/dev/null || true 53 git checkout --orphan $CHIP &>/dev/null 54 git reset &>/dev/null 55 git add -f .gitignore common "$CHIPS_DIR/$CHIP" "$CHIP_DIR" "$CHIP" 56 git commit -s -F $COMMIT_MSG &>/dev/null 60 git add -f . [all …]
|
| H A D | release-doc.sh | 47 ORIG_COMMIT=$(git log --oneline -1 | cut -d' ' -f1) 54 $(git log -1 --format="%h %s") 57 git add -f . 58 git stash &>/dev/null 66 git branch -D $CHIP &>/dev/null || true 67 git checkout --orphan $CHIP &>/dev/null 68 git reset &>/dev/null 69 git add . 70 git commit -s -F $COMMIT_MSG &>/dev/null 74 git checkout $ORIG_COMMIT &>/dev/null
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/git/ |
| H A D | git_2.35.7.bb | 2 HOMEPAGE = "http://git-scm.com" 8 PROVIDES:append:class-native = " git-replacement-native" 10 SRC_URI = "${KERNELORG_MIRROR}/software/scm/git/git-${PV}.tar.gz;name=tarball \ 15 S = "${WORKDIR}/git-${PV}" 28 CVE_PRODUCT = "git-scm:git" 31 # in mirrored git repos. Most OE users wouldn't build the docs and 72 template_dir=${datadir}/git-core/templates 75 …install -m 644 ${S}/contrib/completion/git-completion.bash ${D}/${datadir}/bash-completion/complet… 88 # Only install the git cvsserver command if explicitly requested 91 rm ${D}${libexecdir}/git-core/git-cvsserver \ [all …]
|
| /OK3568_Linux_fs/kernel/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 …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-git/ |
| H A D | 0001-python3-git-CVE-2022-24439-fix-from-PR-1521.patch | 4 Subject: [PATCH] python3-git: CVE-2022-24439 fix from PR 1521 7 Since the URL is passed directly to git clone, and the remote-ext helper 20 git/cmd.py | 51 ++++++++++++++++++++++++-- 21 git/exc.py | 8 ++++ 22 git/objects/submodule/base.py | 19 ++++++---- 23 git/remote.py | 69 +++++++++++++++++++++++++++++++---- 24 git/repo/base.py | 44 ++++++++++++++++++---- 27 diff --git a/git/cmd.py b/git/cmd.py 29 --- a/git/cmd.py 30 +++ b/git/cmd.py [all …]
|
| H A D | 0001-python3-git-CVE-2022-24439-fix-from-PR-1518.patch | 4 Subject: [PATCH] python3-git: CVE-2022-24439 fix from PR 1518 38 git/remote.py | 6 +++--- 39 git/repo/base.py | 4 ++-- 42 diff --git a/git/remote.py b/git/remote.py 44 --- a/git/remote.py 45 +++ b/git/remote.py 50 - proc = self.repo.git.fetch(self, *args, as_process=True, with_stdout=False, 51 + proc = self.repo.git.fetch("--", self, *args, as_process=True, with_stdout=False, 58 kwargs = add_progress(kwargs, self.repo.git, progress) 59 - proc = self.repo.git.pull(self, refspec, with_stdout=False, as_process=True, [all …]
|
| /OK3568_Linux_fs/ |
| H A D | release_ok3568.sh | 6 OK3568_source_url=git@172.16.0.250:RK/3568-linux-5.10.160/OK3568-linux-source.git 9 OK3568_kernel_url=git@172.16.0.250:RK/3568-linux-5.10.160/OK3568-linux-kernel.git 12 OK3568_uboot_url=git@172.16.0.250:RK/3568-linux-5.10.160/OK3568-linux-uboot.git 15 git clone $OK3568_source_url OK3568_Linux_fs 17 git checkout $source_branch 19 git clone $OK3568_kernel_url $source_path/kernel 21 git checkout $kernel_branch 23 git clone $OK3568_uboot_url $source_path/u-boot 25 git checkout $uboot_branch
|
| /OK3568_Linux_fs/kernel/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 …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/repo/ |
| H A D | repo_2.22.bb | 12 SRC_URI = "git://gerrit.googlesource.com/git-repo.git;protocol=https;branch=main \ 17 MIRRORS += "git://gerrit.googlesource.com/git-repo.git git://github.com/GerritCodeReview/git-repo.g… 19 S = "${WORKDIR}/git" 26 install -D ${WORKDIR}/git/repo ${D}${bindir}/repo 29 RDEPENDS:${PN} = "python3 git"
|
| /OK3568_Linux_fs/kernel/ |
| H A D | MAINTAINERS | 44 script will be best if you have git installed and are making 45 your changes in a branch derived from Linus' latest git tree. 108 Type is one of: git, hg, quilt, stgit, topgit 127 get_maintainer will not look at git log history when an F: pattern 128 match occurs. When an N: match occurs, git log history is used 129 to also notify the people that have git commit signatures. 193 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git 194 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git 216 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git 233 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/rfkill/rfkill/ |
| H A D | dont.call.git.rev-parse.on.parent.dir.patch | 1 When WORKDIR is included in some other git checkout, version.sh calls git rev-parse 2 and it returns some description from that upper git checkout even when rfkill is 7 # on git builds check that the version number above 19 Don't try git rev-parse, if there isn't .git in ${S}. 27 -elif head=`git rev-parse --verify HEAD 2>/dev/null`; then 28 +elif test -d .git && head=`git rev-parse --verify HEAD 2>/dev/null`; then 29 git update-index --refresh --unmerged > /dev/null 30 descr=$(git describe 2>/dev/null || echo "v$VERSION")
|
| /OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/process/ |
| H A D | submitting-patches.rst | 32 补丁。一般来说,使用git将使您作为内核开发人员的生活更轻松。 38 如果您没有一个可以使用当前内核源代码的存储库,请使用git获取一个。您将要 41 git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 93 如果你用 ``git`` , ``git rebase -i`` 可以帮助你这一点。如果你不用 ``git``, 120 的源代码管理系统git中,那么维护人员将非常感谢您。见 :ref:`cn_explicit_in_reply_to`. 153 如果修补程序修复了特定提交中的错误,例如,使用 ``git bisct`` ,请使用带有前 159 下列 ``git config`` 设置可以添加让 ``git log``, ``git show`` 漂亮的显示格式:: 184 都能正常构建和运行。使用 ``git bisect`` 来追踪问题的开发者可能会在任何时 516 可以使用 ``git format-patch`` 进行正确的补丁格式设置。但是,这些工具无法创建 548 记住 e-mail 的“一句话概述”会成为该补丁的全局唯一标识。它会蔓延到 git [all …]
|
| H A D | 7.AdvancedTopics.rst | 24 中。本文档不会试图教会读者如何使用git;这会是个巨长的文档。相反,这里的重点 28 https://git-scm.com/ 30 https://www.kernel.org/pub/software/scm/git/docs/user-manual.html 39 使用git生成通过电子邮件提交的补丁是提高速度的一个很好的练习。 42 如果您有一个可以访问Internet的系统,那么使用git守护进程设置这样的服务器相 57 一个分支。等等。明智地使用git修改历史的能力可以帮助创建问题更少的干净补丁集。 79 在这种情况下,git rerere 工具很有用;它记住合并冲突是如何解决的,这样您就 100 的作者信息; ``git am`` 工具在这方面做得最好,但是如果它通过第三方转发给您, 104 的更改。在这方面,git request pull 命令非常有用;它将按照其他开发人员的预期
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/mmc/ |
| H A D | mmc-utils_git.bb | 2 HOMEPAGE = "http://git.kernel.org/cgit/linux/kernel/git/cjb/mmc-utils.git/" 10 PV = "0.1+git${SRCPV}" 12 SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git;branch=${SRCBRANCH}" 15 S = "${WORKDIR}/git"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/ |
| H A D | khronos-cts.inc | 5 git://github.com/KhronosGroup/VK-GL-CTS.git;protocol=https;name=vk-gl-cts;nobranch=1 \ 6 …git://github.com/google/amber;protocol=https;destsuffix=git/external/amber/src;name=amber;branch=m… 7 …git://github.com/KhronosGroup/glslang.git;protocol=https;destsuffix=git/external/glslang/src;name=… 8 …git://github.com/KhronosGroup/SPIRV-Headers.git;protocol=https;destsuffix=git/external/spirv-heade… 9 …git://github.com/KhronosGroup/SPIRV-Tools.git;protocol=https;destsuffix=git/external/spirv-tools/s… 10 …ontent.com/baldurk/renderdoc/v1.1/renderdoc/api/app/renderdoc_app.h;subdir=git/external/renderdoc/… 13 S = "${WORKDIR}/git" 17 S = "${WORKDIR}/git"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/bzip2/ |
| H A D | bzip2_1.0.8.bb | 17 … file://${WORKDIR}/git/commons-compress/LICENSE.txt;md5=86d3f3a95c324c9479bd8986968f4327 \ 18 … file://${WORKDIR}/git/dotnetzip/License.txt;md5=9cb56871eed4e748c3bc7e8ff352a54f \ 19 … file://${WORKDIR}/git/dotnetzip/License.zlib.txt;md5=cc421ccd22eeb2e5db6b79e6de0a029f \ 20 file://${WORKDIR}/git/go/LICENSE;md5=5d4950ecb7b26d2c5e4e7b4e0dd74707 \ 21 file://${WORKDIR}/git/lbzip2/COPYING;md5=d32239bcb673463ab874e80d47fae504 \ 25 git://sourceware.org/git/bzip2-tests.git;name=bzip2-tests;branch=master \ 55 cp -r ${WORKDIR}/git/commons-compress ${D}${PTEST_PATH}/bzip2-tests/commons-compress 56 cp -r ${WORKDIR}/git/dotnetzip ${D}${PTEST_PATH}/bzip2-tests/dotnetzip 57 cp -r ${WORKDIR}/git/go ${D}${PTEST_PATH}/bzip2-tests/go 58 cp -r ${WORKDIR}/git/lbzip2 ${D}${PTEST_PATH}/bzip2-tests/lbzip2 [all …]
|
| /OK3568_Linux_fs/yocto/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"
|
| /OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/git-submodule-test/ |
| H A D | git-submodule-test.bb | 1 SUMMARY = "Test recipe for fetching git submodules" 2 HOMEPAGE = "http://git.yoctoproject.org/cgit/cgit.cgi/git-submodule-test/" 8 SRC_URI = "gitsm://git.yoctoproject.org/git-submodule-test;branch=master" 11 S = "${WORKDIR}/git" 15 git status 21 git status
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/ |
| H A D | 0002-Fix-const-qualifier-error.patch | 16 Index: git/dict.h 18 --- git.orig/dict.h 19 +++ git/dict.h 29 Index: git/library.c 31 --- git.orig/library.c 32 +++ git/library.c 42 Index: git/vect.h 44 --- git.orig/vect.h 45 +++ git/vect.h 55 Index: git/value_dict.c [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | mirrors.bbclass | 44 git://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \ 55 git://.*/.* http://sources.openembedded.org/ \ 69 # Use MIRRORS to provide git repo fallbacks using the https protocol, for cases 70 # where git native protocol fetches may fail due to local firewall rules, etc. 73 git://salsa.debian.org/.* git://salsa.debian.org/PATH;protocol=https \ 74 git://git.gnome.org/.* git://gitlab.gnome.org/GNOME/PATH;protocol=https \ 75 git://.*/.* git://HOST/PATH;protocol=https \ 76 git://.*/.* git://HOST/git/PATH;protocol=https \ 80 # improves user experience whilst allowing the flexibility of git urls in the recipes 88 PREMIRRORS += "git://sourceware.org/git/glibc.git https://downloads.yoctoproject.org/mirror/sources… [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-filesystems/recipes-utils/f2fs-tools/ |
| H A D | f2fs-tools_1.14.0.bb | 2 HOMEPAGE = "https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git" 11 SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git;branch=master \ 15 S = "${WORKDIR}/git"
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtwebengine/chromium/ |
| H A D | 0012-chromium-skia-Fix-build-with-gcc-12.patch | 7 …git/src/3rdparty/chromium -I../../../../git/src/3rdparty/chromium/third_party/skia -I../../../../g… 8 ../../../../git/src/3rdparty/chromium/third_party/skia/src/utils/SkParseColor.cpp: In static member… 9 ../../../../git/src/3rdparty/chromium/third_party/skia/src/utils/SkParseColor.cpp:300:49: error: no… 13 … from ../../../../git/src/3rdparty/chromium/third_party/skia/include/core/SkImageInfo.h:11, 14 … from ../../../../git/src/3rdparty/chromium/third_party/skia/include/core/SkColor.h:11, 15 … from ../../../../git/src/3rdparty/chromium/third_party/skia/include/utils/SkParse.h:13, 16 … from ../../../../git/src/3rdparty/chromium/third_party/skia/src/utils/SkParseColor.cpp:9: 21 ../../../../git/src/3rdparty/chromium/third_party/skia/src/utils/SkParseColor.cpp:300:49: note: m… 24 ../../../../git/src/3rdparty/chromium/third_party/skia/src/utils/SkParseColor.cpp:301:49: error: no… 31 ../../../../git/src/3rdparty/chromium/third_party/skia/src/utils/SkParseColor.cpp:301:49: note: m… [all …]
|
| /OK3568_Linux_fs/buildroot/support/scripts/ |
| H A D | apply-patches.sh | 120 if [ ! -d .git ]; then 121 git init 123 git add -f .gitignore * 124 git commit --no-edit -m "init" 137 git am "${path}/${patch}" --exclude "*" || 138 git commit --allow-empty --no-edit -m "${patch}" 140 git add -f * 141 git commit --allow-empty --amend --no-edit 142 rm -rf .git/rebase-apply/ 145 while [ -f .git/gc.pid ]; do sleep 1;done
|