All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gbm: Add TI staging tree
@ 2013-06-28 11:07 Hingolikar, Mrinmayee
  2013-06-28 11:20 ` Vishwanathrao Badarkhe, Manish
  0 siblings, 1 reply; 6+ messages in thread
From: Hingolikar, Mrinmayee @ 2013-06-28 11:07 UTC (permalink / raw)
  To: meta-ti


Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com>
---
 recipes-graphics/gbm/libgbm.inc    |   15 +++++++++++++++
 recipes-graphics/gbm/libgbm_git.bb |    7 +++++++
 2 files changed, 22 insertions(+), 0 deletions(-)  create mode 100644 recipes-graphics/gbm/libgbm.inc  create mode 100644 recipes-graphics/gbm/libgbm_git.bb

diff --git a/recipes-graphics/gbm/libgbm.inc b/recipes-graphics/gbm/libgbm.inc new file mode 100644 index 0000000..07591e6
--- /dev/null
+++ b/recipes-graphics/gbm/libgbm.inc
@@ -0,0 +1,15 @@
+SUMMARY = "Userspace interface for the kernel GBM services."
+DESCRIPTION = "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."
+HOMEPAGE = "http://git.ti.com"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://gbm.c;beginline=1;endline=26;md5=b871c7f2f477df29ee4c0ec437b187f7"
+PROVIDES = "gbm"
+
+inherit autotools pkgconfig
+
+PACKAGES =+ "${PN}-dev"
+FILES_${PN}-dev = "${libdir}/libgbm_*.so.*"
diff --git a/recipes-graphics/gbm/libgbm_git.bb b/recipes-graphics/gbm/libgbm_git.bb
new file mode 100644
index 0000000..d1fa38d
--- /dev/null
+++ b/recipes-graphics/gbm/libgbm_git.bb
@@ -0,0 +1,7 @@
+require libgbm.inc
+
+SRC_URI = "git://git.ti.com/glsdk/libgbm.git;protocol=git"
+
+S = "${WORKDIR}/git"
+
+SRCREV = "cb86a2f2cecd41023bf1bf12fbcf11be11220f31"
--
1.7.0.4



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

* Re: [PATCH] gbm: Add TI staging tree
  2013-06-28 11:07 [PATCH] gbm: Add TI staging tree Hingolikar, Mrinmayee
@ 2013-06-28 11:20 ` Vishwanathrao Badarkhe, Manish
  2013-06-28 11:32   ` Maupin, Chase
  0 siblings, 1 reply; 6+ messages in thread
From: Vishwanathrao Badarkhe, Manish @ 2013-06-28 11:20 UTC (permalink / raw)
  To: Hingolikar, Mrinmayee, meta-ti

Hi,

On Fri, Jun 28, 2013 at 16:37:51, Hingolikar, Mrinmayee wrote:
> 
> Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com>
> ---
>  recipes-graphics/gbm/libgbm.inc    |   15 +++++++++++++++
>  recipes-graphics/gbm/libgbm_git.bb |    7 +++++++

There is no commit message for this patch.

>  2 files changed, 22 insertions(+), 0 deletions(-)  create mode 100644 recipes-graphics/gbm/libgbm.inc  create mode 100644 recipes-graphics/gbm/libgbm_git.bb
> 
> diff --git a/recipes-graphics/gbm/libgbm.inc b/recipes-graphics/gbm/libgbm.inc new file mode 100644 index 0000000..07591e6
> --- /dev/null
> +++ b/recipes-graphics/gbm/libgbm.inc
> @@ -0,0 +1,15 @@
> +SUMMARY = "Userspace interface for the kernel GBM services."
> +DESCRIPTION = "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."
> +HOMEPAGE = "http://git.ti.com"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://gbm.c;beginline=1;endline=26;md5=b871c7f2f477df29ee4c0ec437b187f7"
> +PROVIDES = "gbm"
> +
> +inherit autotools pkgconfig
> +
> +PACKAGES =+ "${PN}-dev"
> +FILES_${PN}-dev = "${libdir}/libgbm_*.so.*"
> diff --git a/recipes-graphics/gbm/libgbm_git.bb b/recipes-graphics/gbm/libgbm_git.bb
> new file mode 100644
> index 0000000..d1fa38d
> --- /dev/null
> +++ b/recipes-graphics/gbm/libgbm_git.bb
> @@ -0,0 +1,7 @@
> +require libgbm.inc
> +
> +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@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
> 


Regards, 
Manish


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

* Re: [PATCH] gbm: Add TI staging tree
  2013-06-28 11:20 ` Vishwanathrao Badarkhe, Manish
