we want to gstreamer1.0-plugins-imx and gstreamer1.0-rtsp-srver is the part of rootfs .

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

we want to gstreamer1.0-plugins-imx and gstreamer1.0-rtsp-srver is the part of rootfs .

537 Views
vishwanathfossi
Contributor I

HI every one

we used yocto setup and linux kernel 3.14.

we compiled individually bitbake gstreamer1.0-plugins-imx/gstreamer1.0-rtsp-server and

we added local.conf file  below mentioned lines

IMAGE_INSTALL_append += " gstreamer1.0-plugins-imx"

IMAGE_INSTALL_append += " gstreamer1.0-rtsp-server"

but those are compiled but we want to those lib.so is the part of rootfs image .how we add?

we added fsl-image-machine-test.bb file

gstreamer1.0-plugins-imx \

gstreamer1.0-rtsp-server

bitbake full-image-machine-test

but these libraries are created in below mentioned path

<build_dir>/tmp/sysroots/imx6qsabresd/usr/lib

those libraries are not in the part part of rootfs.sdcard image and rootfs.tar.gz

How its come in the part of rootfs image .

<build_dir>/tmp/deploy/image/imx6a/rootfs--.sdcard

can you explain any body please.we are waiting for your valuable suggestions.

Labels (4)
0 Kudos
1 Reply

320 Views
Yuri
NXP Employee
NXP Employee

Hello,

  You may look at section A.4 (How to select additional packages) of

“Freescale_Yocto_Project_User's_Guide.pdf”; in particular – according to
section A.4.1 (Updating an image) : “Note: You can build packages without
including it in an image, but you must rebuild the image if you want the package

installed automatically on a rootfs.”

http://www.nxp.com/webapp/Download?colCode=L3.14.52_1.1.0_LINUX_DOCS


Have a great day,
Yuri

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

0 Kudos