Assistance Required: Error While Building OS for Renesas RZ/V2L

Topic:

[

Assistance Required: Error While Building OS for Renesas RZ/V2L](https://forum.edgeimpulse.com/t/assistance-required-error-while-building-os-for-renesas-rz-v2l/13988)

Project ID:

Context/Use case:
Generating Raw features to inference frames taken from camera

Details:
However, we are encountering an error during the OS build process:

‘’’

ERROR: Nothing RPROVIDES ‘openjdk’ (but /media/alai-labs/6d759e37-655f-4854-a66f-dcdcfb05fb49/Apr16/rzv_vlp_v304/meta-ei/recipes-ei/drpaitvm/drpaitvm_1.0.0.bb RDEPENDS on or otherwise requires it)

ERROR: Required build target ‘core-image-weston’ has no buildable providers.

Missing or unbuildable dependency chain was: [‘core-image-weston’, ‘drpaitvm’, ‘openjdk’]

’ ’ ’

Could you please assist us in resolving this issue?

Related Topics:
Reneses
manhole detection

@Doug.Anson or @rjames - do either of you have known-good Renesas Yocto builds, perhaps just the .img or .wic file to get the user unblocked here? Thanks!

Oh this is tricky looking.

@ei_francesco might be worth checking with too.

Let me try and run a test here quickly.

Is it difficult to add openjdk to the recipe @Doug.Anson ? Looks like that’s what’s missing, not sure what version though.

Hi! Sorry for the delay… this is actually a bug in the “meta-ei.zip” file… there should be a new one that you can pull down from here: https://cdn.edgeimpulse.com/build-system/meta-ei.zip … if you retry your build (you’ll need to re-run all of the steps to create your build env including running bitbake to add the layers again)… it should not be an issue any further.

Just FYI, the issue was with this file in the zip: ./meta-ei/recipes-ei/drpaitvm/drpaitvm_1.0.0.bb

In that file, 2nd to last line needed to be removed… its not needed… once removed, the build process should run to completion.