]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
repo: upgrade 2.47 -> 2.48
authorChanghyeok Bae <changhyeok.bae@gmail.com>
Sun, 13 Oct 2024 21:29:55 +0000 (21:29 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 15 Oct 2024 10:47:20 +0000 (11:47 +0100)
Changelog:
- sync: Always use WORKER_BATCH_SIZE
- project: Handle git sso auth failures as repo exit
- superproject: Remove notice about beta
- project: run fetch --refetch on unable to not parse commit
- Disable git terminal prompt during fetch/clone
- init: add --manifest-upstream-branch
- man: regenerate man pages

Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/repo/repo_2.48.bb [moved from meta/recipes-devtools/repo/repo_2.47.bb with 94% similarity]

similarity index 94%
rename from meta/recipes-devtools/repo/repo_2.47.bb
rename to meta/recipes-devtools/repo/repo_2.48.bb
index adebea1c8ef7a5c74a8606fc79a8c3b29113ad7e..8b72a9e71b519eb6f3db10976eb594405cd4a028 100644 (file)
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
 SRC_URI = "git://gerrit.googlesource.com/git-repo.git;protocol=https;branch=main \
            "
-SRCREV = "1e19f7dd61923b8835d9c6e1a7e560575dafaf1e"
+SRCREV = "454fdaf1191c87e5c770ab865a911e10e600e178"
 
 MIRRORS += "git://gerrit.googlesource.com/git-repo.git git://github.com/GerritCodeReview/git-repo.git"