diff options
author | Joshua Watt <JPEWhacker@gmail.com> | 2022-12-15 15:07:16 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-12 10:05:11 +0100 |
commit | 6fcda5cecd50e4d65c659c773f17648f7b1e06b7 (patch) | |
tree | 50a4c05a6613727572e4ad0b21ed0569902049ba /bitbake/lib/bb/runqueue.py | |
parent | 2a3ec280604e97cce0c4fcdaba2cc54e249c89e8 (diff) | |
download | poky-6fcda5cecd50e4d65c659c773f17648f7b1e06b7.tar.gz |
bitbake: lib/bb: Add filter support
Add the python API for applying filters to a string and being able to
register functions as filters.
Filter functions are pure functions where an input is translated into
an output and there are no external data accesses. This means translations
can be cached as they won't change.
(Bitbake rev: 7d25d7511ca14213eea78ee739d260295cfa4045)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/runqueue.py')
0 files changed, 0 insertions, 0 deletions