From 79012f943d3b3af1f439022f05a1287a383cd3f8 Mon Sep 17 00:00:00 2001 From: Aníbal Limón Date: Tue, 4 Oct 2016 16:15:56 -0500 Subject: bitbake: bb/event.py: fire_ui_handlers enable threading lock support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In some cases there is a need to fire bb events into multiple python threads so locking is needed (writing to a fd/socket). Adding a helper functions for disable/enable by request to avoid overhead. [YOCTO #10330] (Bitbake rev: a583dc0b296415ec904c081c4de96ceef46732a8) Signed-off-by: Aníbal Limón Signed-off-by: Richard Purdie --- bitbake/lib/toaster/tests/functional/README | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 bitbake/lib/toaster/tests/functional/README (limited to 'bitbake/lib/toaster') diff --git a/bitbake/lib/toaster/tests/functional/README b/bitbake/lib/toaster/tests/functional/README new file mode 100644 index 0000000000..e69de29bb2 -- cgit 1.2.3-korg