diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-07-17 17:10:25 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-07-21 11:52:26 +0100 |
commit | 849b0dcebbae6d7f59c701fb2faeafdb8bd637e3 (patch) | |
tree | ddf0c460282ca3f092cf449f505ebb39ac5ffb82 | |
parent | 2c7c360936260457fb551c6429148f7c039428bb (diff) | |
download | poky-849b0dcebbae6d7f59c701fb2faeafdb8bd637e3.tar.gz |
repo: upgrade 2.34.1 -> 2.35
Changelog:
==========
Fixed a couple of bugs in ExitEvent logging:
- log exitcode 130 on KeyboardInterrupt
- log exitcode 1 on unhandled Exception
- log errorevent with specific reason for exit
(From OE-Core rev: da4a177be88b476ff15c26bc29215a9cdb7308eb)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/repo/repo_2.35.bb (renamed from meta/recipes-devtools/repo/repo_2.34.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/repo/repo_2.34.1.bb b/meta/recipes-devtools/repo/repo_2.35.bb index 1c5d1a08b3..d34c3db746 100644 --- a/meta/recipes-devtools/repo/repo_2.34.1.bb +++ b/meta/recipes-devtools/repo/repo_2.35.bb | |||
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | |||
12 | SRC_URI = "git://gerrit.googlesource.com/git-repo.git;protocol=https;branch=main \ | 12 | SRC_URI = "git://gerrit.googlesource.com/git-repo.git;protocol=https;branch=main \ |
13 | file://0001-python3-shebang.patch \ | 13 | file://0001-python3-shebang.patch \ |
14 | " | 14 | " |
15 | SRCREV = "945c006f406550add8a3cad32ada0791f5a15c53" | 15 | SRCREV = "c657844efe40b97700c3654989bdbe3a33e409d7" |
16 | 16 | ||
17 | MIRRORS += "git://gerrit.googlesource.com/git-repo.git git://github.com/GerritCodeReview/git-repo.git" | 17 | MIRRORS += "git://gerrit.googlesource.com/git-repo.git git://github.com/GerritCodeReview/git-repo.git" |
18 | 18 | ||