Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some recipes does not obey the yocto QA usrmerge recommendations #38

Open
lakabd opened this issue Apr 19, 2023 · 1 comment
Open

Some recipes does not obey the yocto QA usrmerge recommendations #38

lakabd opened this issue Apr 19, 2023 · 1 comment

Comments

@lakabd
Copy link

lakabd commented Apr 19, 2023

The following recipes in meta-rcar-adas are not following the QA usrmerge recommendations and they are causing the build to fail:
package is not obeying usrmerge distro feature. /lib should be relocated to /usr. [usrmerge]

  • qosif-tp-user-module
  • gles-user-module
  • kernel-module-gles
  • kernel-module-qos
  • linux-renesas_5.10

In the do_install you are using hardcoded paths instead of the bitbake variables set up for that e.g., ${bindir}, ${libdir}, ...

Could you please fix them, so we no longer have to bbappend them just to fix these errors.

(I already have the fix, if you would like me to submit an MR)

BR,
Abderrahim

@DuyDang007
Copy link
Contributor

Thanks for your reporting, If you already have a fix. Please submit your pull request. We will check it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants