* [Buildroot] [PATCH v2 1/1] package/python-pyyaml: add host package
@ 2022-09-13 19:14 Christian Stewart via buildroot
2022-10-31 12:08 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Christian Stewart via buildroot @ 2022-09-13 19:14 UTC (permalink / raw)
To: buildroot; +Cc: Christian Stewart, Yann E . MORIN, Thomas Petazzoni
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>
---
v1 -> v2:
- dropped patch to add host option for HOST_LIBYAML
- dropped select statement for HOST_LIBYAML
- added note to commit message about why this is needed
Signed-off-by: Christian Stewart <christian@paral.in>
---
package/Config.in.host | 1 +
package/python-pyyaml/Config.in.host | 6 ++++++
2 files changed, 7 insertions(+)
create mode 100644 package/python-pyyaml/Config.in.host
diff --git a/package/Config.in.host b/package/Config.in.host
index 99edeafece..7e93ea906a 100644
--- a/package/Config.in.host
+++ b/package/Config.in.host
@@ -75,6 +75,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"
diff --git a/package/python-pyyaml/Config.in.host b/package/python-pyyaml/Config.in.host
new file mode 100644
index 0000000000..1e8382ef5e
--- /dev/null
+++ b/package/python-pyyaml/Config.in.host
@@ -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/
--
2.37.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-10-31 12:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-13 19:14 [Buildroot] [PATCH v2 1/1] package/python-pyyaml: add host package Christian Stewart via buildroot
2022-10-31 12:08 ` Thomas Petazzoni via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox