Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/3] distrodata.bbclass/distro_check.py: Fix PN mapping
@ 2015-03-31 20:11 Beth Flanagan
  2015-03-31 20:11 ` [PATCH 1/3] distrodata.bbclass/distro_check.py: Fix splits Beth Flanagan
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Beth Flanagan @ 2015-03-31 20:11 UTC (permalink / raw)
  To: openembedded-core

Last night while running distrodata, I noticed some incorrect results that had
to do with how we were trying to get the mapping to the base PN name of
packages.

Part of this is due to how distrodata was splitting PNs to remove nativesdk-,
cross-, crosssdk-, etc. This occurred on packages that had the need to strip out
multiple of these strings (nativesdk-cross- for example).

The first patch ensures that in these cases we grab the distrodate from
the base PN.

The final two patches support -dummy and buildtools- packages, so that they 
also map.

Beth Flanagan (3):
  distrodata.bbclass/distro_check.py: Fix splits
  distrodata.bbclass/distro_check.py: Support -dummy mapping of PN
  distrodata.bbclass/distro_check.py: Support buildtools PN mapping

 meta/classes/distrodata.bbclass | 127 ++++++++++++++++++++++------------------
 meta/lib/oe/distro_check.py     |  54 +++++++++--------
 2 files changed, 98 insertions(+), 83 deletions(-)

-- 
1.9.1

-------------------------------------------------------------
Intel Ireland Limited (Branch)
Collinstown Industrial Park, Leixlip, County Kildare, Ireland
Registered Number: E902934

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.



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

end of thread, other threads:[~2015-03-31 22:52 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-31 20:11 [PATCH 0/3] distrodata.bbclass/distro_check.py: Fix PN mapping Beth Flanagan
2015-03-31 20:11 ` [PATCH 1/3] distrodata.bbclass/distro_check.py: Fix splits Beth Flanagan
2015-03-31 22:03   ` Burton, Ross
2015-03-31 22:29     ` Burton, Ross
2015-03-31 22:29     ` Flanagan, Elizabeth
2015-03-31 20:11 ` [PATCH 2/3] distrodata.bbclass/distro_check.py: Support -dummy mapping of PN Beth Flanagan
2015-03-31 20:11 ` [PATCH 3/3] distrodata.bbclass/distro_check.py: Support buildtools PN mapping Beth Flanagan
2015-03-31 22:31   ` Burton, Ross
2015-03-31 22:52     ` Flanagan, Elizabeth

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