Re: [OE-core][PATCH] base-files: exclude METADATA_REVISION for signature computation

2021-03-14 Thread Chen Qi
On 03/15/2021 12:35 AM, Richard Purdie wrote: On Mon, 2021-03-08 at 13:52 +0800, Chen Qi wrote: A previous commit changes poky's DISTRO_VERSION to include METADATA_REVISION. """ poky.conf: do not write current date into distro version, use git hash instead """ This results in

Re: [OE-core][PATCH] base-files: exclude METADATA_REVISION for signature computation

2021-03-14 Thread Richard Purdie
On Mon, 2021-03-08 at 13:52 +0800, Chen Qi wrote: > A previous commit changes poky's DISTRO_VERSION to include METADATA_REVISION. > >   """ >   poky.conf: do not write current date into distro version, use git hash > instead >   """ > > This results in base-files do_install depend on the

[OE-core][PATCH] base-files: exclude METADATA_REVISION for signature computation

2021-03-07 Thread Chen Qi
A previous commit changes poky's DISTRO_VERSION to include METADATA_REVISION. """ poky.conf: do not write current date into distro version, use git hash instead """ This results in base-files do_install depend on the METADATA_REVISION, which is not expected, exclude it. Signed-off-by: