* [FOR-KROGOTH 1/1] ti-sgx-ddk-um: wlpvr_ws: Map DBM buffers and populate meminfo @ 2018-03-01 16:19 Anand Balagopalakrishnan 2018-03-01 21:36 ` Denys Dmytriyenko 0 siblings, 1 reply; 3+ messages in thread From: Anand Balagopalakrishnan @ 2018-03-01 16:19 UTC (permalink / raw) To: meta-ti Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com> --- recipes-graphics/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 3a9a2b2..3e689cb 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 = "d184140aa5c17e13e1bf21151f1a7bc068bdf8bf" +SRCREV = "2736a396f9c801fc0818d830f8a3215aeb8b6534" # There's only hardfp version available python __anonymous() { @@ -31,7 +31,7 @@ INITSCRIPT_PARAMS = "defaults 8" inherit update-rc.d -PR = "r23" +PR = "r24" PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 omap5-sgx-ddk-um-linux" DEPENDS += "libdrm udev libgbm wayland libffi" -- 1.9.1 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [FOR-KROGOTH 1/1] ti-sgx-ddk-um: wlpvr_ws: Map DBM buffers and populate meminfo 2018-03-01 16:19 [FOR-KROGOTH 1/1] ti-sgx-ddk-um: wlpvr_ws: Map DBM buffers and populate meminfo Anand Balagopalakrishnan @ 2018-03-01 21:36 ` Denys Dmytriyenko 2018-03-02 6:14 ` Balagopalakrishnan, Anand 0 siblings, 1 reply; 3+ messages in thread From: Denys Dmytriyenko @ 2018-03-01 21:36 UTC (permalink / raw) To: Anand Balagopalakrishnan; +Cc: meta-ti Have you tested this patch? On Thu, Mar 01, 2018 at 09:49:55PM +0530, Anand Balagopalakrishnan wrote: > Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com> > --- > recipes-graphics/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 3a9a2b2..3e689cb 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 = "d184140aa5c17e13e1bf21151f1a7bc068bdf8bf" > +SRCREV = "2736a396f9c801fc0818d830f8a3215aeb8b6534" > > # There's only hardfp version available > python __anonymous() { > @@ -31,7 +31,7 @@ INITSCRIPT_PARAMS = "defaults 8" > > inherit update-rc.d > > -PR = "r23" > +PR = "r24" > PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 omap5-sgx-ddk-um-linux" > > DEPENDS += "libdrm udev libgbm wayland libffi" > -- > 1.9.1 > > -- > _______________________________________________ > meta-ti mailing list > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [FOR-KROGOTH 1/1] ti-sgx-ddk-um: wlpvr_ws: Map DBM buffers and populate meminfo 2018-03-01 21:36 ` Denys Dmytriyenko @ 2018-03-02 6:14 ` Balagopalakrishnan, Anand 0 siblings, 0 replies; 3+ messages in thread From: Balagopalakrishnan, Anand @ 2018-03-02 6:14 UTC (permalink / raw) To: Dmytriyenko, Denys; +Cc: meta-ti@yoctoproject.org Denys, No. I faced an issue while building CoreSDK for Krogoth due to gforge problem. Irrespective of that, I did find an error with branch name on this patch. Will send a v2 for this patch. ERROR: hevc-arm-decoder-01.00.00.01-r3 do_fetch: Fetcher failure: Fetch command failed with exit code 4, output: Unable to establish SSL connection. ERROR: hevc-arm-decoder-01.00.00.01-r3 do_fetch: Function failed: Fetcher failure for URL: 'https://gforge.ti.com/gf/download/frsrelease/1280/7770/REL.HEVC.D.ARM.OBJ.01.00.00.01.tar.gz'. Unable to fetch URL from any source. ERROR: Logfile of failure stored in: /work/anand/coresdk/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/hevc-arm-decoder/01.00.00.01-r3/temp/log.do_fetch.37493 ERROR: Task 2993 (/work/anand/coresdk/tisdk/sources/meta-arago/meta-arago-extras/recipes-multimedia/hevc-arm-decoder/hevc-arm-decoder_01.00.00.01.bb, do_fetch) failed with exit code '1' Regards, Anand -----Original Message----- From: Dmytriyenko, Denys Sent: Friday, March 2, 2018 3:06 AM To: Balagopalakrishnan, Anand Cc: meta-ti@yoctoproject.org Subject: Re: [meta-ti] [FOR-KROGOTH 1/1] ti-sgx-ddk-um: wlpvr_ws: Map DBM buffers and populate meminfo Have you tested this patch? On Thu, Mar 01, 2018 at 09:49:55PM +0530, Anand Balagopalakrishnan wrote: > Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com> > --- > recipes-graphics/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 3a9a2b2..3e689cb 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 = "d184140aa5c17e13e1bf21151f1a7bc068bdf8bf" > +SRCREV = "2736a396f9c801fc0818d830f8a3215aeb8b6534" > > # There's only hardfp version available python __anonymous() { @@ > -31,7 +31,7 @@ INITSCRIPT_PARAMS = "defaults 8" > > inherit update-rc.d > > -PR = "r23" > +PR = "r24" > PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 omap5-sgx-ddk-um-linux" > > DEPENDS += "libdrm udev libgbm wayland libffi" > -- > 1.9.1 > > -- > _______________________________________________ > meta-ti mailing list > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-03-02 6:14 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2018-03-01 16:19 [FOR-KROGOTH 1/1] ti-sgx-ddk-um: wlpvr_ws: Map DBM buffers and populate meminfo Anand Balagopalakrishnan 2018-03-01 21:36 ` Denys Dmytriyenko 2018-03-02 6:14 ` Balagopalakrishnan, Anand
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.