Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/2] Upgrade git and pseudo
@ 2025-07-04  6:26 liezhi.yang
  2025-07-04  6:26 ` [PATCH 1/2] git: 2.49.0 -> 2.50.0 liezhi.yang
  2025-07-04  6:26 ` [PATCH 2/2] pseudo: 1.9.0 -> 1.9.2 liezhi.yang
  0 siblings, 2 replies; 3+ messages in thread
From: liezhi.yang @ 2025-07-04  6:26 UTC (permalink / raw)
  To: openembedded-core

From: Robert Yang <liezhi.yang@windriver.com>

The following changes since commit 77a93e8cf1da4231341c56f64f9d4d474f9f2bb7:

  kernelsrc/perf: clean up package version while using kernel source (2025-07-03 10:40:14 +0100)

are available in the Git repository at:

  https://github.com/robertlinux/yocto rbt/pu
  https://github.com/robertlinux/yocto/tree/rbt/pu

Robert Yang (2):
  git: 2.49.0 -> 2.50.0
  pseudo: 1.9.0 -> 1.9.2

 meta/recipes-devtools/git/git/fixsort.patch      | 16 ++++++++--------
 .../git/{git_2.49.0.bb => git_2.50.0.bb}         |  2 +-
 meta/recipes-devtools/pseudo/pseudo_git.bb       |  4 ++--
 3 files changed, 11 insertions(+), 11 deletions(-)
 rename meta/recipes-devtools/git/{git_2.49.0.bb => git_2.50.0.bb} (98%)

-- 
2.49.0



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/2] git: 2.49.0 -> 2.50.0
  2025-07-04  6:26 [PATCH 0/2] Upgrade git and pseudo liezhi.yang
@ 2025-07-04  6:26 ` liezhi.yang
  2025-07-04  6:26 ` [PATCH 2/2] pseudo: 1.9.0 -> 1.9.2 liezhi.yang
  1 sibling, 0 replies; 3+ messages in thread
From: liezhi.yang @ 2025-07-04  6:26 UTC (permalink / raw)
  To: openembedded-core

From: Robert Yang <liezhi.yang@windriver.com>

* Rebased fixsort.patch

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 meta/recipes-devtools/git/git/fixsort.patch      | 16 ++++++++--------
 .../git/{git_2.49.0.bb => git_2.50.0.bb}         |  2 +-
 2 files changed, 9 insertions(+), 9 deletions(-)
 rename meta/recipes-devtools/git/{git_2.49.0.bb => git_2.50.0.bb} (98%)

diff --git a/meta/recipes-devtools/git/git/fixsort.patch b/meta/recipes-devtools/git/git/fixsort.patch
index e077eba8ff..7066e1808d 100644
--- a/meta/recipes-devtools/git/git/fixsort.patch
+++ b/meta/recipes-devtools/git/git/fixsort.patch
@@ -23,15 +23,15 @@ Upstream-Status: Submitted [https://public-inbox.org/git/f029a942dd3d50d85e60bd3
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/generate-configlist.sh b/generate-configlist.sh
-index dffdaad..cc35a21 100755
+index 75c39ad..6d4525e 100755
 --- a/generate-configlist.sh
 +++ b/generate-configlist.sh
-@@ -15,7 +15,7 @@ static const char *config_name_list[] = {
- EOF
- 	grep -h '^[a-zA-Z].*\..*::$' "$SOURCE_DIR"/Documentation/*config.adoc "$SOURCE_DIR"/Documentation/config/*.adoc |
- 	sed '/deprecated/d; s/::$//; s/,  */\n/g' |
--	sort |
-+	LC_ALL=C sort |
- 	sed 's/^.*$/	"&",/'
+@@ -23,7 +23,7 @@ EOF
+ 	d' \
+ 	    "$SOURCE_DIR"/Documentation/*config.adoc \
+ 	    "$SOURCE_DIR"/Documentation/config/*.adoc |
+-	sort
++	LC_ALL=C sort
  	cat <<EOF
  	NULL,
+ };
diff --git a/meta/recipes-devtools/git/git_2.49.0.bb b/meta/recipes-devtools/git/git_2.50.0.bb
similarity index 98%
rename from meta/recipes-devtools/git/git_2.49.0.bb
rename to meta/recipes-devtools/git/git_2.50.0.bb
index e1b501d62b..2d28fd05fc 100644
--- a/meta/recipes-devtools/git/git_2.49.0.bb
+++ b/meta/recipes-devtools/git/git_2.50.0.bb
@@ -170,4 +170,4 @@ EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no \
                  "
 EXTRA_OEMAKE += "NO_GETTEXT=1"
 
-SRC_URI[tarball.sha256sum] = "f8047f572f665bebeb637fd5f14678f31b3ca5d2ff9a18f20bd925bd48f75d3c"
+SRC_URI[tarball.sha256sum] = "920f8ca563d16a7d4fdecb44349cbffbc5cb814a8b36c96028463478197050da"
-- 
2.49.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 2/2] pseudo: 1.9.0 -> 1.9.2
  2025-07-04  6:26 [PATCH 0/2] Upgrade git and pseudo liezhi.yang
  2025-07-04  6:26 ` [PATCH 1/2] git: 2.49.0 -> 2.50.0 liezhi.yang
@ 2025-07-04  6:26 ` liezhi.yang
  1 sibling, 0 replies; 3+ messages in thread
From: liezhi.yang @ 2025-07-04  6:26 UTC (permalink / raw)
  To: openembedded-core

From: Robert Yang <liezhi.yang@windriver.com>

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 meta/recipes-devtools/pseudo/pseudo_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb
index 385b6f34d9..ae89d4d8e3 100644
--- a/meta/recipes-devtools/pseudo/pseudo_git.bb
+++ b/meta/recipes-devtools/pseudo/pseudo_git.bb
@@ -12,8 +12,8 @@ SRC_URI:append:class-nativesdk = " \
     file://older-glibc-symbols.patch"
 SRC_URI[prebuilt.sha256sum] = "ed9f456856e9d86359f169f46a70ad7be4190d6040282b84c8d97b99072485aa"
 
-SRCREV = "2c43381180f9cfef4c0a8bb0c1658a86c3fcc876"
-PV = "1.9.0+git"
+SRCREV = "b4645cb30573c5b3d5e94b9d50e1e2f8beefe9be"
+PV = "1.9.2"
 
 # largefile and 64bit time_t support adds these macros via compiler flags globally
 # remove them for pseudo since pseudo intercepts some of the functions which will be
-- 
2.49.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-07-04  6:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-04  6:26 [PATCH 0/2] Upgrade git and pseudo liezhi.yang
2025-07-04  6:26 ` [PATCH 1/2] git: 2.49.0 -> 2.50.0 liezhi.yang
2025-07-04  6:26 ` [PATCH 2/2] pseudo: 1.9.0 -> 1.9.2 liezhi.yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox