Nothing PROVIDES 'imx-image-multimedia'

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Nothing PROVIDES 'imx-image-multimedia'

Jump to solution
2,899 Views
shivam_rawat
Contributor II

i have followed the IMXLXYOCTOUG i.MX Yocto Project User's Guide Rev. LF5.10.9_1.0.0 — 12 April 2021 . ihave executed the command bitbake imx-image-multimedia and got the error mentioned below . I also found imx-image-multimedia.bb at path: ~/bin/imx-yocto-bsp/sources/meta-imx/meta-sdk/recipes-fsl/images/

i am working on : Rugged Board ,  PhyCore - i.MX6 UL (MCIMX6G2CVM05AB) 
host machine is ubuntu18.4 

______________________________________________________________________ 
root@dell:~/bin/imx-yocto-bsp/sources/meta-imx/meta-sdk/recipes-fsl/images# bitbake imx-image-multimedia

Loading cache: 100% |##################################################################################################################| Time: 0:00:00

Loaded 1354 entries from dependency cache.

ERROR: Nothing PROVIDES 'im x-image-multimedia'

 

Summary: There was 1 ERROR message shown, returning a non-zero exit code.

root@dell:~/bin/imx-yocto-bsp/sources/meta-imx/meta-sdk/recipes-fsl/images#

 
Labels (3)
0 Kudos
1 Solution
2,877 Views
Rita_Wang
NXP TechSupport
NXP TechSupport

The distro files released fsl-imx-x11, fsl-imx-wayland, fsl-imxxwayland,
and fsl-imx-fb all show configurations for specific graphical backends.

Try to use this :

DISTRO=fsl-imx-x11 MACHINE=imx6ulevk source imx-setup-release.sh -b ./fsl_build_x11

View solution in original post

0 Kudos
3 Replies
2,891 Views
Rita_Wang
NXP TechSupport
NXP TechSupport

Have you finished download the source code? And before bitbake have you set the proper build environment, like this "DISTRO=fsl-imx-fb MACHINE=imx6qpsabreauto source imx-setup-release.sh –b build-fb"?

0 Kudos
2,886 Views
shivam_rawat
Contributor II

yes i did , i executed the commands as mentioned below

repo init -u https://source.codeaurora.org/external/imx/imx-manifest -b imx-linux-gatesgarth -m imx-5.10.9-1.0.0.xml


repo sync
 
DISTRO=fsl-x11 MACHINE=imx6ulevk source imx-setup-release.sh -b ./fsl_build_x11


bitbake imx-image-multimedia

0 Kudos
2,878 Views
Rita_Wang
NXP TechSupport
NXP TechSupport

The distro files released fsl-imx-x11, fsl-imx-wayland, fsl-imxxwayland,
and fsl-imx-fb all show configurations for specific graphical backends.

Try to use this :

DISTRO=fsl-imx-x11 MACHINE=imx6ulevk source imx-setup-release.sh -b ./fsl_build_x11

0 Kudos