Home
last modified time | relevance | path

Searched full:git (Results 1 – 25 of 35) sorted by relevance

12

/sof-3.4.0/scripts/cmake/
Dgit-submodules.cmake3 find_package(Git)
6 if(GIT_FOUND AND EXISTS "${SOF_ROOT_SOURCE_DIRECTORY}/.git")
11 # "git status" nor "git diff" every few minutes and not
26 "git submodule status --recursive failed, returned: ${status}\n${stdout}")
32 "There are submodule changes, check git status and git diff\n${stdout}")
39 "${RIMAGE_CMAKE} not found. You should have used 'git clone --recursive'. \
40 To fix this existing git clone run:
41 git submodule update --init --merge --recursive
45 endif() # .git/
Dgit-hooks.cmake3 # Links git hooks, if there are no other hooks already
5 if(NOT EXISTS "${SOF_ROOT_SOURCE_DIRECTORY}/.git")
22 set(pre_commit_hook "${SOF_ROOT_SOURCE_DIRECTORY}/.git/hooks/pre-commit")
23 set(post_commit_hook "${SOF_ROOT_SOURCE_DIRECTORY}/.git/hooks/post-commit")
26 message(STATUS "Linking git pre-commit hook")
31 message(STATUS "Linking git post-commit hook")
Dversion.cmake5 # 2) git
18 # - git version of the pull request
19 # - git version of the moving branch it's being merged with
30 # --no-abbrev-commit because some git servers like github allow fetching
32 # `git help fetch-pack`)
33 message(STATUS "${SOF_ROOT_SOURCE_DIRECTORY} is at git commit with parent(s):")
34 # Note execute_process() failures are ignored by default (missing git...)
36 COMMAND git -C "${SOF_ROOT_SOURCE_DIRECTORY}"
56 COMMAND git describe --tags --abbrev=12 --match v* --dirty
62 execute_process(COMMAND git log --pretty=format:%h -1
[all …]
Ddist.cmake3 # This creates a release tarball from a git checkout.
6 # precedence; even for git checkouts it does! This can be used to make
15 COMMAND git archive --prefix=${TAR_BASENAME}/ -o "${TARBALL_PATH_TMP}" HEAD
17 # .tarball-version in the top build directory for git users' convenience
/sof-3.4.0/
Dwest.yml15 # When upgrading projects here please run git log --oneline in the
19 # (git log 4e1d3ba61abd3 -- rimage/)
22 # rimage and toml99 are STILL git submodules! Every time you change
23 # their `revision` revision here you MUST keep their git submodules in
24 # sync. This is as simple as `git add rimage` before committing (+
25 # `git commit --amend` if you forgot and already committed this
28 # When a submodule is out of sync then both `git status` and `git
30 # It is generally very bad practice to git push without looking
31 # at "git status"; even without submodules.
DCMakeLists.txt46 # check git hooks
47 include(scripts/cmake/git-hooks.cmake)
50 include(scripts/cmake/git-submodules.cmake)
D.travis.yml12 git:
62 - ./scripts/docker-qemu.sh ../sof.git/scripts/qemu-check.sh $PLATFORM
D.gitignore52 .checkpatch-camelcase.git.*
/sof-3.4.0/scripts/docker_build/sof_qemu/
DDockerfile34 git \
51 ARG SOF_REPO=$GITHUB_SOF/qemu.git
55 RUN cd /home/sof && git clone $CLONE_DEFAULTS --branch sof-v4.2 $SOF_REPO && \
57 # replace the submodule git repo to github mirror
58 sed -i 's#git://git.qemu.org#https://github.com/qemu#g' .gitmodules && \
59 sed -i 's#git://git.qemu-project.org#https://github.com/qemu#g' .gitmodules && \
64 RUN mkdir -p /home/sof/sof.git
/sof-3.4.0/scripts/docker_build/sof_builder/
DDockerfile14 # docker run -it -v <insert sof dir here>:/home/sof/work/sof.git --user `id -u` sof ./incremental.…
42 git \
74 git clone $CLONE_DEFAULTS https://github.com/thesofproject/alsa-lib.git && \
75 git clone $CLONE_DEFAULTS https://github.com/thesofproject/alsa-utils.git && \
82 ARG XT_OVERLAY_REPO=$GITHUB_SOF/xtensa-overlay.git
83 ARG CT_NG_REPO=$GITHUB_SOF/crosstool-ng.git
87 git clone $CLONE_DEFAULTS --branch sof-gcc10.2 $XT_OVERLAY_REPO && \
88 git clone $CLONE_DEFAULTS --branch sof-gcc10x $CT_NG_REPO && \
110 ARG NEWLIB_REPO=https://github.com/jcmvbkbc/newlib-xtensa.git
112 git clone $CLONE_DEFAULTS --branch xtensa $NEWLIB_REPO && \
[all …]
/sof-3.4.0/scripts/
Dgen-doc.sh61 git clone \
62 git@github.com:$GITHUB_USER/sof-docs.git \
67 git remote add upstream git@github.com:thesofproject/sof-docs.git
118 echo "Cloning thesofproject.github.io.git repo"
120 git clone \
121 git@github.com:thesofproject/thesofproject.github.io.git \
Ddocker-qemu.sh8 # ./scripts/docker-qemu.sh ../sof.git/scripts/qemu-check.sh
11 docker run -i --shm-size=512m --privileged -v `pwd`:/home/sof/sof.git \
Dsof-pre-commit-hook.sh5 exec git diff --cached | scripts/checkpatch.pl --no-tree --codespell --no-signoff -q -
Dsof-post-commit-hook.sh9 exec git show --format=email HEAD |
DREADME.docker30 An incremental sof.git build:
/sof-3.4.0/.github/workflows/
DSPDX-README.md12 - https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/lic…
13 - https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=9f3a89926d6d
Dzephyr.yml46 - name: git submodules consistency
50 git submodule update --init --recursive
53 if git status --porcelain=v2 | grep ^ ; then
54 git status
55 echo 'FAIL: inconsistency between git submodules and west.yml!'
57 echo 'Always use "git status"'
84 # Download a full clone to fix `git describe`, sof_version.h and
85 # build reproducibility. sof.git is still small.
91 # As of December 2022 `--shallow-exclude=v3.2.0-rc3` fixes `git
99 # git fetch --shallow-since='5 months ago' because Zephyr follows
[all …]
DshallowfetchPRcommits.sh10 # It does not rely on git merge-bases which basically don't work with
61 # and for what sort of PRs git fetching individual commits would be
65 git fetch --depth "$((PRlen+1))" "https://github.com/$gh_project" "pull/$pr_number/head"
Dsparse-zephyr.yml41 - name: git clone sparse analyzer
52 - name: git clone sof
54 # From time to time this will catch a git tag and change SOF_VERSION
Dpull-request.yml67 # regressions introduced in sof.git is very time-consuming, see
86 # Nested git clone, this is fine
88 run: git clone https://github.com/thesofproject/sof-docs sof-docs/
196 ../sof.git/scripts/qemu-check.sh ${PLATFORM}
Dinstaller.yml32 # From time to time this will catch a git tag and change SOF_VERSION
65 ! git status --porcelain --ignored | grep .
/sof-3.4.0/test/cmocka/m/
Dexport_get_git_describe.m4 % description - git describe output in successful run, otherwise Unknown
12 git_cmd = 'git describe --dirty --long --always';
/sof-3.4.0/zephyr/
DREADME24 git@github.com:thesofproject/qemu.git
DFindZephyr-sdk.cmake9 /opt/toolchains # in zephyr-build but not in zephyr.git, go figure
/sof-3.4.0/submanifests/sof-ci-jenkins/
Dzephyr-override-template.yml8 # where 'zephyr_version_to_test' is a fetchable git version (branch, tag,

12