All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ti-sgx-ddk-km: remove dependency between user-mode and kernel-mode builds
@ 2016-10-13 12:38 Anand Balagopalakrishnan
  2016-10-25 18:12 ` Denys Dmytriyenko
  0 siblings, 1 reply; 4+ messages in thread
From: Anand Balagopalakrishnan @ 2016-10-13 12:38 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com>
---
 recipes-bsp/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 7007c20..d0e9206 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 = "a5a0fe1799cabfa1278321b667263cf3fa2cf32f"
+SRCREV = "e68719ba7c54602c710b6615cd665f5b7f47f85e"
 
 TARGET_PRODUCT_omap-a15 = "jacinto6evm"
 TARGET_PRODUCT_ti33x = "ti335x"
-- 
1.9.1



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

* Re: [PATCH] ti-sgx-ddk-km: remove dependency between user-mode and kernel-mode builds
  2016-10-13 12:38 [PATCH] ti-sgx-ddk-km: remove dependency between user-mode and kernel-mode builds Anand Balagopalakrishnan
@ 2016-10-25 18:12 ` Denys Dmytriyenko
  2016-10-31 14:01   ` Stiffler, Jacob
  0 siblings, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2016-10-25 18:12 UTC (permalink / raw)
  To: Anand Balagopalakrishnan; +Cc: meta-ti

Anand,

am57xx-evm is now breaking with this at do_compile():

/bin/sh: eurasiacon/binary2_omap_linux_release/target/install.sh: No such file or directory

-- 
Denys


On Thu, Oct 13, 2016 at 06:08:06PM +0530, Anand Balagopalakrishnan wrote:
> Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com>
> ---
>  recipes-bsp/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 7007c20..d0e9206 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 = "a5a0fe1799cabfa1278321b667263cf3fa2cf32f"
> +SRCREV = "e68719ba7c54602c710b6615cd665f5b7f47f85e"
>  
>  TARGET_PRODUCT_omap-a15 = "jacinto6evm"
>  TARGET_PRODUCT_ti33x = "ti335x"
> -- 
> 1.9.1
> 
> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


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

* Re: [PATCH] ti-sgx-ddk-km: remove dependency between user-mode and kernel-mode builds
  2016-10-25 18:12 ` Denys Dmytriyenko
@ 2016-10-31 14:01   ` Stiffler, Jacob
  2016-11-02  8:16     ` Balagopalakrishnan, Anand
  0 siblings, 1 reply; 4+ messages in thread
From: Stiffler, Jacob @ 2016-10-31 14:01 UTC (permalink / raw)
  To: Dmytriyenko, Denys, Balagopalakrishnan, Anand; +Cc: meta-ti



> -----Original Message-----
> From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
> bounces@yoctoproject.org] On Behalf Of Dmytriyenko, Denys
> Sent: Tuesday, October 25, 2016 2:13 PM
> To: Balagopalakrishnan, Anand
> Cc: meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] [PATCH] ti-sgx-ddk-km: remove dependency between
> user-mode and kernel-mode builds
> 
> Anand,
> 
> am57xx-evm is now breaking with this at do_compile():
> 
> /bin/sh: eurasiacon/binary2_omap_linux_release/target/install.sh: No such
> file or directory
> 

I am also seeing this issue. However, it does not appear to be specific to am57xx-evm, but intermittent for all machines.

> --
> Denys
> 
> 
> On Thu, Oct 13, 2016 at 06:08:06PM +0530, Anand Balagopalakrishnan wrote:
> > Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com>
> > ---
> >  recipes-bsp/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 7007c20..d0e9206 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 = "a5a0fe1799cabfa1278321b667263cf3fa2cf32f"
> > +SRCREV = "e68719ba7c54602c710b6615cd665f5b7f47f85e"
> >
> >  TARGET_PRODUCT_omap-a15 = "jacinto6evm"
> >  TARGET_PRODUCT_ti33x = "ti335x"
> > --
> > 1.9.1
> >
> > --
> > _______________________________________________
> > 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] 4+ messages in thread

* Re: [PATCH] ti-sgx-ddk-km: remove dependency between user-mode and kernel-mode builds
  2016-10-31 14:01   ` Stiffler, Jacob
@ 2016-11-02  8:16     ` Balagopalakrishnan, Anand
  0 siblings, 0 replies; 4+ messages in thread
From: Balagopalakrishnan, Anand @ 2016-11-02  8:16 UTC (permalink / raw)
  To: Stiffler, Jacob, Dmytriyenko, Denys; +Cc: meta-ti

Jake,

The intermittent part is surprising. Build issues are typically Boolean. Will check and let you know. 

Regards,
Anand

-----Original Message-----
From: Stiffler, Jacob 
Sent: Monday, October 31, 2016 7:32 PM
To: Dmytriyenko, Denys; Balagopalakrishnan, Anand
Cc: meta-ti@yoctoproject.org
Subject: RE: [meta-ti] [PATCH] ti-sgx-ddk-km: remove dependency between user-mode and kernel-mode builds



> -----Original Message-----
> From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti- 
> bounces@yoctoproject.org] On Behalf Of Dmytriyenko, Denys
> Sent: Tuesday, October 25, 2016 2:13 PM
> To: Balagopalakrishnan, Anand
> Cc: meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] [PATCH] ti-sgx-ddk-km: remove dependency 
> between user-mode and kernel-mode builds
> 
> Anand,
> 
> am57xx-evm is now breaking with this at do_compile():
> 
> /bin/sh: eurasiacon/binary2_omap_linux_release/target/install.sh: No 
> such file or directory
> 

I am also seeing this issue. However, it does not appear to be specific to am57xx-evm, but intermittent for all machines.

> --
> Denys
> 
> 
> On Thu, Oct 13, 2016 at 06:08:06PM +0530, Anand Balagopalakrishnan wrote:
> > Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com>
> > ---
> >  recipes-bsp/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 7007c20..d0e9206 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 = "a5a0fe1799cabfa1278321b667263cf3fa2cf32f"
> > +SRCREV = "e68719ba7c54602c710b6615cd665f5b7f47f85e"
> >
> >  TARGET_PRODUCT_omap-a15 = "jacinto6evm"
> >  TARGET_PRODUCT_ti33x = "ti335x"
> > --
> > 1.9.1
> >
> > --
> > _______________________________________________
> > 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] 4+ messages in thread

end of thread, other threads:[~2016-11-02  8:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-13 12:38 [PATCH] ti-sgx-ddk-km: remove dependency between user-mode and kernel-mode builds Anand Balagopalakrishnan
2016-10-25 18:12 ` Denys Dmytriyenko
2016-10-31 14:01   ` Stiffler, Jacob
2016-11-02  8:16     ` 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.