Skip to content

kernel: Add nobranch to allow revisions not inside the specified branch

Jonas Höppner requested to merge kernel-autorev-fix-no-branch into dunfell

This will be needed when building commits from merge-requests not yet merged. Otherwise bitbake complains that rev x is not found in branch y The AUTOREV though still needs the branch to use.

Merge request reports