-
Notifications
You must be signed in to change notification settings - Fork 80
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
Broken core-image-minimal for qemu targets #17
Comments
Thank you for the report. Can you provide details please. What is the failure? Did you isolate the cause? |
|
The problem is you can't just import random things into recipes unless they're platform independent. The
|
Thanks for the update.
Out of interest what is the use case for including meta-renesas in your bblayer but building for a non-Renesas platform? You like to have all layers for all of the machines you target in a single configuration? As you say in that setup IMAGE_INSTALL appends would need machine qualifiers. |
@slawr I've added one include per SoC and replaced the If so I'll do a PR. |
Hi @ismaell I'm not the maintainer of the layer so I can't give concrete guidance. I use the YBSP in my work in the Genivi automotive alliance. I saw the ticket and was interested in your use case. I've not given it in depth thought and I'm not sure what you mean exactly by one include per SoC. I think I would have been tempted to start with your original point. Fixing the image bbappend so machine modifiers are used in the include if that would fix it. Certainly I can't see that file changing much so carrying a local patch until its changed upstream should not be a huge maintenance burden. I'll mention it to the team. |
@slawr seems dead, who is responsible for this layer? |
@ismaell I can't speak for the team's processes but my advice, assuming you are using R-Car as part of a commercial project, would be to go through the support mechanism setup with Renesas for the project. |
@slawr sadly that's not an option, I'm dealing with prototypes... |
@ismaell if not possible then I would look to the community. The YBSP maintainer details are in the source. elinux.org is the central hub for R-Car h/w and s/w community. There you can find details about various upstreams such as the kernel. Then Renesas involves itself directly in various automotive communities. So you can find people working in Genivi, AGL and Autosar for example. Similar is also taking place in areas of ADAS such as OpenADx. That's for the general case for finding people working on R-Car. Re this specific question as I said I'll raise it with the team. |
This layer breaks the
core-image-minimal
target for all the qemu targets. The layer should only modify the package selection and other settings for the machines it intends to support, where such changes make sense.The text was updated successfully, but these errors were encountered: