Hi, First of all, I believe that just adding a dependency on "userland", and having either my patch or Khem's patch for the include files in vcos, would remove the need to add those include files in the recipes.
Then, I believe that the OMX drivers are provided in the userland also, so you might not need to add gstreamer1.0-omx to get them. That's what I have running currently, and it seems to work fine. Best regards, Herve -----Original Message----- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Jonathan Liu Sent: samedi 22 août 2015 10:44 To: yocto@yoctoproject.org Subject: ***SPAM*** [yocto] [meta-raspberrypi][PATCH] gstreamer1.0-omx: enable Raspberry Pi support [Support #25] Signed-off-by: Jonathan Liu <net...@gmail.com> --- recipes-multimedia/gstreamer/gstreamer1.0-omx_%.bbappend | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 recipes-multimedia/gstreamer/gstreamer1.0-omx_%.bbappend diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-omx_%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-omx_%.bbappend new file mode 100644 index 0000000..c242aa2 --- /dev/null +++ b/recipes-multimedia/gstreamer/gstreamer1.0-omx_%.bbappend @@ -0,0 +1,6 @@ +CPPFLAGS_append_rpi = " -I${STAGING_INCDIR}/IL \ + -I${STAGING_INCDIR}/interface/vcos/pthreads \ + -I${STAGING_INCDIR}/interface/vmcs_host/linux" +LDFLAGS_append_rpi = " -lEGL -lbcm_host" +GSTREAMER_1_0_OMX_CORE_NAME_rpi = "${libdir}/libopenmaxil.so" +GSTREAMER_1_0_OMX_TARGET_rpi = "rpi" -- 2.5.0 -- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto -- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto