summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-09-25 14:49:12 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-09-30 17:00:51 +0100
commit0afb0ccc28c606f151dbf564696afa4a283a4ad1 (patch)
treeac5ebabb15f86e52d73e71022f04adfe7b839946
parent2eaa5d068965dd4f7f79e62721bd1490d1c3968e (diff)
downloadpoky-0afb0ccc28c606f151dbf564696afa4a283a4ad1.tar.gz
repo: upgrade 2.46 -> 2.47
Changelog: ========== - sync: include TARGET_RELEASE when constructing smart sync target. - color: fix have_fg not re assign to true - tox.ini: Make the lint and format environments run black for all code - tox.ini, constraints.txt: Lock the version of black to <24 - project: run fetch --refetch onacould not parse commit - Add a --rebase option to sync command - sync: Fix git command for aborting rebase being called incorrectly. (From OE-Core rev: 1cf6b36ca45e584aa949974c71df9249e0f81f26) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/repo/repo_2.47.bb (renamed from meta/recipes-devtools/repo/repo_2.46.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/repo/repo_2.46.bb b/meta/recipes-devtools/repo/repo_2.47.bb
index 147b09ce85..adebea1c8e 100644
--- a/meta/recipes-devtools/repo/repo_2.46.bb
+++ b/meta/recipes-devtools/repo/repo_2.47.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
11 11
12SRC_URI = "git://gerrit.googlesource.com/git-repo.git;protocol=https;branch=main \ 12SRC_URI = "git://gerrit.googlesource.com/git-repo.git;protocol=https;branch=main \
13 " 13 "
14SRCREV = "0444ddf78e3026056ee3786119e595909c039ff2" 14SRCREV = "1e19f7dd61923b8835d9c6e1a7e560575dafaf1e"
15 15
16MIRRORS += "git://gerrit.googlesource.com/git-repo.git git://github.com/GerritCodeReview/git-repo.git" 16MIRRORS += "git://gerrit.googlesource.com/git-repo.git git://github.com/GerritCodeReview/git-repo.git"
17 17