diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-01-05 11:38:25 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-01-05 11:59:08 +0000 |
| commit | 859786a83f8bb826d3cd89c08bd9596fc7cf2474 (patch) | |
| tree | d69e873b6fd4abe18fd559cf90221986869ae3ef /bitbake/lib/bb/runqueue.py | |
| parent | cc85c8eb9d96e91a7767e92c86f0d7f2960b093b (diff) | |
| download | poky-859786a83f8bb826d3cd89c08bd9596fc7cf2474.tar.gz | |
bitbake: siggen: Ensure version of siggen is verified
Since we need to change the form of the siggen function, we need to add versioning
and some verison checks. This means if a newer bitbake is used with older metadata
we can detect it.
(Bitbake rev: 721556568413508213d22c29985e305a45a8d68a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/runqueue.py')
| -rw-r--r-- | bitbake/lib/bb/runqueue.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py index d61dfbb691..110865132d 100644 --- a/bitbake/lib/bb/runqueue.py +++ b/bitbake/lib/bb/runqueue.py | |||
| @@ -1749,6 +1749,7 @@ class RunQueue: | |||
| 1749 | return invalidtasks.difference(found) | 1749 | return invalidtasks.difference(found) |
| 1750 | 1750 | ||
| 1751 | def write_diffscenetasks(self, invalidtasks): | 1751 | def write_diffscenetasks(self, invalidtasks): |
| 1752 | bb.siggen.check_siggen_version(bb.siggen) | ||
| 1752 | 1753 | ||
| 1753 | # Define recursion callback | 1754 | # Define recursion callback |
| 1754 | def recursecb(key, hash1, hash2): | 1755 | def recursecb(key, hash1, hash2): |
