All of lore.kernel.org
 help / color / mirror / Atom feed
* gst-plugin-base libs not going to rootfs
@ 2015-05-26 13:10 Yogesh Tyagi
  2015-05-26 14:22 ` Burton, Ross
  0 siblings, 1 reply; 5+ messages in thread
From: Yogesh Tyagi @ 2015-05-26 13:10 UTC (permalink / raw)
  To: bitbake-devel

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

Hi,

I am using yocto 1.5 in my project. The problem is, gst-plugin-base
libraries are not going to rootfs in my build.

I have tried to write a bbappend file "gst-plugins-base_0.10.36.bbappend"
with below content:

S = "${WORKDIR}"

FILES_${PN} += " ${libdir}/gstreamer-0.10/*.so"
FILES_${PN}-dev += " ${libdir}/gstreamer-0.10/*.la
${libdir}/gstreamer-0.10/*.a"
FILES_${PN}-dbg += " ${libdir}/gstreamer-0.10/.debug/
${libexecdir}/gstreamer-0.10/.debug/"


do_install_append () {
         install -m 0755 ${S}/package/usr/lib/gstreamer-0.10/*
${D}${libdir}/gstreamer-0.10/
}

and I have also added "gst-plugin-base" to packagegroup bb file of my
project but still gst-plugins-base libs are not going to rootfs. Please
help.


Thanks,
Yogesh

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

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

end of thread, other threads:[~2015-05-27 16:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-26 13:10 gst-plugin-base libs not going to rootfs Yogesh Tyagi
2015-05-26 14:22 ` Burton, Ross
2015-05-26 15:40   ` Yogesh Tyagi
2015-05-26 21:24     ` Burton, Ross
2015-05-27 16:50       ` Yogesh Tyagi

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.