@ 2013-06-28 11:32   ` Maupin, Chase
  2013-06-28 13:02     ` Siddharth Heroor
  0 siblings, 1 reply; 6+ messages in thread
From: Maupin, Chase @ 2013-06-28 11:32 UTC (permalink / raw)
  To: Vishwanathrao Badarkhe, Manish, Hingolikar, Mrinmayee, meta-ti

>-----Original Message-----
>From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
>bounces@yoctoproject.org] On Behalf Of Vishwanathrao Badarkhe,
>Manish
>Sent: Friday, June 28, 2013 6:21 AM
>To: Hingolikar, Mrinmayee; meta-ti@yoctoproject.org
>Subject: Re: [meta-ti] [PATCH] gbm: Add TI staging tree
>
>Hi,
>
>On Fri, Jun 28, 2013 at 16:37:51, Hingolikar, Mrinmayee wrote:
>>
>> Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com>
>> ---
>>  recipes-graphics/gbm/libgbm.inc    |   15 +++++++++++++++
>>  recipes-graphics/gbm/libgbm_git.bb |    7 +++++++
>
>There is no commit message for this patch.
>
>>  2 files changed, 22 insertions(+), 0 deletions(-)  create mode
>100644 recipes-graphics/gbm/libgbm.inc  create mode 100644
>recipes-graphics/gbm/libgbm_git.bb
>>
>> diff --git a/recipes-graphics/gbm/libgbm.inc b/recipes-
>graphics/gbm/libgbm.inc new file mode 100644 index
>0000000..07591e6
>> --- /dev/null
>> +++ b/recipes-graphics/gbm/libgbm.inc
>> @@ -0,0 +1,15 @@
>> +SUMMARY = "Userspace interface for the kernel GBM services."
>> +DESCRIPTION = "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."

This description looks more like the commit message :)

I would shorten this and use comments for more detail as well as adding a commit message.

>> +HOMEPAGE = "http://git.ti.com"
>> +LICENSE = "MIT"
>> +LIC_FILES_CHKSUM =
>"file://gbm.c;beginline=1;endline=26;md5=b871c7f2f477df29ee4c0ec43
>7b187f7"
>> +PROVIDES = "gbm"

I'm not sure why you are setting this.  Does something DEPEND on gbm?

Also, what is the difference between this and the libgbm package in the mesa-common.inc file?

I worry that there is some potential conflict between your package and the libgbm in the mesa recipes.

>> +
>> +inherit autotools pkgconfig
>> +
>> +PACKAGES =+ "${PN}-dev"
>> +FILES_${PN}-dev = "${libdir}/libgbm_*.so.*"
>> diff --git a/recipes-graphics/gbm/libgbm_git.bb b/recipes-
>graphics/gbm/libgbm_git.bb
>> new file mode 100644
>> index 0000000..d1fa38d
>> --- /dev/null
>> +++ b/recipes-graphics/gbm/libgbm_git.bb
>> @@ -0,0 +1,7 @@
>> +require libgbm.inc
>> +
>> +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@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/meta-ti
>>
>
>
>Regards,
>Manish
>_______________________________________________
>meta-ti mailing list
>meta-ti@yoctoproject.org
>https://lists.yoctoproject.org/listinfo/meta-ti


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

* Re: [PATCH] gbm: Add TI staging tree
  2013-06-28 11:32   ` Maupin, Chase
@ 2013-06-28 13:02     ` Siddharth Heroor
  2013-06-28 13:39       ` Maupin, Chase
  2013-06-28 13:39       ` Maupin, Chase
  0 siblings, 2 replies; 6+ messages in thread
From: Siddharth Heroor @ 2013-06-28 13:02 UTC (permalink / raw)
  To: Maupin, Chase; +Cc: meta-ti

On 6/28/2013 5:02 PM, Maupin, Chase wrote:
>> -----Original Message-----
>> From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
>> bounces@yoctoproject.org] On Behalf Of Vishwanathrao Badarkhe,
>> Manish
>> Sent: Friday, June 28, 2013 6:21 AM
>> To: Hingolikar, Mrinmayee; meta-ti@yoctoproject.org
>> Subject: Re: [meta-ti] [PATCH] gbm: Add TI staging tree
>>
>> Hi,
>>
>> On Fri, Jun 28, 2013 at 16:37:51, Hingolikar, Mrinmayee wrote:
>>>
>>> Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com>
>>> ---
>>>  recipes-graphics/gbm/libgbm.inc    |   15 +++++++++++++++
>>>  recipes-graphics/gbm/libgbm_git.bb |    7 +++++++
>>
>> There is no commit message for this patch.
>>
>>>  2 files changed, 22 insertions(+), 0 deletions(-)  create mode
>> 100644 recipes-graphics/gbm/libgbm.inc  create mode 100644
>> recipes-graphics/gbm/libgbm_git.bb
>>>
>>> diff --git a/recipes-graphics/gbm/libgbm.inc b/recipes-
>> graphics/gbm/libgbm.inc new file mode 100644 index
>> 0000000..07591e6
>>> --- /dev/null
>>> +++ b/recipes-graphics/gbm/libgbm.inc
>>> @@ -0,0 +1,15 @@
>>> +SUMMARY = "Userspace interface for the kernel GBM services."
>>> +DESCRIPTION = "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."
> 
> This description looks more like the commit message :)
> 
> I would shorten this and use comments for more detail as well as adding a commit message.

I think the commit needs to give more information on why we have this
particular package in the first place. The original work was done by
Nicolas and Rob from the GLP team prior to us inheriting the codebase.

From what I understand this is extracted from mesa's libgbm into it's
own package.

> 
>>> +HOMEPAGE = "http://git.ti.com"
>>> +LICENSE = "MIT"
>>> +LIC_FILES_CHKSUM =
>> "file://gbm.c;beginline=1;endline=26;md5=b871c7f2f477df29ee4c0ec43
>> 7b187f7"
>>> +PROVIDES = "gbm"
> 
> I'm not sure why you are setting this.  Does something DEPEND on gbm?
> 
> Also, what is the difference between this and the libgbm package in the mesa-common.inc file?
> 
> I worry that there is some potential conflict between your package and the libgbm in the mesa recipes.

Do you think we can have a virtual/libgbm in PROVIDES or put in a
PREFERRED_PROVIDER for libgbm to be this recipe? By default we set
DEFAULT_PREFERENCE = "-1" and override it in the branding.

> 
>>> +
>>> +inherit autotools pkgconfig
>>> +
>>> +PACKAGES =+ "${PN}-dev"
>>> +FILES_${PN}-dev = "${libdir}/libgbm_*.so.*"
>>> diff --git a/recipes-graphics/gbm/libgbm_git.bb b/recipes-
>> graphics/gbm/libgbm_git.bb
>>> new file mode 100644
>>> index 0000000..d1fa38d
>>> --- /dev/null
>>> +++ b/recipes-graphics/gbm/libgbm_git.bb
>>> @@ -0,0 +1,7 @@
>>> +require libgbm.inc
>>> +
>>> +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@yoctoproject.org
>>> https://lists.yoctoproject.org/listinfo/meta-ti
>>>
>>
>>
>> Regards,
>> Manish
>> _______________________________________________
>> meta-ti mailing list
>> meta-ti@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/meta-ti
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
> 



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

