Home
last modified time | relevance | path

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

12

/sof-2.7.6/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}")
44 message(STATUS "Git submodules update HACK")
50 …message(FATAL_ERROR "git submodule update --init failed with ${GIT_SUBMOD_RESULT}, please checkout…
55 endif() # .git/
Dversion.cmake5 # 2) git
18 # - git version of the pull request
19 # - git version of the moving branch it's being merged with
28 # gathered by git describe is disposable hence useless. Only the
30 message(STATUS "Building git commit with parent(s):")
31 # Note execute_process() failures are ignored by default (missing git...)
33 COMMAND git log --parents --oneline --decorate -n 1 HEAD
51 COMMAND git describe --tags --abbrev=12 --match v* --dirty
57 execute_process(COMMAND git log --pretty=format:%h -1
66 "git describe found ${GIT_TAG} / nothing starting with 'v'. Shallow clone?")
[all …]
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")
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-2.7.6/scripts/docker_build/sof_qemu/
DDockerfile34 git \
49 ARG SOF_REPO=$GITHUB_SOF/qemu.git
53 RUN cd /home/sof && git clone $CLONE_DEFAULTS --branch sof-v4.2 $SOF_REPO && \
55 # replace the submodule git repo to github mirror
56 sed -i 's#git://git.qemu.org#https://github.com/qemu#g' .gitmodules && \
57 sed -i 's#git://git.qemu-project.org#https://github.com/qemu#g' .gitmodules && \
62 RUN mkdir -p /home/sof/sof.git
/sof-2.7.6/scripts/docker_build/sof_builder/
DDockerfile14 # docker run -it -v <insert sof dir here>:/home/sof/work/sof.git --user `id -u` sof ./incremental.…
41 git \
73 git clone $CLONE_DEFAULTS https://github.com/thesofproject/alsa-lib.git && \
74 git clone $CLONE_DEFAULTS https://github.com/thesofproject/alsa-utils.git && \
80 ARG XT_OVERLAY_REPO=$GITHUB_SOF/xtensa-overlay.git
81 ARG CT_NG_REPO=$GITHUB_SOF/crosstool-ng.git
85 git clone $CLONE_DEFAULTS --branch sof-gcc10.2 $XT_OVERLAY_REPO && \
87 git clone $CLONE_DEFAULTS --branch sof-gcc10x $CT_NG_REPO && \
109 ARG NEWLIB_REPO=https://github.com/jcmvbkbc/newlib-xtensa.git
111 git clone $CLONE_DEFAULTS --branch xtensa $NEWLIB_REPO && \
[all …]
/sof-2.7.6/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 \
Dxtensa-build-zephyr.sh78 type -p git || die "Install git"
82 git clone --depth=5 https://github.com/zephyrproject-rtos/zephyr \
84 git -C "$WEST_TOP"/zephyr --no-pager log --oneline --graph \
276 git submodule update --init --recursive
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 |
Ddocker-run.sh19 docker run -i -v "$(pwd)":/home/sof/work/sof.git \
DREADME.docker30 An incremental sof.git build:
/sof-2.7.6/zephyr/
DREADME22 repo: git@github.com:thesofproject/sof.git
30 repo: git@github.com:thesofproject/zephyr.git
57 git@github.com:thesofproject/qemu.git
/sof-2.7.6/.github/workflows/
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"
Dinstaller.yml23 # From time to time this will catch a git tag and change SOF_VERSION
43 ! git status --porcelain --ignored | grep .
Dzephyr.yml15 # From time to time this will catch a git tag and change SOF_VERSION
Dcodestyle.yml43 git --no-pager log --oneline --graph --decorate --max-count=50
/sof-2.7.6/
D.gitmodules3 url = ../rimage.git
DCMakeLists.txt61 # check git hooks
62 include(scripts/cmake/git-hooks.cmake)
65 include(scripts/cmake/git-submodules.cmake)
D.travis.yml12 git:
62 - ./scripts/docker-qemu.sh ../sof.git/scripts/qemu-check.sh $PLATFORM
D.gitignore54 .checkpatch-camelcase.git.*
/sof-2.7.6/installer/
Dsample-config.mk23 # SOF_VERSION := $(shell git describe --tags )
DGNUmakefile19 # To find aliases, try in a Linux kernel git clone:
21 # git grep 'sof-.*\.ri' -- sound/soc/
51 SOF_VERSION ?= $(shell git describe --dirty)
/sof-2.7.6/tools/tune/src/
DREADME33 sof.git/src/include/sof/audio/coefficients/src.

12