public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* Shouldn't packages for all PACKAGE_CLASSES be generated?
@ 2024-02-01 12:47 Michael Opdenacker
  2024-02-02 15:57 ` [OE-core] " Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Opdenacker @ 2024-02-01 12:47 UTC (permalink / raw)
  To: OE-core

Greetings,

I'm surprised by this behavior, which I didn't expect... I'm running 
"bitbake core-image-cmdline-full; bitbake generate-index" from Poky master.

with PACKAGE_CLASSES = "package_ipk package_rpm package_deb"...

find tmp/deploy/deb -name *.deb | wc; find tmp/deploy/rpm -name *.rpm | 
wc; find tmp/deploy/ipk -name *.ipk | wc
    1918    1918  129927
    1918    1918  135794
    5404    5404  393252

with PACKAGE_CLASSES = "package_rpm package_deb package_ipk"...

find tmp/deploy/deb -name *.deb | wc; find tmp/deploy/rpm -name *.rpm | 
wc; find tmp/deploy/ipk -name *.ipk | wc
    1918    1918  129927
    5404    5404  393606
    1918    1918  135584

with PACKAGE_CLASSES = "package_deb package_ipk package_rpm"...

find tmp/deploy/deb -name *.deb | wc; find tmp/deploy/rpm -name *.rpm | 
wc; find tmp/deploy/ipk -name *.ipk | wc
    5404    5404  376187
    1918    1918  135794
    1918    1918  135584

So, more packages are generated to the first item in PACKAGE_CLASSES.

It's expected to have the first item in PACKAGE_CLASSES that is used to 
generate the image, but I expected all packages to be generated for all 
package types anyway. Isn't this the expected behavior? Otherwise, how 
would you generate 3 types of feeds (rpm, deb and ipk) at the same time?

Cheers
Michaell

-- 
Michael Opdenacker, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



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

end of thread, other threads:[~2024-02-02 19:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-01 12:47 Shouldn't packages for all PACKAGE_CLASSES be generated? Michael Opdenacker
2024-02-02 15:57 ` [OE-core] " Richard Purdie
2024-02-02 19:02   ` Michael Opdenacker

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