* [PATCH 1/2] ti-sgx-ddk-um: update srcrev and bump PR
@ 2016-06-27 14:34 Anand Balagopalakrishnan
2016-06-27 14:34 ` [PATCH 2/2] ti-sgx-ddk-km: update srcrev Anand Balagopalakrishnan
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: Anand Balagopalakrishnan @ 2016-06-27 14:34 UTC (permalink / raw)
To: meta-ti
Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com>
---
.../libgles/ti-sgx-ddk-um_1.14.3699939.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb b/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
index e5c5de6..b8adde0 100644
--- a/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
+++ b/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
@@ -8,7 +8,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
BRANCH = "ti-img-sgx/${PV}"
SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}"
-SRCREV = "54ba970e33d3c13f726d7c035f3b5c3dcb74afdc"
+SRCREV = "4cdbb6b192fc5cac53695faca3c3f8be16ca871d"
# There's only hardfp version available
python __anonymous() {
@@ -31,7 +31,7 @@ INITSCRIPT_PARAMS = "defaults 8"
inherit update-rc.d
-PR = "r12"
+PR = "r13"
PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 omap5-sgx-ddk-um-linux"
DEPENDS += "libdrm udev libgbm wayland libffi"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 8+ messages in thread* [PATCH 2/2] ti-sgx-ddk-km: update srcrev
2016-06-27 14:34 [PATCH 1/2] ti-sgx-ddk-um: update srcrev and bump PR Anand Balagopalakrishnan
@ 2016-06-27 14:34 ` Anand Balagopalakrishnan
2016-06-27 14:42 ` [PATCH 1/2] ti-sgx-ddk-um: update srcrev and bump PR Denys Dmytriyenko
2016-06-27 14:57 ` Denys Dmytriyenko
2 siblings, 0 replies; 8+ messages in thread
From: Anand Balagopalakrishnan @ 2016-06-27 14:34 UTC (permalink / raw)
To: meta-ti
Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com>
---
.../powervr-drivers/ti-sgx-ddk-km_1.14.3699939.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.14.3699939.bb b/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.14.3699939.bb
index 18e6801..1ebcb8a 100644
--- a/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.14.3699939.bb
+++ b/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.14.3699939.bb
@@ -25,7 +25,7 @@ BRANCH = "ti-img-sgx/${PV}/k4.4"
SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-linux.git;protocol=git;branch=${BRANCH}"
S = "${WORKDIR}/git"
-SRCREV = "c8d280c2842bf4b1fdc63f5efd89595807c0a254"
+SRCREV = "c13efb766a8fc680374ae7affc6df535f823bacb"
TARGET_PRODUCT_omap-a15 = "jacinto6evm"
TARGET_PRODUCT_ti33x = "ti335x"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 8+ messages in thread* Re: [PATCH 1/2] ti-sgx-ddk-um: update srcrev and bump PR
2016-06-27 14:34 [PATCH 1/2] ti-sgx-ddk-um: update srcrev and bump PR Anand Balagopalakrishnan
2016-06-27 14:34 ` [PATCH 2/2] ti-sgx-ddk-km: update srcrev Anand Balagopalakrishnan
@ 2016-06-27 14:42 ` Denys Dmytriyenko
2016-06-27 15:06 ` Balagopalakrishnan, Anand
2016-06-27 14:57 ` Denys Dmytriyenko
2 siblings, 1 reply; 8+ messages in thread
From: Denys Dmytriyenko @ 2016-06-27 14:42 UTC (permalink / raw)
To: Anand Balagopalakrishnan; +Cc: meta-ti
Anand,
Would be nice to briefly summarize the changes in this update, if possible.
Thanks.
On Mon, Jun 27, 2016 at 08:04:33PM +0530, Anand Balagopalakrishnan wrote:
> Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com>
> ---
> .../libgles/ti-sgx-ddk-um_1.14.3699939.bb | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb b/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
> index e5c5de6..b8adde0 100644
> --- a/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
> +++ b/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
> @@ -8,7 +8,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
> BRANCH = "ti-img-sgx/${PV}"
>
> SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}"
> -SRCREV = "54ba970e33d3c13f726d7c035f3b5c3dcb74afdc"
> +SRCREV = "4cdbb6b192fc5cac53695faca3c3f8be16ca871d"
>
> # There's only hardfp version available
> python __anonymous() {
> @@ -31,7 +31,7 @@ INITSCRIPT_PARAMS = "defaults 8"
>
> inherit update-rc.d
>
> -PR = "r12"
> +PR = "r13"
> PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 omap5-sgx-ddk-um-linux"
>
> DEPENDS += "libdrm udev libgbm wayland libffi"
> --
> 1.7.9.5
>
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: [PATCH 1/2] ti-sgx-ddk-um: update srcrev and bump PR
2016-06-27 14:42 ` [PATCH 1/2] ti-sgx-ddk-um: update srcrev and bump PR Denys Dmytriyenko
@ 2016-06-27 15:06 ` Balagopalakrishnan, Anand
2016-06-27 15:07 ` Denys Dmytriyenko
0 siblings, 1 reply; 8+ messages in thread
From: Balagopalakrishnan, Anand @ 2016-06-27 15:06 UTC (permalink / raw)
To: Dmytriyenko, Denys; +Cc: meta-ti@yoctoproject.org
Denys,
I have submitted v2 of the patches with the update.
Regards,
Anand
-----Original Message-----
From: Dmytriyenko, Denys
Sent: Monday, June 27, 2016 8:12 PM
To: Balagopalakrishnan, Anand
Cc: meta-ti@yoctoproject.org
Subject: Re: [meta-ti] [PATCH 1/2] ti-sgx-ddk-um: update srcrev and bump PR
Anand,
Would be nice to briefly summarize the changes in this update, if possible.
Thanks.
On Mon, Jun 27, 2016 at 08:04:33PM +0530, Anand Balagopalakrishnan wrote:
> Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com>
> ---
> .../libgles/ti-sgx-ddk-um_1.14.3699939.bb | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
> b/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
> index e5c5de6..b8adde0 100644
> --- a/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
> +++ b/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
> @@ -8,7 +8,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
> BRANCH = "ti-img-sgx/${PV}"
>
> SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}"
> -SRCREV = "54ba970e33d3c13f726d7c035f3b5c3dcb74afdc"
> +SRCREV = "4cdbb6b192fc5cac53695faca3c3f8be16ca871d"
>
> # There's only hardfp version available python __anonymous() { @@
> -31,7 +31,7 @@ INITSCRIPT_PARAMS = "defaults 8"
>
> inherit update-rc.d
>
> -PR = "r12"
> +PR = "r13"
> PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 omap5-sgx-ddk-um-linux"
>
> DEPENDS += "libdrm udev libgbm wayland libffi"
> --
> 1.7.9.5
>
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: [PATCH 1/2] ti-sgx-ddk-um: update srcrev and bump PR
2016-06-27 15:06 ` Balagopalakrishnan, Anand
@ 2016-06-27 15:07 ` Denys Dmytriyenko
0 siblings, 0 replies; 8+ messages in thread
From: Denys Dmytriyenko @ 2016-06-27 15:07 UTC (permalink / raw)
To: Balagopalakrishnan, Anand; +Cc: meta-ti@yoctoproject.org
On Mon, Jun 27, 2016 at 11:06:38AM -0400, Balagopalakrishnan, Anand wrote:
> Denys,
>
> I have submitted v2 of the patches with the update.
Thanks!
> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Monday, June 27, 2016 8:12 PM
> To: Balagopalakrishnan, Anand
> Cc: meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] [PATCH 1/2] ti-sgx-ddk-um: update srcrev and bump PR
>
> Anand,
>
> Would be nice to briefly summarize the changes in this update, if possible.
> Thanks.
>
>
> On Mon, Jun 27, 2016 at 08:04:33PM +0530, Anand Balagopalakrishnan wrote:
> > Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com>
> > ---
> > .../libgles/ti-sgx-ddk-um_1.14.3699939.bb | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
> > b/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
> > index e5c5de6..b8adde0 100644
> > --- a/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
> > +++ b/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
> > @@ -8,7 +8,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
> > BRANCH = "ti-img-sgx/${PV}"
> >
> > SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}"
> > -SRCREV = "54ba970e33d3c13f726d7c035f3b5c3dcb74afdc"
> > +SRCREV = "4cdbb6b192fc5cac53695faca3c3f8be16ca871d"
> >
> > # There's only hardfp version available python __anonymous() { @@
> > -31,7 +31,7 @@ INITSCRIPT_PARAMS = "defaults 8"
> >
> > inherit update-rc.d
> >
> > -PR = "r12"
> > +PR = "r13"
> > PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 omap5-sgx-ddk-um-linux"
> >
> > DEPENDS += "libdrm udev libgbm wayland libffi"
> > --
> > 1.7.9.5
> >
> > --
> > _______________________________________________
> > meta-ti mailing list
> > meta-ti@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 1/2] ti-sgx-ddk-um: update srcrev and bump PR
2016-06-27 14:34 [PATCH 1/2] ti-sgx-ddk-um: update srcrev and bump PR Anand Balagopalakrishnan
2016-06-27 14:34 ` [PATCH 2/2] ti-sgx-ddk-km: update srcrev Anand Balagopalakrishnan
2016-06-27 14:42 ` [PATCH 1/2] ti-sgx-ddk-um: update srcrev and bump PR Denys Dmytriyenko
@ 2016-06-27 14:57 ` Denys Dmytriyenko
2016-06-27 15:08 ` Balagopalakrishnan, Anand
2 siblings, 1 reply; 8+ messages in thread
From: Denys Dmytriyenko @ 2016-06-27 14:57 UTC (permalink / raw)
To: Anand Balagopalakrishnan; +Cc: meta-ti
On Mon, Jun 27, 2016 at 08:04:33PM +0530, Anand Balagopalakrishnan wrote:
> Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com>
> ---
> .../libgles/ti-sgx-ddk-um_1.14.3699939.bb | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb b/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
> index e5c5de6..b8adde0 100644
> --- a/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
> +++ b/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
> @@ -8,7 +8,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
> BRANCH = "ti-img-sgx/${PV}"
>
> SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}"
> -SRCREV = "54ba970e33d3c13f726d7c035f3b5c3dcb74afdc"
> +SRCREV = "4cdbb6b192fc5cac53695faca3c3f8be16ca871d"
BTW, this commit is only available in the next branch...
> # There's only hardfp version available
> python __anonymous() {
> @@ -31,7 +31,7 @@ INITSCRIPT_PARAMS = "defaults 8"
>
> inherit update-rc.d
>
> -PR = "r12"
> +PR = "r13"
> PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 omap5-sgx-ddk-um-linux"
>
> DEPENDS += "libdrm udev libgbm wayland libffi"
> --
> 1.7.9.5
>
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: [PATCH 1/2] ti-sgx-ddk-um: update srcrev and bump PR
2016-06-27 14:57 ` Denys Dmytriyenko
@ 2016-06-27 15:08 ` Balagopalakrishnan, Anand
0 siblings, 0 replies; 8+ messages in thread
From: Balagopalakrishnan, Anand @ 2016-06-27 15:08 UTC (permalink / raw)
To: Dmytriyenko, Denys; +Cc: meta-ti@yoctoproject.org
The merge-and-push to the main integration was in-progress. I had switched to the headline update in the meanwhile. This commit-id should now be valid on integration branch as well.
Regards,
Anand
-----Original Message-----
From: Dmytriyenko, Denys
Sent: Monday, June 27, 2016 8:27 PM
To: Balagopalakrishnan, Anand
Cc: meta-ti@yoctoproject.org
Subject: Re: [meta-ti] [PATCH 1/2] ti-sgx-ddk-um: update srcrev and bump PR
On Mon, Jun 27, 2016 at 08:04:33PM +0530, Anand Balagopalakrishnan wrote:
> Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com>
> ---
> .../libgles/ti-sgx-ddk-um_1.14.3699939.bb | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
> b/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
> index e5c5de6..b8adde0 100644
> --- a/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
> +++ b/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
> @@ -8,7 +8,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
> BRANCH = "ti-img-sgx/${PV}"
>
> SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}"
> -SRCREV = "54ba970e33d3c13f726d7c035f3b5c3dcb74afdc"
> +SRCREV = "4cdbb6b192fc5cac53695faca3c3f8be16ca871d"
BTW, this commit is only available in the next branch...
> # There's only hardfp version available python __anonymous() { @@
> -31,7 +31,7 @@ INITSCRIPT_PARAMS = "defaults 8"
>
> inherit update-rc.d
>
> -PR = "r12"
> +PR = "r13"
> PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 omap5-sgx-ddk-um-linux"
>
> DEPENDS += "libdrm udev libgbm wayland libffi"
> --
> 1.7.9.5
>
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH 1/2] ti-sgx-ddk-um: update srcrev and bump PR
@ 2016-05-05 14:47 Anand Balagopalakrishnan
0 siblings, 0 replies; 8+ messages in thread
From: Anand Balagopalakrishnan @ 2016-05-05 14:47 UTC (permalink / raw)
To: meta-ti
Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com>
---
.../libgles/ti-sgx-ddk-um_1.14.3699939.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb b/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
index c29b9fe..217a68c 100644
--- a/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
+++ b/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
@@ -8,7 +8,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
BRANCH = "ti-img-sgx/${PV}"
SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}"
-SRCREV = "626c4f773b7c704f1d9a55ca80f60a79f809186d"
+SRCREV = "e91d6d37c28ae63c350fff9c91705fd315491093"
# There's only hardfp version available
python __anonymous() {
@@ -31,7 +31,7 @@ INITSCRIPT_PARAMS = "defaults 8"
inherit update-rc.d
-PR = "r8"
+PR = "r9"
PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 omap5-sgx-ddk-um-linux"
RDEPENDS_${PN} += "libdrm libudev libgbm wayland libffi libdrm-omap"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2016-06-27 15:08 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-27 14:34 [PATCH 1/2] ti-sgx-ddk-um: update srcrev and bump PR Anand Balagopalakrishnan
2016-06-27 14:34 ` [PATCH 2/2] ti-sgx-ddk-km: update srcrev Anand Balagopalakrishnan
2016-06-27 14:42 ` [PATCH 1/2] ti-sgx-ddk-um: update srcrev and bump PR Denys Dmytriyenko
2016-06-27 15:06 ` Balagopalakrishnan, Anand
2016-06-27 15:07 ` Denys Dmytriyenko
2016-06-27 14:57 ` Denys Dmytriyenko
2016-06-27 15:08 ` Balagopalakrishnan, Anand
-- strict thread matches above, loose matches on Subject: below --
2016-05-05 14:47 Anand Balagopalakrishnan
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.