renesas-rcar / meta-renesas

MIT License
53 stars 80 forks source link

M3N r8a77965 bitbake build issues #10

Open AshviniD opened 6 years ago

AshviniD commented 6 years ago

Hello All,

While executing bitbake for M3N Salavtor-XS type of board, we are facing issues with following recipes:

  1. kernel-module-gles.bb : error is file not found -- file://GSX_KM_M3N.tar.bz2
  2. gles-user-module.bb : error is file not found -- file://r8a77965_linux_gsx_binaries_gles.tar.bz2

We have set SOC_FAMILY = "r8a77965".

Images could not be created after it.

We have tried for M3 type with SOC_FAMILY = "r8a7796". For this, images are created.

We are not sure whether we can use the M3 type of u-boot, kernel and rootfs for M3N type of board.

Please let us know the procedure to run bitbake for M3N-Salvator-XS type of board and also let us know whether we can use M3 images on M3N type of board.

Thanks Ashvini

slawr commented 6 years ago

Hi Ashvini,

While executing bitbake for M3N Salavtor-XS type of board, we are facing issues with following recipes:

kernel-module-gles.bb : error is file not found -- file://GSX_KM_M3N.tar.bz2
gles-user-module.bb : error is file not found -- file://r8a77965_linux_gsx_binaries_gles.tar.bz2

The errors occur because the gfx and mmp packages have not been copied into the Yocto BSP before the build was started. As they are licensed differently they are not included directly in the Yocto recipe files.

You mention Salvator-XS so I assume your company have access to the versions that are under NDA and the customer Yocto BSP which has an associated documentation set. To copy the packages into the BSP please follow the steps in the Yocto Startup Guide.

Regards

Steve