7.2.1. do_checkpkg

Provides information about the recipe including its upstream version and status. The upstream version and status reveals whether or not a version of the recipe exists upstream and a status of not updated, updated, or unknown.

The checkpkg task is included as part of the distrodata class.

To build the checkpkg task, use the bitbake command with the "-c" option and task name:

     $ bitbake core-image-minimal -c checkpkg
            

By default, the results are stored in $LOG_DIR (e.g. $BUILD_DIR/tmp/log).