| Message ID | 20260423075408.1886225-1-p-deshmukh@ti.com |
|---|---|
| Headers | show |
| Series | Fix TensorFlow Lite development file packaging issues | expand |
meta-arago / na / 20260423075408.1886225-1-p-deshmukh PRC Results: PASS ========================================================= check-yocto-patches: PASS ========================================================= Patches ---------------------------------------- All patches passed ========================================================= apply-yocto-patch: PASS ========================================================= master ===================== Summary: - Patch Series: [meta-arago][master][PATCH 0/1] Fix TensorFlow Lite development file packaging issues - Submitter: From: Pratham Deshmukh <p-deshmukh@ti.com> - Date: Date: Thu, 23 Apr 2026 13:24:07 +0530 - Num Patches: 1 - Mailing List (public inbox) Commit SHA: 12e9dc2200908d3df4133f0a7820dece1c2c970d Applied to: - Repository: lcpd-prc-meta-arago - Base Branch: master-wip - Commit Author: Denys Dmytriyenko (TI) <denys@konsulko.com> - Commit Subject: mesa-demos: set default PREFERRED_VERSION - Commit SHA: fa748a709b715e7c5b55eb94576ab9b2da93f8ad Patches ---------------------------------------- All patches applied ========================================================= check-yocto-repo: PASS ========================================================= master ===================== PASS ========================================================= yocto-check-layers: PASS ========================================================= master - PASS ===================== All checks passed
This patch series addresses packaging issues in the TensorFlow Lite recipe that were causing missing headers in the final rootfs and QA warnings for incorrectly packaged shared library symlinks. The TensorFlow Lite recipe was installing development files (headers and unversioned .so symlinks) during do_install but not properly assigning them to the -dev package, resulting in: 1. Missing headers in images despite being built correctly 2. QA error [dev-so] due to .so symlinks in the runtime package This fix ensures proper development file packaging and resolves both issues. Pratham Deshmukh (1): tensorflow-lite: Fix development file packaging for headers and symlinks .../tensorflow-lite/tensorflow-lite_2.20.0.bb | 5 +++++ 1 file changed, 5 insertions(+)