* Re: [PATCH] gbm: Add TI staging tree
  2013-06-28 13:02     ` Siddharth Heroor
@ 2013-06-28 13:39       ` Maupin, Chase
  2013-06-28 13:39       ` Maupin, Chase
  1 sibling, 0 replies; 6+ messages in thread
From: Maupin, Chase @ 2013-06-28 13:39 UTC (permalink / raw)
  To: Heroor, Siddharth; +Cc: meta-ti

>-----Original Message-----
>From: Heroor, Siddharth
>Sent: Friday, June 28, 2013 8:02 AM
>To: Maupin, Chase
>Cc: Vishwanathrao Badarkhe, Manish; Hingolikar, Mrinmayee; meta-
>ti@yoctoproject.org
>Subject: Re: [meta-ti] [PATCH] gbm: Add TI staging tree
>
>On 6/28/2013 5:02 PM, Maupin, Chase wrote:
>>> -----Original Message-----
>>> From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
>>> bounces@yoctoproject.org] On Behalf Of Vishwanathrao Badarkhe,
>>> Manish
>>> Sent: Friday, June 28, 2013 6:21 AM
>>> To: Hingolikar, Mrinmayee; meta-ti@yoctoproject.org
>>> Subject: Re: [meta-ti] [PATCH] gbm: Add TI staging tree
>>>
>>> Hi,
>>>
>>> On Fri, Jun 28, 2013 at 16:37:51, Hingolikar, Mrinmayee wrote:
>>>>
>>>> Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com>
>>>> ---
>>>>  recipes-graphics/gbm/libgbm.inc    |   15 +++++++++++++++
>>>>  recipes-graphics/gbm/libgbm_git.bb |    7 +++++++
>>>
>>> There is no commit message for this patch.
>>>
>>>>  2 files changed, 22 insertions(+), 0 deletions(-)  create
>mode
>>> 100644 recipes-graphics/gbm/libgbm.inc  create mode 100644
>>> recipes-graphics/gbm/libgbm_git.bb
>>>>
>>>> diff --git a/recipes-graphics/gbm/libgbm.inc b/recipes-
>>> graphics/gbm/libgbm.inc new file mode 100644 index
>>> 0000000..07591e6
>>>> --- /dev/null
>>>> +++ b/recipes-graphics/gbm/libgbm.inc
>>>> @@ -0,0 +1,15 @@
>>>> +SUMMARY = "Userspace interface for the kernel GBM services."
>>>> +DESCRIPTION = "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."
>>
>> This description looks more like the commit message :)
>>
>> I would shorten this and use comments for more detail as well as
>adding a commit message.
>
>I think the commit needs to give more information on why we have
>this
>particular package in the first place. The original work was done
>by
>Nicolas and Rob from the GLP team prior to us inheriting the
>codebase.
>
From what I understand this is extracted from mesa's libgbm into
>it's
>own package.

So why not take the package from mesa?

>
>>
>>>> +HOMEPAGE = "http://git.ti.com"
>>>> +LICENSE = "MIT"
>>>> +LIC_FILES_CHKSUM =
>>>
>"file://gbm.c;beginline=1;endline=26;md5=b871c7f2f477df29ee4c0ec43
>>> 7b187f7"
>>>> +PROVIDES = "gbm"
>>
>> I'm not sure why you are setting this.  Does something DEPEND on
>gbm?
>>
>> Also, what is the difference between this and the libgbm package
>in the mesa-common.inc file?
>>
>> I worry that there is some potential conflict between your
>package and the libgbm in the mesa recipes.
>
>Do you think we can have a virtual/libgbm in PROVIDES or put in a
>PREFERRED_PROVIDER for libgbm to be this recipe? By default we set
>DEFAULT_PREFERENCE = "-1" and override it in the branding.

I think this will depend on the difference between the code and whether you need a separate package for this.

>
>>
>>>> +
>>>> +inherit autotools pkgconfig
>>>> +
>>>> +PACKAGES =+ "${PN}-dev"
>>>> +FILES_${PN}-dev = "${libdir}/libgbm_*.so.*"
>>>> diff --git a/recipes-graphics/gbm/libgbm_git.bb b/recipes-
>>> graphics/gbm/libgbm_git.bb
>>>> new file mode 100644
>>>> index 0000000..d1fa38d
>>>> --- /dev/null
>>>> +++ b/recipes-graphics/gbm/libgbm_git.bb
>>>> @@ -0,0 +1,7 @@
>>>> +require libgbm.inc
>>>> +
>>>> +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@yoctoproject.org
>>>> https://lists.yoctoproject.org/listinfo/meta-ti
>>>>
>>>
>>>
>>> Regards,
>>> Manish
>>> _______________________________________________
>>> meta-ti mailing list
>>> meta-ti@yoctoproject.org
>>> https://lists.yoctoproject.org/listinfo/meta-ti
>> _______________________________________________
>> meta-ti mailing list
>> meta-ti@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/meta-ti
>>



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

* Re: [PATCH] gbm: Add TI staging tree
  2013-06-28 13:02     ` Siddharth Heroor
  2013-06-28 13:39       ` Maupin, Chase
@ 2013-06-28 13:39       ` Maupin, Chase
  1 sibling, 0 replies; 6+ messages in thread
From: Maupin, Chase @ 2013-06-28 13:39 UTC (permalink / raw)
  To: Heroor, Siddharth; +Cc: meta-ti

