public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH 0/1] rpm: 4.20.1 -> 6.0.1
@ 2026-01-15  9:38 liezhi.yang
  2026-01-15  9:38 ` [PATCH 1/1] " liezhi.yang
  0 siblings, 1 reply; 6+ messages in thread
From: liezhi.yang @ 2026-01-15  9:38 UTC (permalink / raw)
  To: openembedded-core

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

The following changes since commit 8acdbefd0a148c8b7713f46066ae8489984c5d2d:

  pseudo: Update to pull in 'makewrappers: Fix EFAULT implementation' (2026-01-14 17:34:30 +0000)

are available in the Git repository at:

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

Robert Yang (1):
  rpm: 4.20.1 -> 6.0.1

 meta/recipes-devtools/rpm/{rpm_4.20.1.bb => rpm_6.0.1.bb} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename meta/recipes-devtools/rpm/{rpm_4.20.1.bb => rpm_6.0.1.bb} (100%)

-- 
2.49.0



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

* [PATCH 1/1] rpm: 4.20.1 -> 6.0.1
  2026-01-15  9:38 [PATCH 0/1] rpm: 4.20.1 -> 6.0.1 liezhi.yang
@ 2026-01-15  9:38 ` liezhi.yang
  2026-01-15  9:49   ` [OE-core] " Alexander Kanavin
  0 siblings, 1 reply; 6+ messages in thread
From: liezhi.yang @ 2026-01-15  9:38 UTC (permalink / raw)
  To: openembedded-core

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

* RPM 6.0.0 Release Notes: https://rpm.org/releases/6.0.0
* RPM 6.0.1 Release Notes: https://rpm.org/releases/6.0.1
* Test info:
  PACKAGE_CLASSES = "package_rpm"
  $ bitbake core-image-sato world

Works well

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 meta/recipes-devtools/rpm/{rpm_4.20.1.bb => rpm_6.0.1.bb} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename meta/recipes-devtools/rpm/{rpm_4.20.1.bb => rpm_6.0.1.bb} (100%)

diff --git a/meta/recipes-devtools/rpm/rpm_4.20.1.bb b/meta/recipes-devtools/rpm/rpm_6.0.1.bb
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm_4.20.1.bb
rename to meta/recipes-devtools/rpm/rpm_6.0.1.bb
-- 
2.49.0



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

* Re: [OE-core] [PATCH 1/1] rpm: 4.20.1 -> 6.0.1
  2026-01-15  9:38 ` [PATCH 1/1] " liezhi.yang
@ 2026-01-15  9:49   ` Alexander Kanavin
  2026-01-15  9:59     ` Robert Yang
  0 siblings, 1 reply; 6+ messages in thread
From: Alexander Kanavin @ 2026-01-15  9:49 UTC (permalink / raw)
  To: liezhi.yang; +Cc: openembedded-core

On Thu, 15 Jan 2026 at 10:38, Robert Yang via lists.openembedded.org
<liezhi.yang=windriver.com@lists.openembedded.org> wrote:
> diff --git a/meta/recipes-devtools/rpm/rpm_4.20.1.bb b/meta/recipes-devtools/rpm/rpm_6.0.1.bb
> similarity index 100%
> rename from meta/recipes-devtools/rpm/rpm_4.20.1.bb
> rename to meta/recipes-devtools/rpm/rpm_6.0.1.bb

This can't be right?

Alex


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

