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

Can't Build imx-hailo-demo-image with current instructions in README #17

Open
stevencnix opened this issue Jul 27, 2024 · 1 comment
Open

Comments

@stevencnix
Copy link

Trying to build the demo image with the current instructions fails due to FFMPEG having a restricted license. Please update the instructions to account for this:

`
Parsing of 3215 .bb files complete (3213 cached, 2 parsed). 4772 targets, 287 skipped, 5 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES 'ffmpeg' (but /imx-yocto/sources/meta-solidrun-arm-imx8/recipes-core/images/imx-hailo-demo-image.bb RDEPENDS on or otherwise requires it)
ffmpeg was skipped: because it has a restricted license 'commercial'. Which is not listed in LICENSE_FLAGS_ACCEPTED
ffmpeg was skipped: because it has a restricted license 'commercial'. Which is not listed in LICENSE_FLAGS_ACCEPTED
NOTE: Runtime target 'ffmpeg' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['ffmpeg']
ERROR: Required build target 'imx-hailo-demo-image' has no buildable providers.
Missing or unbuildable dependency chain was: ['imx-hailo-demo-image', 'ffmpeg']

Summary: There were 2 ERROR messages, returning a non-zero exit code.
`

@stevencnix
Copy link
Author

The solution is to edit imx-yocto/build-fsl-imx-xwayland-imx8mpsolidrun/conf/local.conf and add the line

LICENSE_FLAGS_ACCEPTED = "commercial_ffmpeg"

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

1 participant