On Tue, 2024-08-06 at 15:54 +, Pedro Silva Ferreira wrote:
> Yes I can see the issue using poky[master] on commit
> `db87ca070c5a4790dcdb9601bcb35037603f6d7f`.
> For each package inside recipe_package I can only see latest and
> latest.pkg_postinst/preinst if applicable. There should be a files
best regards,
Pedro Ferreira
-Original Message-
From: Richard Purdie
Sent: Tuesday, August 6, 2024 1:55 PM
To: Pedro Silva Ferreira ;
openembedded-core@lists.openembedded.org
Cc: Pedro Ferreira
Subject: Re: [OE-core] [PATCH 1/2] buildhistory: fix package output folder
creation
Notice
On Mon, 2024-08-05 at 14:52 +, Pedro Silva Ferreira wrote:
> Without the fix you can check that with:
> Set on local.conf : INHERIT += "buildhistory"
> Run: bitbake -c cleansstate base-passwd && bitbake base-passwd
>
> Taking a look on buildhistory you will see that for base-passwd
> packages
Hello,
This patch is missing your From:
https://docs.yoctoproject.org/dev/contributor-guide/submit-changes.html#fixing-your-from-identity
On 02/08/2024 15:00:07+0100, Pedro Ferreira via lists.openembedded.org wrote:
> This fix garantees that output package folder exists on
> buildhistory folder
` we don’t.
My best regards,
Pedro Ferreira
-Original Message-
From: Richard Purdie
Sent: Friday, August 2, 2024 3:33 PM
To: Pedro Silva Ferreira ;
openembedded-core@lists.openembedded.org
Cc: Pedro Ferreira
Subject: Re: [OE-core] [PATCH 1/2] buildhistory: fix package output folder
c
On Fri, 2024-08-02 at 15:00 +0100, Pedro Ferreira via lists.openembedded.org
wrote:
> This fix garantees that output package folder exists on
> buildhistory folder to avoid missing files-in-package.txt
> creation during task `package` execution.
>
> This issue happens because the output folder is
This fix garantees that output package folder exists on
buildhistory folder to avoid missing files-in-package.txt
creation during task `package` execution.
This issue happens because the output folder is being
created on task `packagedata` before generating `latest` file.
Also it ensures that in