All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-freescale] Wandboard WB-IMX6U-BW building gstreamer1.0-plugins-imx
@ 2021-02-18 18:14 Terry Barnaby
  0 siblings, 0 replies; 2+ messages in thread
From: Terry Barnaby @ 2021-02-18 18:14 UTC (permalink / raw)
  To: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 1198 bytes --]

I have built the http://freescale.github.io 
<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


[-- Attachment #2: Type: text/html, Size: 1950 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [meta-freescale] Wandboard WB-IMX6U-BW building gstreamer1.0-plugins-imx
       [not found] <1664EA38AFC518F9.32565@lists.yoctoproject.org>
@ 2021-02-20 16:43 ` Terry Barnaby
  0 siblings, 0 replies; 2+ messages in thread
From: Terry Barnaby @ 2021-02-20 16:43 UTC (permalink / raw)
  To: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 2064 bytes --]

On 18/02/2021 18:14, Terry Barnaby wrote:
>
> I have built the http://freescale.github.io 
> <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) ?




[-- Attachment #2: Type: text/html, Size: 3626 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-02-20 16:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-18 18:14 [meta-freescale] Wandboard WB-IMX6U-BW building gstreamer1.0-plugins-imx Terry Barnaby
     [not found] <1664EA38AFC518F9.32565@lists.yoctoproject.org>
2021-02-20 16:43 ` Terry Barnaby

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.