summaryrefslogtreecommitdiffstats
path: root/lib/bb
diff options
context:
space:
mode:
authorChris Laplante <chris.laplante@agilent.com>2020-11-06 09:34:56 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-11-08 14:06:11 +0000
commit991f92b4d15b0571b6a540964e5216d1b9728539 (patch)
treee7aeafa18c314a0caa3d6d11fd1bb4be1818fa13 /lib/bb
parent9599059672cc4ae88ba212e34336e0325d37bd75 (diff)
downloadbitbake-991f92b4d15b0571b6a540964e5216d1b9728539.tar.gz
bb.ui: delete __init__.py to make bb.ui a namespace package
This would permit creation of third-party UI modules without having to incorporate them directly into BitBake, with BitBake able to automatically discover them in the same way it finds its built-in UIs. See https://packaging.python.org/guides/packaging-namespace-packages/ Signed-off-by: Chris Laplante <chris.laplante@agilent.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib/bb')
-rw-r--r--lib/bb/ui/__init__.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/bb/ui/__init__.py b/lib/bb/ui/__init__.py
deleted file mode 100644
index 4b7ac36ca..000000000
--- a/lib/bb/ui/__init__.py
+++ /dev/null
@@ -1,7 +0,0 @@
-#
-# BitBake UI Implementation
-#
-# Copyright (C) 2006-2007 Richard Purdie
-#
-# SPDX-License-Identifier: GPL-2.0-only
-#