Hi,

I'm struggling with a Yocto build for my board, I get an error like:
```
ERROR: omx-user-module-1.1.0-r0 do_package: QA Issue: omx-user-module: Files/directories were installed but not shipped in any package:
  /usr/lib64
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
omx-user-module: 1 installed and not shipped files. [installed-vs-shipped]
ERROR: omx-user-module-1.1.0-r0 do_package: Fatal QA errors found, failing task. ERROR: Logfile of failure stored in: /home/yocto/rzv_vlp_v3.0.0/build/tmp/work/smarc_rzv2l-poky-linux/omx-user-module/1.1.0-r0/temp/log.do_package.1434925 ERROR: Task (/home/yocto/rzv_vlp_v3.0.0/build/../poky/meta/recipes-multimedia/gstreamer/omx-user-module.bb:do_package) failed with exit code '1'
```
The recipe `omx-user-module.bb` is needed by my image (in image.bbappend) and the omx-user-module.bb contains:

FILES:${PN} += " \
    ${libdir}/*.so \
"

FILES:${PN}-dev = " \
    ${includedir} \
    ${libdir}/*.la \
"


can anyone help me further with this?

Thanks,

Ron

--
*ron
*
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#61653): https://lists.yoctoproject.org/g/yocto/message/61653
Mute This Topic: https://lists.yoctoproject.org/mt/102515765/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to