[OE-core] [PATCH] zlib: update SRC_URI to fix fetching

Alexander Kanavin alexander.kanavin at linux.intel.com
Fri Jan 13 15:53:31 UTC 2017


On 01/13/2017 05:36 PM, Joshua Lock wrote:

> Running checkpkg on the autobuilders won't really help as the
> autobuilders rely on the bitbake invocation returning a non-zero exit
> code to determine whether to mark the build step as failed, and that's
> not the case when checkpkg doesn't find an update version.
>
> If we regularly run checkpkg on the autobuilders how should we detect
> that a SRC_URI change has caused the upstream version check to fail?

- run bitbake -c checkpkg world
- inspect tmp/log/checkpkg.csv for lines with 'UNKNOWN' upstream status, 
make a list of recipes that have it
- compare that list against a stored list of exceptions (currently it 
would have about 32 entries), if the lists don't match exactly, the 
upstream version check has failed.

All of this can be wrapped in poky/scripts/upstream-check-all perhaps.

Alex



More information about the Openembedded-core mailing list