package/python-pyyaml: add host package

The Jetson AGX Orin python script to flash requires host python-pyyaml.

Add a Config.in.host option for the host python-pyyaml package.

BR2_PACKAGE_HOST_PYTHON_PYYAML

Signed-off-by: Christian Stewart <christian@paral.in>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Christian Stewart 2022-09-13 12:14:29 -07:00 committed by Thomas Petazzoni
parent 89c245b97a
commit 43c7fda8d6
2 changed files with 7 additions and 0 deletions

View File

@ -79,6 +79,7 @@ menu "Host utilities"
source "package/python-greenlet/Config.in.host"
source "package/python-kflash/Config.in.host"
source "package/python-lxml/Config.in.host"
source "package/python-pyyaml/Config.in.host"
source "package/python-six/Config.in.host"
source "package/python-xlrd/Config.in.host"
source "package/python3/Config.in.host"

View File

@ -0,0 +1,6 @@
config BR2_PACKAGE_HOST_PYTHON_PYYAML
bool "host python-pyyaml"
help
The host PyYAML package contains binding to the libyaml API.
http://pyyaml.org/