>-----Original Message-----
>From: Heroor, Siddharth
>Sent: Friday, June 28, 2013 8:02 AM
>To: Maupin, Chase
>Cc: Vishwanathrao Badarkhe, Manish; Hingolikar, Mrinmayee; meta-
>ti@yoctoproject.org
>Subject: Re: [meta-ti] [PATCH] gbm: Add TI staging tree
>
>On 6/28/2013 5:02 PM, Maupin, Chase wrote:
>>> -----Original Message-----
>>> From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
>>> bounces@yoctoproject.org] On Behalf Of Vishwanathrao Badarkhe,
>>> Manish
>>> Sent: Friday, June 28, 2013 6:21 AM
>>> To: Hingolikar, Mrinmayee; meta-ti@yoctoproject.org
>>> Subject: Re: [meta-ti] [PATCH] gbm: Add TI staging tree
>>>
>>> Hi,
>>>
>>> On Fri, Jun 28, 2013 at 16:37:51, Hingolikar, Mrinmayee wrote:
>>>>
>>>> Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com>
>>>> ---
>>>>  recipes-graphics/gbm/libgbm.inc    |   15 +++++++++++++++
>>>>  recipes-graphics/gbm/libgbm_git.bb |    7 +++++++
>>>
>>> There is no commit message for this patch.
>>>
>>>>  2 files changed, 22 insertions(+), 0 deletions(-)  create
>mode
>>> 100644 recipes-graphics/gbm/libgbm.inc  create mode 100644
>>> recipes-graphics/gbm/libgbm_git.bb
>>>>
>>>> diff --git a/recipes-graphics/gbm/libgbm.inc b/recipes-
>>> graphics/gbm/libgbm.inc new file mode 100644 index
>>> 0000000..07591e6
>>>> --- /dev/null
>>>> +++ b/recipes-graphics/gbm/libgbm.inc
>>>> @@ -0,0 +1,15 @@
>>>> +SUMMARY = "Userspace interface for the kernel GBM services."
>>>> +DESCRIPTION = "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."
>>
>> This description looks more like the commit message :)
>>
>> I would shorten this and use comments for more detail as well as
>adding a commit message.
>
>I think the commit needs to give more information on why we have
>this
>particular package in the first place. The original work was done
>by
>Nicolas and Rob from the GLP team prior to us inheriting the
>codebase.
>
From what I understand this is extracted from mesa's libgbm into
>it's
>own package.
>

Maybe Denys has some context here because I thought he was working with Nicolas as well in the past.

>>
>>>> +HOMEPAGE = "http://git.ti.com"
>>>> +LICENSE = "MIT"
>>>> +LIC_FILES_CHKSUM =
>>>
>"file://gbm.c;beginline=1;endline=26;md5=b871c7f2f477df29ee4c0ec43
>>> 7b187f7"
>>>> +PROVIDES = "gbm"
>>
>> I'm not sure why you are setting this.  Does something DEPEND on
>gbm?
>>
>> Also, what is the difference between this and the libgbm package
>in the mesa-common.inc file?
>>
>> I worry that there is some potential conflict between your
>package and the libgbm in the mesa recipes.
>
>Do you think we can have a virtual/libgbm in PROVIDES or put in a
>PREFERRED_PROVIDER for libgbm to be this recipe? By default we set
>DEFAULT_PREFERENCE = "-1" and override it in the branding.
>
>>
>>>> +
>>>> +inherit autotools pkgconfig
>>>> +
>>>> +PACKAGES =+ "${PN}-dev"
>>>> +FILES_${PN}-dev = "${libdir}/libgbm_*.so.*"
>>>> diff --git a/recipes-graphics/gbm/libgbm_git.bb b/recipes-
>>> graphics/gbm/libgbm_git.bb
>>>> new file mode 100644
>>>> index 0000000..d1fa38d
>>>> --- /dev/null
>>>> +++ b/recipes-graphics/gbm/libgbm_git.bb
>>>> @@ -0,0 +1,7 @@
>>>> +require libgbm.inc
>>>> +
>>>> +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@yoctoproject.org
>>>> https://lists.yoctoproject.org/listinfo/meta-ti
>>>>
>>>
>>>
>>> Regards,
>>> Manish
>>> _______________________________________________
>>> meta-ti mailing list
>>> meta-ti@yoctoproject.org
>>> https://lists.yoctoproject.org/listinfo/meta-ti
>> _______________________________________________
>> meta-ti mailing list
>> meta-ti@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/meta-ti
>>



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

end of thread, other threads:[~2013-06-28 13:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-28 11:07 [PATCH] gbm: Add TI staging tree Hingolikar, Mrinmayee
2013-06-28 11:20 ` Vishwanathrao Badarkhe, Manish
2013-06-28 11:32   ` Maupin, Chase
2013-06-28 13:02     ` Siddharth Heroor
2013-06-28 13:39       ` Maupin, Chase
2013-06-28 13:39       ` Maupin, Chase

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.