]> code.ossystems Code Review - openembedded-core.git/commit
sstate-diff-machines.sh: support rpm, deb and tar package types in analysis
authorDiego Santa Cruz <Diego.SantaCruz@spinetix.com>
Tue, 9 Mar 2021 13:05:46 +0000 (14:05 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Mar 2021 10:29:44 +0000 (10:29 +0000)
commitb27bff26a9640dfdfba4fc711a9b28acb4501d2b
tree2748a23fa1f04d0d9125c22898874a58a51eac44
parent22cb3fff5a161f03511056c749bfb11e83de1628
sstate-diff-machines.sh: support rpm, deb and tar package types in analysis

The sstate-diff-machines.sh script's --analyze option was only supporting
ipk packages, this adds rpm, deb and tar packages, checking all the used
package types simultaneously.

Without this changing sstate between machines would not report an error
if the difference occured in packages and ipk packaging was not enabled.

Signed-off-by: Diego Santa Cruz <Diego.SantaCruz@spinetix.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/sstate-diff-machines.sh