openvino-inference-engine: use system node-api-headers#57
Open
openvino-inference-engine: use system node-api-headers#57
Conversation
Replace the bundled node-api-headers git submodule with system-provided headers from the nodejs package in meta-oe. This reduces external fetches during build and aligns with Yocto best practices for system dependencies. - Add patch (ENABLE_SYSTEM_NODE CMake option) to use system Node.js API headers via find_path() instead of FetchContent download - Remove node-api-headers from SRC_URI, SRCREV, SRCREV_FORMAT, and LIC_FILES_CHKSUM - Add PACKAGECONFIG[node] for opt-in Node.js bindings (off by default) - Add openvino-inference-engine-node subpackage (RDEPENDS: nodejs) - Install ov_node_addon.node manually in do_install (upstream CMake excludes it from install via CPACK RPM packaging) Co-authored-by: David Nyström <david.nystrom@est.tech> Signed-off-by: Krzysztof Kepka <krzysztof.kepka@intel.com>
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.
Replace the bundled node-api-headers git submodule with system-provided headers from the nodejs package in meta-oe. This reduces external fetches during build and aligns with Yocto best practices for system dependencies.