| Message ID | 20260318083015.2295406-1-p-deshmukh@ti.com |
|---|---|
| Headers | show |
| Series | nnstreamer: Fix buildpaths QA error and establish test dependencies | expand |
meta-arago / na / 20260318083015.2295406-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 v5 0/2] nnstreamer: Fix buildpaths QA error and establish test dependencies - Submitter: From: Pratham Deshmukh <p-deshmukh@ti.com> - Date: Date: Wed, 18 Mar 2026 14:00:13 +0530 - Num Patches: 2 - Mailing List (public inbox) Commit SHA: 2b7424b2fc6070f9b8ccca3101fb08e60d0f1450 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: 9fad73b33f32eb9b48a3982a5e64d1ab3c8a3425 Patches ---------------------------------------- All patches applied ========================================================= check-yocto-repo: PASS ========================================================= master ===================== PASS ========================================================= yocto-check-layers: FAIL ========================================================= master - FAIL ===================== ERROR: Layer meta-arm is not compatible with the core layer which only supports these series: wrynose (layer is compatible with whinlatter)
This patch series addresses two issues in the nnstreamer recipe: 1. 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 2. Missing runtime dependency relationship between nnstreamer-tests and the main nnstreamer package, which could lead to test package installation without required core components. Link to v4: - https://patchwork.yoctoproject.org/project/arago/patch/20260316092648.1377711-2-p-deshmukh@ti.com/ Link to v3: - https://patchwork.yoctoproject.org/project/arago/patch/20260312130928.889341-2-p-deshmukh@ti.com/ 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 (2): nnstreamer: fix buildpaths QA issues nnstreamer: Add runtime dependency from tests to main package ...ute-build-paths-from-generated-test-.patch | 42 +++++++++++++++++++ .../nnstreamer/nnstreamer_2.6.0.bb | 9 +++- 2 files changed, 49 insertions(+), 2 deletions(-) create mode 100644 meta-arago-extras/recipes-multimedia/nnstreamer/nnstreamer/0001-fix-Remove-absolute-build-paths-from-generated-test-.patch