Skip to content

Commit

Permalink
bitbake: lib/bb/build: remove mention of OE_EXTRA_IMPORTS
Browse files Browse the repository at this point in the history
This is an OpenEmbedded-specific variable that is no longer used[1].

[1] oe-core 1f56155e ("base: Switch to use addpylib directive and
    BB_GLOBAL_PYMODULES")

(Bitbake rev: 34bfa55a3c14f5d1d6bb3e31b747906fa7cb99c3)

Signed-off-by: Ross Burton <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
  • Loading branch information
rossburton authored and rpurdie committed Feb 27, 2025
1 parent e1836b2 commit 707be18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitbake/lib/bb/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ def create_progress_handler(func, progress, logfile, d):
# Use specified regex
return bb.progress.OutOfProgressHandler(d, regex=progress.split(':', 1)[1], outfile=logfile)
elif progress.startswith("custom:"):
# Use a custom progress handler that was injected via OE_EXTRA_IMPORTS or __builtins__
# Use a custom progress handler that was injected via other means
import functools
from types import ModuleType

Expand Down

0 comments on commit 707be18

Please sign in to comment.