public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [RFC 0/4] Warn on PN usage for virtual packages
@ 2024-02-16 14:34 Anton Mikanovich
  2024-02-16 14:34 ` [RFC 1/4] multiarch: Add warning on PN usage fallback Anton Mikanovich
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Anton Mikanovich @ 2024-02-16 14:34 UTC (permalink / raw)
  To: isar-users; +Cc: Anton Mikanovich

Compat and native packages can fail in case variables will have PN in
their content. For correct behaviour BPN (which is PN without suffix)
should be used instead.
We are hiding PN->BPN fallback fix from recipe authors but should warn
them to force moving to BPN usage.
There are also some PN usages in Isar need to be fixed.

This patchset should be placed on top of:
[PATCH v2 0/4] Fix SRC_URI:remove ignoring

Sending it as RFC because of high influence on downstreams by flooding
build log with new warnings.

Anton Mikanovich (4):
  multiarch: Add warning on PN usage fallback
  meta/conf/bitbake.conf: Set global BPN
  base: Fix FILESPATH value for -native and -compat
  hello: Use BPN instead of PN

 meta-isar/recipes-app/hello/hello.bb | 2 +-
 meta/classes/base.bbclass            | 2 +-
 meta/classes/multiarch.bbclass       | 4 ++--
 meta/classes/sdk.bbclass             | 1 -
 meta/conf/bitbake.conf               | 1 +
 5 files changed, 5 insertions(+), 5 deletions(-)

-- 
2.34.1


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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-16 14:34 [RFC 0/4] Warn on PN usage for virtual packages Anton Mikanovich
2024-02-16 14:34 ` [RFC 1/4] multiarch: Add warning on PN usage fallback Anton Mikanovich
2024-02-16 14:34 ` [RFC 2/4] meta/conf/bitbake.conf: Set global BPN Anton Mikanovich
2024-02-16 14:34 ` [RFC 3/4] base: Fix FILESPATH value for -native and -compat Anton Mikanovich
2024-02-16 14:34 ` [RFC 4/4] hello: Use BPN instead of PN Anton Mikanovich

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