summaryrefslogtreecommitdiffstats
path: root/bitbake
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-11 10:09:18 +0000
commitd8babbe08a6ff248fd1ee984e48a7de03ae53756 (patch)
treeeaf6b422373fe6e254ef1ce9d24bb10fed6a02dd /bitbake
parent1eb5b30329a01bf719f02356d5c5876ef800916f (diff)
downloadpoky-d8babbe08a6ff248fd1ee984e48a7de03ae53756.tar.gz
bitbake: 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/ (Bitbake rev: 991f92b4d15b0571b6a540964e5216d1b9728539) Signed-off-by: Chris Laplante <chris.laplante@agilent.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/bb/ui/__init__.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/bitbake/lib/bb/ui/__init__.py b/bitbake/lib/bb/ui/__init__.py
deleted file mode 100644
index 4b7ac36ca6..0000000000
--- a/bitbake/lib/bb/ui/__init__.py
+++ /dev/null
@@ -1,7 +0,0 @@
1#
2# BitBake UI Implementation
3#
4# Copyright (C) 2006-2007 Richard Purdie
5#
6# SPDX-License-Identifier: GPL-2.0-only
7#