Home
last modified time | relevance | path

Searched +full:url +full:- +full:base (Results 1 – 2 of 2) sorted by relevance

/sof-3.4.0/
Dwest.yml1 ---
10 - name: thesofproject
11 url-base: https://github.com/thesofproject
12 - name: zephyrproject
13 url-base: https://github.com/zephyrproject-rtos
15 # When upgrading projects here please run git log --oneline in the
19 # (git log 4e1d3ba61abd3 -- rimage/)
21 # WARNING: for backwards compatibility with non-Zephyr platforms,
25 # `git commit --amend` if you forgot and already committed this
29 # describe` notice and a "-dirty" suffix appears in the SOF version.
[all …]
/sof-3.4.0/scripts/
Dcheckpatch.pl2 # SPDX-License-Identifier: GPL-2.0
7 # (c) 2008-2010 Andy Whitcroft <apw@canonical.com>
8 # (c) 2010-2018 Joe Perches <joe@perches.com>
25 my $SOF = 1; # enables SOF-specific behaviour
69 my $docsfile = "$D/../Documentation/dev-tools/checkpatch.rst";
72 my $allow_c99_comments = 1; # Can be overridden by --ignore C99_COMMENT_TOLERANCE
74 my $git_command ='export LANGUAGE=en_US.UTF-8; git';
86 -q, --quiet quiet
87 -v, --verbose verbose mode
88 --no-tree run without a kernel tree
[all …]