* [meta-arago 1/1] glsdk-example-apps: Update SRCREV for GLSDK 7.00 EA
@ 2015-02-23 13:18 Karthik Ramanan
2015-02-23 21:19 ` Denys Dmytriyenko
0 siblings, 1 reply; 4+ messages in thread
From: Karthik Ramanan @ 2015-02-23 13:18 UTC (permalink / raw)
To: meta-arago
* Also update dependency to gstreamer 1.0
Signed-off-by: Karthik Ramanan <a0393906@ti.com>
---
.../glsdk-example-apps/glsdk-example-apps.bb | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb b/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb
index a6b45b8..6598d7d 100644
--- a/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb
+++ b/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://git.ti.com/glsdk"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=10a9abb9c5bb19edd83a8cf66eef7148"
-DEPENDS = "gstreamer libdrm ti-ipc"
+DEPENDS = "gstreamer1.0 libdrm ti-ipc"
COMPATIBLE_MACHINE = "dra7xx-evm"
@@ -12,6 +12,7 @@ S = "${WORKDIR}/git"
inherit autotools pkgconfig
SRC_URI = "git://git.ti.com/glsdk/example-applications.git;protocol=git"
-SRCREV = "a21dd98d5686a6c4563f89966cb459158085dd1b"
+SRCREV = "ac71e62ec2bd4c94cd73f24fcf0fc8f4f2876dc8"
+
+PR = "r2"
-PR = "r1"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [meta-arago 1/1] glsdk-example-apps: Update SRCREV for GLSDK 7.00 EA
2015-02-23 13:18 [meta-arago 1/1] glsdk-example-apps: Update SRCREV for GLSDK 7.00 EA Karthik Ramanan
@ 2015-02-23 21:19 ` Denys Dmytriyenko
2015-02-24 4:10 ` Karthik Ramanan
0 siblings, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2015-02-23 21:19 UTC (permalink / raw)
To: Karthik Ramanan; +Cc: meta-arago
On Mon, Feb 23, 2015 at 06:48:33PM +0530, Karthik Ramanan wrote:
> * Also update dependency to gstreamer 1.0
This is all nice and all, but we should coordinate switching gstreamer version
across the board, or else we'll end up with both of them built into rootfs...
> Signed-off-by: Karthik Ramanan <a0393906@ti.com>
> ---
> .../glsdk-example-apps/glsdk-example-apps.bb | 7 ++++---
> 1 file changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb b/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb
> index a6b45b8..6598d7d 100644
> --- a/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb
> +++ b/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb
> @@ -3,7 +3,7 @@ HOMEPAGE = "http://git.ti.com/glsdk"
> LICENSE = "BSD"
> LIC_FILES_CHKSUM = "file://COPYING;md5=10a9abb9c5bb19edd83a8cf66eef7148"
>
> -DEPENDS = "gstreamer libdrm ti-ipc"
> +DEPENDS = "gstreamer1.0 libdrm ti-ipc"
>
> COMPATIBLE_MACHINE = "dra7xx-evm"
>
> @@ -12,6 +12,7 @@ S = "${WORKDIR}/git"
> inherit autotools pkgconfig
>
> SRC_URI = "git://git.ti.com/glsdk/example-applications.git;protocol=git"
> -SRCREV = "a21dd98d5686a6c4563f89966cb459158085dd1b"
> +SRCREV = "ac71e62ec2bd4c94cd73f24fcf0fc8f4f2876dc8"
> +
> +PR = "r2"
>
> -PR = "r1"
> --
> 1.7.9.5
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [meta-arago 1/1] glsdk-example-apps: Update SRCREV for GLSDK 7.00 EA
2015-02-23 21:19 ` Denys Dmytriyenko
@ 2015-02-24 4:10 ` Karthik Ramanan
2015-02-24 20:18 ` Denys Dmytriyenko
0 siblings, 1 reply; 4+ messages in thread
From: Karthik Ramanan @ 2015-02-24 4:10 UTC (permalink / raw)
To: Denys Dmytriyenko; +Cc: meta-arago
On 24-Feb-15 2:49 AM, Denys Dmytriyenko wrote:
> On Mon, Feb 23, 2015 at 06:48:33PM +0530, Karthik Ramanan wrote:
>> * Also update dependency to gstreamer 1.0
>
> This is all nice and all, but we should coordinate switching gstreamer version
> across the board, or else we'll end up with both of them built into rootfs...
Denys,
GLSDK has already switched to GST 1.0.
I take your point, ideally this patch should have been part of the patch
set that brings in GStreamer 1.0 and its adaptations. Am planning to
push the patches for GStreamer 1.0 support next week.
My understanding was that this package/recipe was not being used by
other SDK's and so it was fine to update this in the meta-arago.
If you think that it should wait, then I will abandon this for now.
Regards
Karthik
>
>
>> Signed-off-by: Karthik Ramanan <a0393906@ti.com>
>> ---
>> .../glsdk-example-apps/glsdk-example-apps.bb | 7 ++++---
>> 1 file changed, 4 insertions(+), 3 deletions(-)
>>
>> diff --git a/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb b/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb
>> index a6b45b8..6598d7d 100644
>> --- a/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb
>> +++ b/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb
>> @@ -3,7 +3,7 @@ HOMEPAGE = "http://git.ti.com/glsdk"
>> LICENSE = "BSD"
>> LIC_FILES_CHKSUM = "file://COPYING;md5=10a9abb9c5bb19edd83a8cf66eef7148"
>>
>> -DEPENDS = "gstreamer libdrm ti-ipc"
>> +DEPENDS = "gstreamer1.0 libdrm ti-ipc"
>>
>> COMPATIBLE_MACHINE = "dra7xx-evm"
>>
>> @@ -12,6 +12,7 @@ S = "${WORKDIR}/git"
>> inherit autotools pkgconfig
>>
>> SRC_URI = "git://git.ti.com/glsdk/example-applications.git;protocol=git"
>> -SRCREV = "a21dd98d5686a6c4563f89966cb459158085dd1b"
>> +SRCREV = "ac71e62ec2bd4c94cd73f24fcf0fc8f4f2876dc8"
>> +
>> +PR = "r2"
>>
>> -PR = "r1"
>> --
>> 1.7.9.5
>>
>> _______________________________________________
>> meta-arago mailing list
>> meta-arago@arago-project.org
>> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [meta-arago 1/1] glsdk-example-apps: Update SRCREV for GLSDK 7.00 EA
2015-02-24 4:10 ` Karthik Ramanan
@ 2015-02-24 20:18 ` Denys Dmytriyenko
0 siblings, 0 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2015-02-24 20:18 UTC (permalink / raw)
To: Karthik Ramanan; +Cc: meta-arago
On Tue, Feb 24, 2015 at 09:40:15AM +0530, Karthik Ramanan wrote:
> On 24-Feb-15 2:49 AM, Denys Dmytriyenko wrote:
> >On Mon, Feb 23, 2015 at 06:48:33PM +0530, Karthik Ramanan wrote:
> >> * Also update dependency to gstreamer 1.0
> >
> >This is all nice and all, but we should coordinate switching gstreamer version
> >across the board, or else we'll end up with both of them built into rootfs...
>
> Denys,
>
> GLSDK has already switched to GST 1.0.
>
> I take your point, ideally this patch should have been part of the
> patch set that brings in GStreamer 1.0 and its adaptations. Am
> planning to push the patches for GStreamer 1.0 support next week.
>
> My understanding was that this package/recipe was not being used by
> other SDK's and so it was fine to update this in the meta-arago.
>
> If you think that it should wait, then I will abandon this for now.
Karthik,
On one hand I understand that this recipe is not used by any other SDK at the
moment. On the other hand, I would prefer it to be part of the patchset you
plan for next week to migrate to gstreamer 1.x. Thanks.
--
Denys
> >>Signed-off-by: Karthik Ramanan <a0393906@ti.com>
> >>---
> >> .../glsdk-example-apps/glsdk-example-apps.bb | 7 ++++---
> >> 1 file changed, 4 insertions(+), 3 deletions(-)
> >>
> >>diff --git a/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb b/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb
> >>index a6b45b8..6598d7d 100644
> >>--- a/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb
> >>+++ b/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb
> >>@@ -3,7 +3,7 @@ HOMEPAGE = "http://git.ti.com/glsdk"
> >> LICENSE = "BSD"
> >> LIC_FILES_CHKSUM = "file://COPYING;md5=10a9abb9c5bb19edd83a8cf66eef7148"
> >>
> >>-DEPENDS = "gstreamer libdrm ti-ipc"
> >>+DEPENDS = "gstreamer1.0 libdrm ti-ipc"
> >>
> >> COMPATIBLE_MACHINE = "dra7xx-evm"
> >>
> >>@@ -12,6 +12,7 @@ S = "${WORKDIR}/git"
> >> inherit autotools pkgconfig
> >>
> >> SRC_URI = "git://git.ti.com/glsdk/example-applications.git;protocol=git"
> >>-SRCREV = "a21dd98d5686a6c4563f89966cb459158085dd1b"
> >>+SRCREV = "ac71e62ec2bd4c94cd73f24fcf0fc8f4f2876dc8"
> >>+
> >>+PR = "r2"
> >>
> >>-PR = "r1"
> >>--
> >>1.7.9.5
> >>
> >>_______________________________________________
> >>meta-arago mailing list
> >>meta-arago@arago-project.org
> >>http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-02-24 20:18 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-23 13:18 [meta-arago 1/1] glsdk-example-apps: Update SRCREV for GLSDK 7.00 EA Karthik Ramanan
2015-02-23 21:19 ` Denys Dmytriyenko
2015-02-24 4:10 ` Karthik Ramanan
2015-02-24 20:18 ` Denys Dmytriyenko
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.