thanks for sending... i have the very same recipe in my local tree , so it's all good timing!
On Thu, Oct 11, 2012 at 1:40 AM, Enrico Butera <[email protected]> wrote: > This is needed to build gst-plugin-ducati. > > Signed-off-by: Enrico Butera <[email protected]> > --- > recipes-graphics/drm/libdrm_2.4.39.bbappend | 3 +++ > 1 file changed, 3 insertions(+) > create mode 100644 recipes-graphics/drm/libdrm_2.4.39.bbappend > > diff --git a/recipes-graphics/drm/libdrm_2.4.39.bbappend > b/recipes-graphics/drm/libdrm_2.4.39.bbappend > new file mode 100644 > index 0000000..5842556 > --- /dev/null > +++ b/recipes-graphics/drm/libdrm_2.4.39.bbappend > @@ -0,0 +1,3 @@ > +COMPATIBLE_MACHINE = "pandaboard" i am not familiar too much with all the features of bitbake... but it seems that 'omap4' should be better for the compatibility. our current position is to request all OMAP4 boards/customers to use libdrm with OMAP experiemental support, that the only config we (TI) actually support. at some point, I would be interested to see libdrm-omap + xf-video-omap being used on omap3 too.. but that's outside the scope of *this* patch! and if you want to be proactive, you can add "omap4,omap5", as that's what we support on omap5 too. having 'omap4' means that anyone that is making an omap4 board/machine will benefit from your recipe. > + > +EXTRA_OECONF += "--enable-omap-experimental-api" > -- > 1.7.9.5 > > _______________________________________________ > meta-ti mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-ti _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
