NAK.
We are working towards getting meta-arago into position to be Yocto
Project Compliant and reproducible builds is top of the list of items to
support. We need to fix this package to not include the build dir in
the output files.
In fact, we need to figure out the nnstreamer-tests issue as well. We
can't just slap QA skips in the recipes to get around build issues.
On 3/9/2026 1:12 AM, Pratham Deshmukh via lists.yoctoproject.org wrote:
The nnstreamer-src package contains debug source files that reference
TMPDIR paths, causing QA buildpaths errors during do_package_qa.
Skip the buildpaths check for the source package to resolve the
build failure.
Fixes: 319271fe5fc8bc3016b1eb765784076af666b61b ("nnstreamer: upgrade 2.4.4 ->
2.6.0")
Signed-off-by: Pratham Deshmukh <[email protected]>
---
Change Logs:
v1 -> v2:
- Added fix commit hash in the commit message.
.../recipes-multimedia/nnstreamer/nnstreamer_2.6.0.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/meta-arago-extras/recipes-multimedia/nnstreamer/nnstreamer_2.6.0.bb
b/meta-arago-extras/recipes-multimedia/nnstreamer/nnstreamer_2.6.0.bb
index c62589ac..74d72d9e 100644
--- a/meta-arago-extras/recipes-multimedia/nnstreamer/nnstreamer_2.6.0.bb
+++ b/meta-arago-extras/recipes-multimedia/nnstreamer/nnstreamer_2.6.0.bb
@@ -64,6 +64,8 @@ FILES:${PN}-tests += "\
"
INSANE_SKIP:${PN}-tests += "buildpaths"
+INSANE_SKIP:${PN}-src += "buildpaths"
+
FILES:${PN}-dev = "\
${includedir}/nnstreamer/* \
${libdir}/pkgconfig/*.pc \
--
Ryan Eatmon [email protected]
-----------------------------------------
Texas Instruments, Inc. - LCPD - MGTS
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#17294):
https://lists.yoctoproject.org/g/meta-arago/message/17294
Mute This Topic: https://lists.yoctoproject.org/mt/118216858/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-