* Re: [OE-core] [PATCH 1/1] rpm: 4.20.1 -> 6.0.1
  2026-01-15  9:49   ` [OE-core] " Alexander Kanavin
@ 2026-01-15  9:59     ` Robert Yang
  2026-01-15 10:01       ` Alexander Kanavin
  0 siblings, 1 reply; 6+ messages in thread
From: Robert Yang @ 2026-01-15  9:59 UTC (permalink / raw)
  To: Alexander Kanavin; +Cc: openembedded-core



On 1/15/26 17:49, Alexander Kanavin wrote:
> On Thu, 15 Jan 2026 at 10:38, Robert Yang via lists.openembedded.org
> <liezhi.yang=windriver.com@lists.openembedded.org> wrote:
>> diff --git a/meta/recipes-devtools/rpm/rpm_4.20.1.bb b/meta/recipes-devtools/rpm/rpm_6.0.1.bb
>> similarity index 100%
>> rename from meta/recipes-devtools/rpm/rpm_4.20.1.bb
>> rename to meta/recipes-devtools/rpm/rpm_6.0.1.bb
> 
> This can't be right?

You're right, I was curious that why there wasn't errors for such an upgrade.

I checked the PV and rpm file name, both of them are changed..., but I should
update the SRCREV, I will re-do it.

// Robert

> 
> Alex



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

* Re: [OE-core] [PATCH 1/1] rpm: 4.20.1 -> 6.0.1
  2026-01-15  9:59     ` Robert Yang
@ 2026-01-15 10:01       ` Alexander Kanavin
  2026-01-15 11:13         ` Robert Yang
  0 siblings, 1 reply; 6+ messages in thread
From: Alexander Kanavin @ 2026-01-15 10:01 UTC (permalink / raw)
  To: Robert Yang; +Cc: openembedded-core

On Thu, 15 Jan 2026 at 10:59, Robert Yang <liezhi.yang@windriver.com> wrote:
> >> diff --git a/meta/recipes-devtools/rpm/rpm_4.20.1.bb b/meta/recipes-devtools/rpm/rpm_6.0.1.bb
> >> similarity index 100%
> >> rename from meta/recipes-devtools/rpm/rpm_4.20.1.bb
> >> rename to meta/recipes-devtools/rpm/rpm_6.0.1.bb
> >
> > This can't be right?
>
> You're right, I was curious that why there wasn't errors for such an upgrade.
>
> I checked the PV and rpm file name, both of them are changed..., but I should
> update the SRCREV, I will re-do it.

I guess there's no tag= in SRC_URI at the moment, otherwise it
would've been caught?

Alex


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

* Re: [OE-core] [PATCH 1/1] rpm: 4.20.1 -> 6.0.1
  2026-01-15 10:01       ` Alexander Kanavin
@ 2026-01-15 11:13         ` Robert Yang
  0 siblings, 0 replies; 6+ messages in thread
From: Robert Yang @ 2026-01-15 11:13 UTC (permalink / raw)
  To: alex.kanavin; +Cc: openembedded-core



On 1/15/26 18:01, Alexander Kanavin via lists.openembedded.org wrote:
> On Thu, 15 Jan 2026 at 10:59, Robert Yang <liezhi.yang@windriver.com> wrote:
>>>> diff --git a/meta/recipes-devtools/rpm/rpm_4.20.1.bb b/meta/recipes-devtools/rpm/rpm_6.0.1.bb
>>>> similarity index 100%
>>>> rename from meta/recipes-devtools/rpm/rpm_4.20.1.bb
>>>> rename to meta/recipes-devtools/rpm/rpm_6.0.1.bb
>>>
>>> This can't be right?
>>
>> You're right, I was curious that why there wasn't errors for such an upgrade.
>>
>> I checked the PV and rpm file name, both of them are changed..., but I should
>> update the SRCREV, I will re-do it.
> 
> I guess there's no tag= in SRC_URI at the moment, otherwise it
> would've been caught?

Yes, you are right, I will add it.

// Robert

> 
> Alex
> 
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#229398): https://lists.openembedded.org/g/openembedded-core/message/229398
> Mute This Topic: https://lists.openembedded.org/mt/117276630/7304958
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [liezhi.yang@eng.windriver.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 



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

end of thread, other threads:[~2026-01-15 11:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-15  9:38 [PATCH 0/1] rpm: 4.20.1 -> 6.0.1 liezhi.yang
2026-01-15  9:38 ` [PATCH 1/1] " liezhi.yang
2026-01-15  9:49   ` [OE-core] " Alexander Kanavin
2026-01-15  9:59     ` Robert Yang
2026-01-15 10:01       ` Alexander Kanavin
2026-01-15 11:13         ` Robert Yang

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