Hello
We have been using BSP5 with Colibri-imx7d-emmc for a long while now and in order to support newer HW (wifi ecc) I needed to test the newer yocto release. However I had problem with
“imx-gst1.0-plugin”
repo init -u git://git.toradex.com/toradex-manifest.git -b scarthgap-7.x.y -m tdxref/default.xml
MACHINE ?= "colibri-imx7-emmc"
IMAGE_INSTALL:append = " imx-gst1.0-plugin"
bitbake tdx-reference-multimedia-image
ERROR: Nothing RPROVIDES 'imx-gst1.0-plugin' (but /media/data/yocto-imx7d-scarthgap/build/../layers/meta-toradex-demos/recipes-images/images/tdx-reference-multimedia-image.bb RDEPENDS on or otherwise requires it)
imx-gst1.0-plugin was skipped: incompatible with machine colibri-imx7-emmc (not in COMPATIBLE_MACHINE)
NOTE: Runtime target 'imx-gst1.0-plugin' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['imx-gst1.0-plugin']
ERROR: Required build target 'tdx-reference-multimedia-image' has no buildable providers.
Missing or unbuildable dependency chain was: ['tdx-reference-multimedia-image', 'imx-gst1.0-plugin']
This was building fine with
repo init -u git://git.toradex.com/toradex-manifest.git -b dunfell-5.x.y -m tdxref/default.xml
When I add “mx7” as COMPATIBLE_MACHINE with a “imx-gst1.0-plugin_%.bbappend” file this time it gets blocked by COMPATIBLE_HOST
ERROR: Nothing RPROVIDES 'imx-gst1.0-plugin' (but /media/data/yocto-imx7d-scarthgap/build/../layers/meta-toradex-demos/recipes-images/images/tdx-reference-multimedia-image.bb RDEPENDS on or otherwise requires it)
imx-gst1.0-plugin was skipped: incompatible with host arm-tdx-linux-gnueabi (not in COMPATIBLE_HOST)
NOTE: Runtime target 'imx-gst1.0-plugin' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['imx-gst1.0-plugin']
ERROR: Required build target 'tdx-reference-multimedia-image' has no buildable providers.
Missing or unbuildable dependency chain was: ['tdx-reference-multimedia-image', 'imx-gst1.0-plugin']
We need this package to visualize and record videos with a USB Camera