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

M3N r8a77965 bitbake build issues #10

Open
AshviniD opened this issue Jun 29, 2018 · 1 comment
Open

M3N r8a77965 bitbake build issues #10

AshviniD opened this issue Jun 29, 2018 · 1 comment

Comments

@AshviniD
Copy link

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
Copy link
Contributor

slawr commented Aug 29, 2018

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

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