summaryrefslogtreecommitdiffstats
path: root/meta-python
Commit message (Collapse)AuthorAgeFilesLines
...
* python3-urllib3: Upgrade 1.26.3 -> 1.26.4Leon Anavi2021-03-221-1/+1
| | | | | | | | | | | | Upgrade to release 1.26.4: - Changed behavior of the default SSLContext when connecting to HTTPS proxy during HTTPS requests. The default SSLContext now sets check_hostname=True. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cassandra-driver: Upgrade 3.24.0 -> 3.25.0Leon Anavi2021-03-221-2/+1
| | | | | | | | | | | | | | | | | | Upgrade to release 3.25.0: - Ensure the driver can connect when invalid peer hosts are in system.peers - Implement protocol v5 checksumming - Fix the default cqlengine connection mechanism to work with Astra - Asyncore race condition cause logging exception on shutdown - Update list of reserved keywords - Drop Python 3.4 support - Update security documentation and examples to use PROTOCOL_TLS Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-soupsieve: Upgrade 2.2 -> 2.2.1Leon Anavi2021-03-221-1/+1
| | | | | | | | | | Upgrade to release 2.2.1: - Fix an issue with namespaces when one of the keys is self. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-werkzeug: Delete recipe for 1.0.0Khem Raj2021-03-221-50/+0
| | | | | | | 1.0.1 is already in Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-werkzeug: Clarify BSD license typeKhem Raj2021-03-221-1/+1
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-spidev: Remove recipe for 3.2Khem Raj2021-03-221-16/+0
| | | | | | | 3.5 is already there Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* packagegroup-meta-python: Add new package python3-pythonpingKhem Raj2021-03-221-0/+1
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* layers: Drop gatesgarth from LAYERSERIES_COMPATKhem Raj2021-03-191-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-wpa-supplicant: new packageBartosz Golaszewski2021-03-182-0/+13
| | | | | | | | | Add a recipe for python3-wpa-supplicant - a package allowing to talk to the wpa_supplicant over dbus using a convenient python API. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pythonping: new packageBartosz Golaszewski2021-03-181-0/+12
| | | | | | | | | Add a new recipe for pythonping - a python module allowing to send ICMP probes. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pastedeploy: Add recipeDevon Pringle2021-03-172-0/+22
| | | | | | | | | | | | | | | | Add release 2.1.1: - Added setuptools as an explicit dependency. This has always been required but now that more environments are becoming capable of operating without it being installed, we now need to ensure it's available. - pytest-runner removed, use tox to run tests. License-Update: Use license file from PyPI tarball. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-socketio: Upgrade 5.0.4 -> 5.1.0Leon Anavi2021-03-171-1/+1
| | | | | | | | | | | | | | | | | | | | Upgrade to release 5.1.0: - Added wait argument to client's connect method - Invoke the disconnect handler when the client initiates a disconnection - Pass auth information sent by client to the connect handler - Catch all possible Redis errors - Reset message queue sleep timer upon reconnect - Fixed bad event object used by asyncio client reconnect logic - Adding missing example of async client implementation to documentation - Add scrolling to documentation sidebar - Typo fix in documentation Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-twine: Upgrade 3.3.0 -> 3.4.0Leon Anavi2021-03-171-1/+1
| | | | | | | | | | | | | Upgrade to release 3.4.0: - Prefer importlib.metadata for entry point handling - Rely on importlib_metadata 3.6 for nicer entry point processing - Eliminated dependency on Setuptools/pkg_resources and replaced with packaging and importlib_metadata Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-defusedxml: Upgrade 0.6.0 -> 0.7.1Leon Anavi2021-03-171-2/+1
| | | | | | | | | | | | | | | | Upgrade to release 0.7.1: - Re-add and deprecate ``defusedxml.cElementTree`` - Use GitHub Actions instead of TravisCI - Restore ``ElementTree`` attribute of ``xml.etree`` module after patching - Add support for Python 3.9 - Python 2 is deprecate. Support for Python 2 will be removed in 0.8.0. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-configparser: Upgrade 5.0.1 -> 5.0.2Leon Anavi2021-03-171-2/+1
| | | | | | | | | | Upgrade to release 5.0.2: - Packaging refresh Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pulsectl: Upgrade 21.2.0 -> 21.3.4Leon Anavi2021-03-171-1/+1
| | | | | | | | | | | | | Upgrade to release 21.3.4: - Add timeout= option for connect() method - Expose "base_volume" (alsa volume level) attribute for sinks/sources - There is now https://pypi.org/project/pulsectl-asyncio/ module Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-autobahn: Upgrade 21.2.2 -> 21.3.1Leon Anavi2021-03-171-1/+1
| | | | | | | | | | Upgrade to release 21.3.1: - fix: Twisted v21.2.0 breaks Crossbar.io Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyflakes: Upgrade 2.2.0 -> 2.3.0Leon Anavi2021-03-171-2/+1
| | | | | | | | | | | | | | | | | | | Upgrade to release 2.3.0: - Recognize tuple concatenation in __all__ export definitions - Better support use of annotation-only assignments when using from __future__ import annotations - Recognize special-case typing for Annotated - Fix undefined name __qualname__ in class scope - Recognize special-cased typing for TypeVar - Errors for undefined exports in __all__ are shown in a deterministic order - Fix false positives in certain typing constructs (TypeVar, NamedTuple, TypedDict, cast) Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-alembic: Upgrade 1.5.5 -> 1.5.7Leon Anavi2021-03-171-1/+1
| | | | | | | | | | | | | Upgrade to release 1.5.7: - Bug fix: adjusted the recently added EnvironmentContext.configure.include_name hook to accommodate for additional object types such as "views" that don't have a parent table, to support third party recipes and extensions. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bitarray: Upgrade 1.7.0 -> 1.7.1Leon Anavi2021-03-171-1/+1
| | | | | | | | | | | | | | Upgrade to release 1.7.1: - raise TypeError when incorrect index is used during assignment, e.g. `a[1.5] = 1` - raise TypeError (not IndexError) when assigning slice to incorrect type, e.g. `a[1:4] = 1.2` - improve some docstrings and tests Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pycodestyle: Upgrade 2.6.0 -> 2.7.0Leon Anavi2021-03-171-2/+1
| | | | | | | | | | | | Upgrade to release 2.7.0: - Fix physical checks (such as W191) at end of file - Add --indent-size option (defaulting to 4) - W605: fix escaped crlf false positive on windows Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-luma-core: Upgrade 2.2.0 -> 2.3.1Leon Anavi2021-03-171-2/+2
| | | | | | | | | | | | | Upgrade to release 2.3.1: - Add Github publish action - Cleanup only GPIO pins used rather than all License-Update: Update year Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-configargparse: Upgrade 1.3 -> 1.4Leon Anavi2021-03-171-1/+1
| | | | | | | | | | Upgrade to release 1.4: - Allow nearly all characters in a keyword Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-jsonpointer: Upgrade 2.0 -> 2.1Leon Anavi2021-03-171-2/+1
| | | | | | | | | | Upgrade to release 2.1: - Support Python 3.8 and 3.9 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-jsonpatch: Upgrade 1.31 -> 1.32Leon Anavi2021-03-171-1/+1
| | | | | | | | | | | Upgrade to release 1.32: - take_index causing 'move' of incorrect values due to bad True==1 comparison Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymisp: Upgrade 2.4.138 -> 2.4.140Leon Anavi2021-03-171-1/+1
| | | | | | | | | | | | Upgrade to release 2.4.140: - Soft delete object in MISPEvent - Add in ability to add a new cluster relation - MISP Galaxy 2.0 capability Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio,python3-grpcio-tools: Enable build on ppc64/glibcKhem Raj2021-03-143-5/+5
| | | | | | We can compile abseil-cpp now for ppc64 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sentry-sdk: update to 1.0.0Oleksandr Kravchuk2021-03-141-1/+2
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-robotframework: update to 4.0Oleksandr Kravchuk2021-03-141-2/+2
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-prompt-toolkit: Upgrade 3.0.16 -> 3.0.17Leon Anavi2021-03-141-1/+1
| | | | | | | | | | | Upgrade to release 3.0.17: - Accept `style` parameter in `print_container` utility. - On Windows, handle Control-Delete. - Avoid leaking file descriptors in SSH server. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-croniter: Upgrade 1.0.6 -> 1.0.8Leon Anavi2021-03-141-1/+1
| | | | | | | | | | | Upgrade to release 1.0.8: - Update _expand to lowercase each component of the expression - Fix _expand to reject int literals with underscores - Remove a debug statement to make flake8 happy Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyscaffold: Upgrade 3.3.1 -> 4.0Leon Anavi2021-03-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 4.0: - Cookiecutter, Django and Travis extensions extracted to their own repositories - Support for Python 3.4 and 3.5 dropped - Dropped deprecated requirements.txt file - Added support for global configuration (avoid retyping common putup's options) - PyScaffold is no longer a build-time dependency, it just generates the project structure - Removed contrib subpackage, vendorized packages are now runtime dependencies - setuptools_scm is included by default in setup.cfg, setup.py and pyproject.toml - API changed to use pyscaffold.operations instead of integer flags - Allow string.Template and callable as file contents in project structure - Extract file system functions from utils.py into file_system.py - Extract identification/naming functions from utils.py into identification.py - Extract action related functions from api/__init__.py to actions.py - helpers.{modify,ensure,reject} moved to structure.py - helpers.{register,unregister} moved to actions.py - New extension for automatically creating virtual environments (--venv) - Added instructions to use pip-tools to docs - pre-commit extension now attempts to install hooks automatically - A nice message is now displayed when PyScaffold finishes running (actions.report_done) - Removed mutually exclusive argparse groups for extensions - Progressive type annotations adopted in the code base together with mypy linting - Simplified isort config - pyproject.toml and isolated builds adopted by default - Added comment to setup.cfg template instructing about extra links - Generate tox.ini by default - Replace pkg_resources with importlib.{metadata,resources} and packaging - Adopt PEP 420 for namespaces - Adopt SPDX identifiers for the license field in setup.cfg - Removed deprecated log.configure_logger - Add links to issues and pull requests to changelog - Add an experimental --interactive mode (inspired by git rebase -i) - Reorganise the FAQ (including version questions previously in Features) - Updated setuptools and setuptools_scm dependencies to minimal versions 46.1 and 5, respectively - Adopted no-guess-dev version scheme from setuptools_scm (semantically all stays the same, but non-tag commits are now versioned LAST_TAG.post1.devN instead of LAST_TAG.post0.devN) - Fix problem of not showing detailed log with --verbose if error happens when loading extensions Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pako: Upgrade 0.3.0 -> 0.3.1Leon Anavi2021-03-141-1/+1
| | | | | | | | | | Upgrade to release 0.3.1: - Adds an optional no-confirm flag particularly for use in non-interactive setups. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-waitress: Upgrade 1.4.4 -> 2.0.0Leon Anavi2021-03-141-2/+1
| | | | | | | | | | | | | | | | | | Upgrade to release 2.0.0: - Fix a crash on startup when listening to multiple interfaces. - Waitress no longer attempts to guess at what the server_name should be for a listen socket, instead it always use a new adjustment/argument named server_name. - Allow tasks to notice if the client disconnected. - Drop Python 2.7 and 3.5 support - The server now issues warning output when it there are enough open connections (controlled by "connection_limit"), that it is no longer accepting new connections. This situation was previously difficult to diagnose. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio,python3-grpcio-tools: Disable for ppc64leKhem Raj2021-03-113-0/+9
| | | | | | abseil-cpp does not have support for ppc64le yet Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pillow: 8.1.0 -> 8.1.2Kai Kang2021-03-111-1/+1
| | | | | | | | | | | | | | | | | 8.1.2 fixes: * CVE-2021-27921 * CVE-2021-27922 * CVE-2021-27923 8.1.1 fixes: * CVE-2021-25289 * CVE-2021-25290 * CVE-2021-25291 * CVE-2021-25292 * CVE-2021-25293 Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-incremental: Upgrade 17.5.0 -> 21.3.0Leon Anavi2021-03-111-2/+1
| | | | | | | | | | | | | | Upgrade to release 21.3.0: - The output of incremental is now compatible with Black - Incremental now properly supports PEP 440-compliant dev, rc, post suffixes - Incremental now properly supports PEP 440-compliant post releases Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pychromecast: Upgrade 8.1.0 -> 9.1.1Leon Anavi2021-03-111-1/+1
| | | | | | | | | | | | | | | Upgrade to release 9.1.1: - BREAKING CHANGE: Update discovery to support a list of known hosts - Add HostBrowser.update_hosts - Handle audio groups removed from known host - Bump pylint from 2.7.1 to 2.7.2 - Remove useless pylint and flake8 directives Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-huey: Upgrade 2.3.0 -> 2.3.1Leon Anavi2021-03-111-2/+1
| | | | | | | | | | | | | | Upgrade to release 2.3.1: - Add SIGNAL_INTERRUPTED to signal when a task is interrupted when a consumer exits abruptly. - Use the Huey.create_consumer() API within the Django management command, to allow Django users to customize the creation of the Consumer instance. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-prettytable: Upgrade 2.0.0 -> 2.1.0Leon Anavi2021-03-111-1/+1
| | | | | | | | | | | | | | | Upgrade to release 2.1.0: - Support formatting options in get_json_string() - Replace setuptools/pkg_resources with importlib.metadata for getting version - Docs: Add documentation for align, max_width, etc. - Docs: Remove reference to Python 2.x print statement in README - Docs: Update get_html_string with thead and tbody tags Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ruamel-yaml: Upgrade 0.16.12 -> 0.16.13Leon Anavi2021-03-111-3/+2
| | | | | | | | | | | | | | | | | Upgrade to release 0.16.13: - fix: could not update() CommentedMap with keyword arguments - fix: unable to dump mutated TimeStamp objects - fix: unable to addd comment without starting space - fix: recursive call to walk_tree not preserving all params - a None value in a flow-style sequence is now dumped as `null` instead of `!!null ''` License-Update: Update year Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-websocket-client: update to 0.58.0Oleksandr Kravchuk2021-03-081-4/+4
| | | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-jsonpatch: update to 1.31Oleksandr Kravchuk2021-03-081-2/+7
| | | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: update to 2.0.2Oleksandr Kravchuk2021-03-081-2/+3
| | | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bitarray: update to 1.7.0Oleksandr Kravchuk2021-03-081-1/+1
| | | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gpsd-py3: Added recipeColin McAllister2021-03-082-0/+17
| | | | | | | | Create Python3 recipe for gpsd-py3. Signed-off-by: Colin McAllister <colinmca242@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pystemd: satisfy runtime dependenciesBartosz Golaszewski2021-03-081-0/+1
| | | | | | | | | The current recipe for pystemd doesn't specify its runtime dependencies. This fixes it by adding xml and pprint modules to RDEPENDS. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-python: Add new modules (aiohue, ifaddr, pysonos)Andrei Gherzan2021-03-081-0/+3
| | | | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiohue: Integrate the hue control python moduleAndrei Gherzan2021-03-081-0/+12
| | | | | | Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pysonos: Integrate the SONOS control HomeAssistant moduleAndrei Gherzan2021-03-081-0/+15
| | | | | | Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>