| Message ID | 20260312130928.889341-1-p-deshmukh@ti.com |
|---|---|
| Headers | show |
| Series | nnstreamer: Fix packaging and buildpaths issues | expand |
meta-arago / na / 20260312130928.889341-1-p-deshmukh PRC Results: FAIL ========================================================= check-yocto-patches: PASS ========================================================= Patches ---------------------------------------- All patches passed ========================================================= apply-yocto-patch: PASS ========================================================= master ===================== Summary: - Patch Series: [meta-arago][master][PATCH v3 0/1] nnstreamer: Fix packaging and buildpaths issues - Submitter: From: Pratham Deshmukh <p-deshmukh@ti.com> - Date: Date: Thu, 12 Mar 2026 18:39:27 +0530 - Num Patches: 1 - Mailing List (public inbox) Commit SHA: f20521882e93b5cfc7cb2c3c1a9cef110a9a0a48 Applied to: - Repository: lcpd-prc-meta-arago - Base Branch: master-wip - Commit Author: Thorsten Lannynd <t-lannynd@ti.com> - Commit Subject: ti-test: Add request and websocket-client to packagegroup - Commit SHA: bf13de211888bc29ca4b2882630cb6c0135cdc8d Patches ---------------------------------------- All patches applied ========================================================= check-yocto-repo: PASS ========================================================= master ===================== PASS ========================================================= yocto-check-layers: FAIL ========================================================= master - FAIL ===================== ERROR: Nothing RPROVIDES 'weston-init' (but <build-dir>/sources/meta-arago/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-graphics.bb RDEPENDS on or otherwise requires it) ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. ERROR: Nothing RPROVIDES 'weston-dev' (but <build-dir>/sources/meta-arago/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-graphics-sdk-target.bb RDEPENDS on or otherwise requires it)
This patch series addresses two issues in the nnstreamer recipe: 1. Resolves file packaging conflicts where test binaries were split into a separate nnstreamer-tests package, causing runtime dependency issues for benchmark utilities like unittest_filter_onnxruntime. 2. Adds buildpaths QA compliance patch to replace absolute build paths with relative paths in generated unittest files, preventing Yocto contains reference to TMPDIR [buildpaths]" errors Link to v2: - https://patchwork.yoctoproject.org/project/arago/patch/20260309061254.3942533-2-p-deshmukh@ti.com/ Link to v1: - https://patchwork.yoctoproject.org/project/arago/patch/20260309053346.3827889-2-p-deshmukh@ti.com/ Pratham Deshmukh (1): Consolidate unittest executables into main nnstreamer package instead of separate nnstreamer- tests package to fix missing benchmark utilities. ...ute-build-paths-from-generated-test-.patch | 42 +++++++++++++++++++ .../nnstreamer/nnstreamer_2.6.0.bb | 15 +++---- 2 files changed, 48 insertions(+), 9 deletions(-) create mode 100644 meta-arago-extras/recipes-multimedia/nnstreamer/nnstreamer/0001-fix-Remove-absolute-build-paths-from-generated-test-.patch