How to generate SDK for imx6q with gstreamer 1.0

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

How to generate SDK for imx6q with gstreamer 1.0

2,056 Views
skrbhn
Contributor I

I try building sdk of poky(1.8) for build qt.

I want to build the sdk contains gstreamer1.0.

But,by defualt, the sdk contains gstreamer0.1.

How can I make the sdk contains gstreamer1.0?

Labels (2)
0 Kudos
5 Replies

926 Views
chrisroed
Contributor IV

Add gstreamer1.0 to your image...  For me I added the line to <build_dir>/conf/locale.conf

CORE_IMAGE_EXTRA_INSTALL += "packagegroup-fsl-gstreamer1.0-full"

Then, bitbake your image.. 

$bitbake core-image-x11

Then, make the sdk

$bitbake core-image-x11 -c populate_sdk_ext

Then install that sdk and you should have gstreamer in it.

0 Kudos

926 Views
igorpadykov
NXP Employee
NXP Employee

HI G

please look at Gstreamer tutorial

i.MX6 GStreamer-imx Plugins - Tutorial &amp; Example Pipelines

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 Kudos

926 Views
skrbhn
Contributor I

Hi igor

Thank you for the information.

I can build gst 1.0 into images.

But I can build it into sdk.

I don't know how to build it into sdk.

Thanks

G

0 Kudos

926 Views
igorpadykov
NXP Employee
NXP Employee

Hi G

what do you mean by "build it into sdk" ?

~igor

0 Kudos

926 Views
skrbhn
Contributor I

Hi igor

I'm sorry for my poor english.

I build sdk by "bitbake meta-toolchain-qt".

Then install sdk(toolchain) by "poky-glibc-x86_64-meta-toolchain-qt-cortexa9hf-vfp-neon-toolchain-qt-1.8.sh"

In this way, the sdk(toolchain) contains gst 0.1 only.

I need gst. 1.0.

But I don't know how to do it.

Thanks

G

0 Kudos