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.web08.8791.1613839433678741262 for ; Sat, 20 Feb 2021 08:43:54 -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 D783B6A66F1; Sat, 20 Feb 2021 16:43:51 +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,NICE_REPLY_A 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 190256A1F7F for ; Sat, 20 Feb 2021 16:43:47 +0000 (GMT) Subject: Re: [meta-freescale] Wandboard WB-IMX6U-BW building gstreamer1.0-plugins-imx To: meta-freescale@lists.yoctoproject.org References: <1664EA38AFC518F9.32565@lists.yoctoproject.org> From: "Terry Barnaby" Message-ID: <75c091ee-5be6-b5c0-3432-34faef56fdc6@beam.ltd.uk> Date: Sat, 20 Feb 2021 16:43:47 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0 MIME-Version: 1.0 In-Reply-To: <1664EA38AFC518F9.32565@lists.yoctoproject.org> Content-Type: multipart/alternative; boundary="------------87275CCCD65A1851F7382920" Content-Language: en-GB --------------87275CCCD65A1851F7382920 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit On 18/02/2021 18:14, Terry Barnaby wrote: > > 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 > > > > I have tried building "repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b rocko" on Centos7 for: MACHINE ??= 'wandboard' DISTRO ?= 'fslc-x11' IMAGE_INSTALL_append = " gstreamer1.0-plugins-imx" bitbake fsl-image-multimedia-full And that builds gstreamer1.0-plugins-imx (at least after the patch https://patchwork.openembedded.org/patch/146562/) If I try the same for "-b dunfell" on Fedora29 (so Python2 still) the gstreamer1.0-plugins-imx build fails as on Fedora33 and "-b master". Is it expected that "gstreamer1.0-plugins-imx" should build under dunfell or master ? Any ideas (I would like to use the most up to date I can for my MIPI_CSI camera -> overlay ->h264 and display tests) ? --------------87275CCCD65A1851F7382920 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit
On 18/02/2021 18:14, Terry Barnaby wrote:

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




I have tried building "repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b rocko" on Centos7 for:

MACHINE ??= 'wandboard'
DISTRO ?= 'fslc-x11'

IMAGE_INSTALL_append = " gstreamer1.0-plugins-imx"

bitbake fsl-image-multimedia-full

And that builds gstreamer1.0-plugins-imx (at least after the patch https://patchwork.openembedded.org/patch/146562/)

If I try the same for "-b dunfell" on Fedora29 (so Python2 still) the gstreamer1.0-plugins-imx build fails as on Fedora33 and "-b master".

Is it expected that "gstreamer1.0-plugins-imx" should build under dunfell or master ?

Any ideas (I would like to use the most up to date I can for my MIPI_CSI camera -> overlay ->h264 and display tests) ?



--------------87275CCCD65A1851F7382920--