[Backport wrynose] Inherit GI in gst-plugins-imsdk-common and add recipe for the Python bindings package#2775
Open
quic-yocto-ci wants to merge 1 commit into
Open
[Backport wrynose] Inherit GI in gst-plugins-imsdk-common and add recipe for the Python bindings package#2775quic-yocto-ci wants to merge 1 commit into
quic-yocto-ci wants to merge 1 commit into
Conversation
The IMSDK source tree includes a component providing Python override
bindings for the IMSDK GStreamer base libraries, complementing the
bindings generated by python-gi. Building it requires GObject
Introspection (GI) tooling to generate the bindings exposed by the
gst-plugins-imsdk-base recipe, and the PYTHON_SITEPACKAGES_DIR
variable forwarded to CMake for the Python module.
Inherit the gobject-introspection class in the common .inc so the GI
scanner and compiler are available to any imsdk recipe, and add a
shared PACKAGECONFIG[python] option that toggles ENABLE_GST_PYTHON and
passes PYTHON_SITEPACKAGES_DIR to CMake.
Add gst-plugins-imsdk-python_1.0.2.bb, which requires the common and
packaging include files, depends on gst-plugins-imsdk-base and
python3-pygobject, requires the gobject-introspection-data distro
feature, unconditionally enables the python PACKAGECONFIG, and appends
PYTHON_SITEPACKAGES_DIR to FILES:${PN} so the generated bindings are
packaged.
Signed-off-by: Petar G. Georgiev <c_petarg@qti.qualcomm.com>
(cherry picked from commit b5e6fda)
Test Results 66 files + 1 317 suites +5 3h 47m 55s ⏱️ + 4m 48s For more details on these failures, see this check. Results for commit 4dcef7f. ± Comparison against base commit b51d5cb. |
Koen Kooi (koenkooi)
approved these changes
Jul 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Backport of #2735 to
wrynose.