You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
`
The text was updated successfully, but these errors were encountered:
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.
`
The text was updated successfully, but these errors were encountered: