[meta-arago][master][PATCH 0/1] Fix TensorFlow Lite development file packaging issues

Pratham Deshmukh <[email protected]> Thu, 23 Apr 2026 13:24:07 +0530
Newsgroups org.yoctoproject.lists.meta-arago
Message-ID <[email protected]>
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
                                                                           =
                                                                           =
                                                            =20
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(+)

--=20
2.34.1