From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailgate1.beam.ltd.uk (mailgate1.beam.ltd.uk [88.96.138.49]) by mx.groups.io with SMTP id smtpd.web11.528.1613672094733293682 for ; Thu, 18 Feb 2021 10:14:55 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: beam.ltd.uk, ip: 88.96.138.49, mailfrom: terry@beam.ltd.uk) Received: by mailgate1.beam.ltd.uk (Postfix, from userid 900) id 77EAD6A6B72; Thu, 18 Feb 2021 18:14:52 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on portal.beamnet X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, HTML_MESSAGE autolearn=ham autolearn_force=no version=3.4.4 Received: from study.kingnet (king.kingnet [82.69.10.222]) by mailgate1.beam.ltd.uk (Postfix) with ESMTPSA id CAF7B6A6B6E for ; Thu, 18 Feb 2021 18:14:49 +0000 (GMT) To: meta-freescale@lists.yoctoproject.org From: "Terry Barnaby" Subject: [meta-freescale] Wandboard WB-IMX6U-BW building gstreamer1.0-plugins-imx Message-ID: <959d0a25-3f5c-ec22-85ac-057baa0e8725@beam.ltd.uk> Date: Thu, 18 Feb 2021 18:14:49 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="------------9AAA3DD3CA91811C62D72060" Content-Language: en-GB --------------9AAA3DD3CA91811C62D72060 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit I have built the http://freescale.github.io Yocto core-image-sato build for a Wandboard WB-IMX6U-BW under Fedora33 (Python3) fine and it runs on the board. I used "repo init -u https://github.com/Freescale/fsl-community-bsp-platform". However when adding: IMAGE_INSTALL_append = " gstreamer1.0-plugins-imx" to my local.conf I get the build error: ERROR: Nothing RPROVIDES 'gstreamer1.0-plugins-imx' (but /datal3/DartSystems/ds200i-system/fsl-community-bsp/sources/poky/meta/recipes-sato/images/core-image-sato.bb RDEPENDS on or otherwise requires it) gstreamer1.0-plugins-imx was skipped: incompatible with machine wandboard (not in COMPATIBLE_MACHINE) NOTE: Runtime target 'gstreamer1.0-plugins-imx' is unbuildable, removing... Missing or unbuildable dependency chain was: ['gstreamer1.0-plugins-imx'] The sources/meta-freescale-3rdparty/conf/machine/wandboard.conf has: MACHINEOVERRIDES =. "mx6:mx6dl:mx6q:" and sources/meta-freescale/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.13.1.bb has: COMPATIBLE_MACHINE = "(mx6dl|mx6q|mx6sl|mx6sx|mx6ul|mx6ull|mx7d)" Any ideas on why this is happening ? Terry --------------9AAA3DD3CA91811C62D72060 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit

I have built the http://freescale.github.io Yocto core-image-sato build for a Wandboard WB-IMX6U-BW under Fedora33 (Python3) fine and it runs on the board.

I used "repo init -u https://github.com/Freescale/fsl-community-bsp-platform".

However when adding: IMAGE_INSTALL_append = " gstreamer1.0-plugins-imx" to my local.conf I get the build error:

ERROR: Nothing RPROVIDES 'gstreamer1.0-plugins-imx' (but /datal3/DartSystems/ds200i-system/fsl-community-bsp/sources/poky/meta/recipes-sato/images/core-image-sato.bb RDEPENDS on or otherwise requires it)
gstreamer1.0-plugins-imx was skipped: incompatible with machine wandboard (not in COMPATIBLE_MACHINE)
NOTE: Runtime target 'gstreamer1.0-plugins-imx' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['gstreamer1.0-plugins-imx']

The sources/meta-freescale-3rdparty/conf/machine/wandboard.conf has:

MACHINEOVERRIDES =. "mx6:mx6dl:mx6q:"

and sources/meta-freescale/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.13.1.bb has:

COMPATIBLE_MACHINE = "(mx6dl|mx6q|mx6sl|mx6sx|mx6ul|mx6ull|mx7d)"

Any ideas on why this is happening ?

Terry

--------------9AAA3DD3CA91811C62D72060--