> I think the fact that some values are "disappearing" is a sign the overrides change has some impact here which needs to be fixed and this patch is just partially working around it.
Yes, this patch is specifically to work around the problems in the event data encountered. Fortunately these were the only events thus affected. If the original data and formatting does get restored, you will observe that the patch is written to use that original formatting. After the core problems are fixed, then this patch (or parts) can be dropped. As a result of these discoveries, I filed Bug 14764 directly against Bitbake since there was obvious missing formatting with 'PKGSIZE'. As for the other problems, I could not tell if they were intentional changes or not. I will update Bug 14764 so that it is one stop shopping. David -----Original Message----- From: [email protected] <[email protected]> On Behalf Of Richard Purdie Sent: Friday, March 18, 2022 3:50 AM To: Reyna, David <[email protected]>; [email protected] Subject: Re: [Toaster] [PATCH] toaster: handle changes to "ImagePkgList" event On Fri, 2022-03-18 at 03:43 -0700, Reyna, David wrote: > From: David Reyna <[email protected]> > > There are several changes to the "ImagePkgList" content to work around: > 1) The key field for the package size ('PKGSIZE') is currently an empty string > 2) The list of files changed from 'FILES_INFO' to 'FILES' > 3) The 'FILES' is now a dictionary in string form > 4) Not all fields are always present for all packages, for example 'LICENSE' > and 'SUMMARY' > > [YOCTO #14763] > > Signed-off-by: David Reyna <[email protected]> I'm not sure this looks entirely correct to me. FILES is the pre expanded version of the files list so it could contain wildcards and FILES_INFO was meant to be the version where the list of files was expanded out (and may have also been tweaked by other package processing, e.g. creation of debug files). I think the fact that some values are "disappearing" is a sign the overrides change has some impact here which needs to be fixed and this patch is just partially working around it. Cheers, Richard
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#5782): https://lists.yoctoproject.org/g/toaster/message/5782 Mute This Topic: https://lists.yoctoproject.org/mt/89865201/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/toaster/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
