CORE_IMAGE_EXTRA_INSTALL += "gpu-viv-bin-mx6q gpu-viv-bin-mx6q-dev

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

CORE_IMAGE_EXTRA_INSTALL += "gpu-viv-bin-mx6q gpu-viv-bin-mx6q-dev

1,565 Views
hjpark71
Contributor III

Hi Guys,

Thanks to this blog.

http://imxcv.blogspot.ca/2014/02/building-opencv-24x-for-freescales-imx6.html

I added it onto conf/local.conf

CORE_IMAGE_EXTRA_INSTALL += " gpu-viv-bin-mx6q gpu-viv-bin-mx6q-dev "

and run bitbake fsl-image-qt5 but faced these errors..

ERROR: Nothing RPROVIDES 'gpu-viv-bin-mx6q' (but /home/smart/yocto/var-som-mx6-yocto-jethro/sources/meta-fsl-bsp-release/imx/meta-sdk/recipes-fsl/images/fsl-image-qt5.bb RDEPENDS on or otherwise requires it)

NOTE: Runtime target 'gpu-viv-bin-mx6q' is unbuildable, removing...

Missing or unbuildable dependency chain was: ['gpu-viv-bin-mx6q']

ERROR: Required build target 'fsl-image-qt5' has no buildable providers.

Missing or unbuildable dependency chain was: ['fsl-image-qt5', 'gpu-viv-bin-mx6q']

Question:

1. Doesn't YOCTO support "gpu-viv-bin-mx6q gpu-viv-bin-mx6q-dev" anymore? if yes, How can I add viv-bin?

2. Whenever I face such kind of errors, What should I see to know whether some images are available in YOTO today or not?

One of difficulty to use YOCTO is that 

there are a lot of different config names like below..

EXTRA_IMAGE_FEATURES =

IMAGE_INSTALL_append =

PACKAGECONFIG_append_pn-qtbase =

CORE_IMAGE_EXTRA_INSTALL =

but, I don't know exactly what image or receipes need to be appended on which config name above..

I have red YOCTO mega manual but it doesn't give all the information about the configs

for instance, I can't find PACKAGECONFIG_append_pn-qtbase in mega manual but it is needed to append linuxfb with QT.

Labels (2)
1 Reply

637 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hi hj.,

gpu_viv debian packages are no longer available. Looks like you are using a older bsp version, please try the latest one:

i.MX6Q|i.MX 6Quad Processors|Quad Core|NXP

and you try to read the user guide document for reference about differnets backend images that the bsp provides.

Hope this helps