-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scripts: drop downstream 'west patch' command
Zephyr upstream has its own implementation of 'west patch' subcommand, which will basically allow the same kind of functionality. Drop downstream 'west patch', since it is not used currently by the SDK. That way there won't be any conflict after bumping Zephyr version. Signed-off-by: Marcin Niestroj <[email protected]>
- Loading branch information
Showing
12 changed files
with
0 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,3 @@ manifest: | |
name-allowlist: | ||
- nrf | ||
- zephyr | ||
userdata: | ||
patches_dirs: | ||
- patches/west-ncs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,3 @@ manifest: | |
- trusted-firmware-m | ||
- zcbor | ||
- zephyr | ||
userdata: | ||
patches_dirs: | ||
- patches/west-ncs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,3 @@ manifest: | |
file: west-zephyr.yml | ||
name-allowlist: | ||
- zephyr | ||
userdata: | ||
patches_dirs: | ||
- patches/west-zephyr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,3 @@ manifest: | |
- tinycrypt | ||
- zcbor | ||
- zephyr | ||
userdata: | ||
patches_dirs: | ||
- patches/west-zephyr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -93,7 +93,6 @@ jobs: | |
west update -o=--depth=1 -n | ||
git config --global user.email [email protected] | ||
git config --global user.name "Git User" | ||
west patch | ||
pip install \ | ||
-r zephyr/scripts/requirements-base.txt \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,7 +64,6 @@ jobs: | |
west update -o=--depth=1 -n | ||
git config --global user.email [email protected] | ||
git config --global user.name "Git User" | ||
west patch | ||
pip3 install \ | ||
-r zephyr/scripts/requirements-base.txt \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,7 +91,6 @@ jobs: | |
if west config manifest.file | grep -q '.ci-west-zephyr.yml'; then | ||
git config --global user.email [email protected] | ||
git config --global user.name "Git User" | ||
west patch | ||
fi | ||
pip3 install \ | ||
|
@@ -173,7 +172,6 @@ jobs: | |
west update -o=--depth=1 -n | ||
git config --global user.email [email protected] | ||
git config --global user.name "Git User" | ||
west patch | ||
pip3 install \ | ||
-r zephyr/scripts/requirements-base.txt \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
exclude: '^patches/' | ||
repos: | ||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: v4.6.0 | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters