]> code.ossystems Code Review - meta-freescale.git/commit
odp-module/odp-counters/kernel-module-ar: fix QA Issue during usermerge 894/head
authorHongxu Jia <hongxu.jia@windriver.com>
Wed, 20 Oct 2021 06:47:55 +0000 (14:47 +0800)
committerHongxu Jia <hongxu.jia@windriver.com>
Thu, 21 Oct 2021 07:45:34 +0000 (15:45 +0800)
commit3d39d355867caaee00c42614f7eb4a9b0830b84b
tree3e05546180d63768facf0c4ef489c171f32beb74
parent265c7afa5c7e1491b960e5f77132a01dd6455feb
odp-module/odp-counters/kernel-module-ar: fix QA Issue during usermerge

While enabling usermerge, there is a QA issue:
...
ERROR: odp-counters-git-r0 do_package: QA Issue: odp-counters: Files/directories were installed but not shipped in any package:
  /lib
  /lib/modules
  /lib/modules/5.10.70-yocto-standard
  /lib/modules/5.10.70-yocto-standard/odp
  /lib/modules/5.10.70-yocto-standard/odp/odpfsl_perfcounters.ko
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
odp-counters: 5 installed and not shipped files. [installed-vs-shipped]
...

Use Yocto nonarch_base_libdir to replace hardcode /lib

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
recipes-extended/odp/odp-counters_git.bb
recipes-extended/odp/odp-module_git.bb
recipes-kernel/kernel-modules/kernel-module-ar_git.bb