[meta-ti] [PATCHv4] gbm: Add TI staging tree
Siddharth Heroor
heroor at ti.com
Thu Jul 11 21:54:36 PDT 2013
On 7/11/2013 10:43 PM, Denys Dmytriyenko wrote:
> Also a question - do you still need it in danny, besides master and dylan?
We will need in Danny. I'm trying to make sure we finish all our work on
Danny. Patches would have been posted and we are only reworking them
based on feedback. Hopefully, this should complete within a week.
>
>
> On Wed, Jul 10, 2013 at 06:30:54PM +0530, Siddharth Heroor wrote:
>> * This is the gbm frontend used by (for example) weston
>> compositor to load the GLES stack, and retrieve the
>> backing buffer objects behind an eglImage (created
>> with EGL_WAYLAND_BUFFER_WL), etc. The frontend is really
>> just a backend loader and shim. The backend library must
>> be provided by the GLES implementation.
>> * The original libgbm is actually part of mesa but in the TI
>> stack this is implemented as a separate and standalone package
>> hosted at git://git.ti.com/glsdk/libgbm.git
>> * In the Danny branch, oe-core/meta/recipes-graphics/mesa
>> has 8.0.0 as its version. For the GLSDK stack, the libgbm
>> is more in line with 9.0.0 mesa. The goal is to move over
>> to mesa for libgbm in future.
>>
>> v2:
>> * Cleaned up description and rewrote the commit.
>>
>> v3:
>>
>> * Rename as libgbm-glsdk to avoid clash with mesa-libgbm.
>>
>> v4:
>>
>> * Move into a single versioned recipe and delete .inc file
>>
>> Signed-off-by: Mrinmayee Hingolikar <mrinmayee at ti.com>
>> Signed-off-by: Siddharth Heroor <heroor at ti.com>
>> ---
>> recipes-graphics/gbm/libgbm-glsdk_9.0.0.bb | 17 +++++++++++++++++
>> 1 files changed, 17 insertions(+), 0 deletions(-)
>> create mode 100644 recipes-graphics/gbm/libgbm-glsdk_9.0.0.bb
>>
>> diff --git a/recipes-graphics/gbm/libgbm-glsdk_9.0.0.bb b/recipes-graphics/gbm/libgbm-glsdk_9.0.0.bb
>> new file mode 100644
>> index 0000000..17207a1
>> --- /dev/null
>> +++ b/recipes-graphics/gbm/libgbm-glsdk_9.0.0.bb
>> @@ -0,0 +1,17 @@
>> +DESCRIPTION = "Userspace interface for the kernel GBM services."
>> +HOMEPAGE = "http://git.ti.com"
>> +LICENSE = "MIT"
>> +LIC_FILES_CHKSUM = "file://gbm.c;beginline=1;endline=26;md5=b871c7f2f477df29ee4c0ec437b187f7"
>> +PROVIDES = "libgbm"
>> +
>> +COMPATIBLE_MACHINE = "omap-a15"
>> +
>> +DEFAULT_PREFERENCE = "-1"
>> +
>> +inherit autotools pkgconfig
>> +
>> +SRC_URI = "git://git.ti.com/glsdk/libgbm.git;protocol=git"
>> +
>> +S = "${WORKDIR}/git"
>> +
>> +SRCREV = "cb86a2f2cecd41023bf1bf12fbcf11be11220f31"
>> --
>> 1.7.0.4
>>
>> _______________________________________________
>> meta-ti mailing list
>> meta-ti at yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/meta-ti
> _______________________________________________
> meta-ti mailing list
> meta-ti at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
>
More information about the meta-ti
mailing list