Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Ryan Eatmon <reatmon@ti.com>
To: <richard.purdie@linuxfoundation.org>,
	<sumanth.gavini@windriver.com>,
	<openembedded-core@lists.openembedded.org>
Cc: <alex.kanavin@gmail.com>, <mathieu.dubois-briand@bootlin.com>,
	<mattware@cisco.com>, <esparlin@cisco.com>,
	<peter.marko@siemens.com>, <randy.macleod@windriver.com>
Subject: Re: [OE-core] [PATCH v15 00/12] rpm: 4.20.1 -> 6.0.2
Date: Mon, 17 Aug 2026 20:13:56 -0500	[thread overview]
Message-ID: <48685035-4165-421f-b57f-7746e242221c@ti.com> (raw)
In-Reply-To: <9b1d36c0af04de14a7f59695e40f513dc454d7a4.camel@linuxfoundation.org>



On 8/17/2026 5:20 PM, Richard Purdie via lists.openembedded.org wrote:
> On Sun, 2026-08-16 at 16:10 -0700, Sumanth Gavini via lists.openembedded.org wrote:
>> Sumanth Gavini (12):
>>    package_rpm.bbclass: Drop external dependency generator to support rpm
>>      6
> 
> I am still worried about what this means. We've focused on build
> failures and trying to get this to test out ok, but what are the
> implications of the internal vs. external rpmdeps change?
> 
> What it means is that we go from these dependencies being present for
> all package backends to them only working for rpm.
> 
> If you use rpm, great, it probably doesn't matter so much to you. If
> you use ipk or deb, bad luck.
> 
> Do we really want to have different dependencies between packages
> depending on which backend you select?

I would think not.  Part of the purpose of a project like Yocto is to 
provide consistency regardless of which backend you choose.  And that 
would include init system (sysvinit vs systemd), windowing system, 
audio, and even packaging.


> Cheers,
> 
> Richard
> 
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#243640): https://lists.openembedded.org/g/openembedded-core/message/243640
> Mute This Topic: https://lists.openembedded.org/mt/120783173/6551054
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [reatmon@ti.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 

-- 
Ryan Eatmon                reatmon@ti.com
-----------------------------------------
Texas Instruments, Inc.  -  LCPD  -  MGTS


  reply	other threads:[~2026-08-18  1:14 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-16 23:10 [PATCH v15 00/12] rpm: 4.20.1 -> 6.0.2 Sumanth Gavini
2026-08-16 23:10 ` [PATCH v15 01/12] package_rpm.bbclass: Drop external dependency generator to support rpm 6 Sumanth Gavini
2026-08-17  8:55   ` Mathieu Dubois-Briand
2026-08-17 13:34     ` Gavini, Sumanth
2026-08-17 14:48       ` Mathieu Dubois-Briand
2026-08-17 20:15         ` Alexander Kanavin
2026-08-19  7:10         ` Mathieu Dubois-Briand
2026-08-22  9:05   ` [OE-core] " Richard Purdie
2026-08-16 23:10 ` [PATCH v15 02/12] package_rpm.bbclass: Define _lib and _libdir for rpmbuild Sumanth Gavini
2026-08-16 23:10 ` [PATCH v15 03/12] lib/oe/package.py: Don't add ldconfig_postinst_fragment for glibc or musl Sumanth Gavini
2026-08-16 23:10 ` [PATCH v15 04/12] lib/oe/package.py: Don't redirect stderr Sumanth Gavini
2026-08-16 23:10 ` [PATCH v15 05/12] target-sdk-provides-dummy: Add pkg-config to DUMMYPROVIDES Sumanth Gavini
2026-08-16 23:10 ` [PATCH v15 06/12] rpm: 4.20.1 -> 6.0.2 Sumanth Gavini
2026-08-16 23:10 ` [PATCH v15 07/12] libarchive: Make it work with rpm 6.0.2 Sumanth Gavini
2026-08-16 23:11 ` [PATCH v15 08/12] rpm: Fix pkgconfig() Provides missing in cross-built RPMs Sumanth Gavini
2026-08-16 23:11 ` [PATCH v15 09/12] libarchive: Add RPM format reader to support rpm 6 Sumanth Gavini
2026-08-16 23:11 ` [PATCH v15 10/12] libarchive: Disable RPM filter auto-bidding and update huge_rpm test Sumanth Gavini
2026-08-23  8:06   ` [OE-core] " Richard Purdie
2026-08-16 23:11 ` [PATCH v15 11/12] package_rpm.bbclass: Suppress pkgconfig() Requires for sstate compatibility Sumanth Gavini
2026-08-16 23:11 ` [PATCH v15 12/12] lib/oe/package_manager/rpm: Enable DNF filelists to resolve file deps Sumanth Gavini
2026-08-17 22:20 ` [OE-core] [PATCH v15 00/12] rpm: 4.20.1 -> 6.0.2 Richard Purdie
2026-08-18  1:13   ` Ryan Eatmon [this message]
2026-08-18 16:09   ` Gavini, Sumanth
2026-08-18 21:05     ` Richard Purdie
2026-08-21 23:49       ` Gavini, Sumanth
2026-08-24 18:01         ` Richard Purdie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=48685035-4165-421f-b57f-7746e242221c@ti.com \
    --to=reatmon@ti.com \
    --cc=alex.kanavin@gmail.com \
    --cc=esparlin@cisco.com \
    --cc=mathieu.dubois-briand@bootlin.com \
    --cc=mattware@cisco.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=peter.marko@siemens.com \
    --cc=randy.macleod@windriver.com \
    --cc=richard.purdie@linuxfoundation.org \
    --cc=sumanth.gavini@windriver.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox