Re: [meta-ti] [thud/master][PATCH] ti-display-sharing-fw: update to 06.01.00.00

2019-10-21 Thread Denys Dmytriyenko
On Mon, Oct 21, 2019 at 02:32:38PM -0700, Khem Raj wrote:
> On Thu, Oct 17, 2019 at 10:58 AM Denys Dmytriyenko  wrote:
> >
> > Signed-off-by: Denys Dmytriyenko 
> > ---
> >  .../ti-display-sharing-fw/ti-display-sharing-fw_git.bb| 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/recipes-bsp/ti-display-sharing-fw/ti-display-sharing-fw_git.bb 
> > b/recipes-bsp/ti-display-sharing-fw/ti-display-sharing-fw_git.bb
> > index db095d90..9115b6b4 100644
> > --- a/recipes-bsp/ti-display-sharing-fw/ti-display-sharing-fw_git.bb
> > +++ b/recipes-bsp/ti-display-sharing-fw/ti-display-sharing-fw_git.bb
> > @@ -3,7 +3,7 @@ SUMMARY = "TI Display Sharing Firmware"
> >  LICENSE = "TI-TFL"
> >  LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76"
> >
> > -PV = "00.09.00.00-git${SRCPV}"
> > +PV = "06.01.00.00+git${SRCPV}"
> >  PACKAGE_ARCH = "${MACHINE_ARCH}"
> >
> >  inherit deploy
> > @@ -11,7 +11,7 @@ inherit update-alternatives
> >
> >  PROTOCOL = "git"
> >  BRANCH = "ti-linux-firmware"
> > -SRCREV = "4a86f16df9b44798851e51fa465825710cda76cf"
> > +SRCREV = "e7be1ab85266c47236330e2909997d20fc62e312"
> >
> 
> I get
> 
> Cloning into bare repository
> 'TOPDIR/downloads/git2/git.ti.com.processor-firmware.ti-linux-firmware.git'...
> fatal: unable to connect to git.ti.com:
> git.ti.com[0: 198.47.28.207]: errno=Connection refused
> 
> 
> ERROR: Fetcher failure for URL:
> 'git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=ti-linux-firmware'.
> Unable to fetch URL from any source.
> 
> is this temporary ?

Hopefully temporary, but don't know for how long.
https://www.dallasnews.com/news/weather/2019/10/21/3-tornadoes-tear-through-dallas-leveling-homes-and-leaving-thousands-in-north-texas-without-power/

Let me know if you need mirror tarballs for those repo...

Denys


> >  SRC_URI = 
> > "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=${PROTOCOL};branch=${BRANCH}"
> >
> > --
> > 2.17.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


Re: [meta-ti] [thud/master][PATCH] ti-display-sharing-fw: update to 06.01.00.00

2019-10-21 Thread Khem Raj
On Thu, Oct 17, 2019 at 10:58 AM Denys Dmytriyenko  wrote:
>
> Signed-off-by: Denys Dmytriyenko 
> ---
>  .../ti-display-sharing-fw/ti-display-sharing-fw_git.bb| 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/recipes-bsp/ti-display-sharing-fw/ti-display-sharing-fw_git.bb 
> b/recipes-bsp/ti-display-sharing-fw/ti-display-sharing-fw_git.bb
> index db095d90..9115b6b4 100644
> --- a/recipes-bsp/ti-display-sharing-fw/ti-display-sharing-fw_git.bb
> +++ b/recipes-bsp/ti-display-sharing-fw/ti-display-sharing-fw_git.bb
> @@ -3,7 +3,7 @@ SUMMARY = "TI Display Sharing Firmware"
>  LICENSE = "TI-TFL"
>  LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76"
>
> -PV = "00.09.00.00-git${SRCPV}"
> +PV = "06.01.00.00+git${SRCPV}"
>  PACKAGE_ARCH = "${MACHINE_ARCH}"
>
>  inherit deploy
> @@ -11,7 +11,7 @@ inherit update-alternatives
>
>  PROTOCOL = "git"
>  BRANCH = "ti-linux-firmware"
> -SRCREV = "4a86f16df9b44798851e51fa465825710cda76cf"
> +SRCREV = "e7be1ab85266c47236330e2909997d20fc62e312"
>

I get

Cloning into bare repository
'TOPDIR/downloads/git2/git.ti.com.processor-firmware.ti-linux-firmware.git'...
fatal: unable to connect to git.ti.com:
git.ti.com[0: 198.47.28.207]: errno=Connection refused


ERROR: Fetcher failure for URL:
'git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=ti-linux-firmware'.
Unable to fetch URL from any source.

is this temporary ?

>  SRC_URI = 
> "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=${PROTOCOL};branch=${BRANCH}"
>
> --
> 2.17.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


[meta-ti] [thud/master][PATCH] ti-display-sharing-fw: update to 06.01.00.00

2019-10-17 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko 
---
 .../ti-display-sharing-fw/ti-display-sharing-fw_git.bb| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-bsp/ti-display-sharing-fw/ti-display-sharing-fw_git.bb 
b/recipes-bsp/ti-display-sharing-fw/ti-display-sharing-fw_git.bb
index db095d90..9115b6b4 100644
--- a/recipes-bsp/ti-display-sharing-fw/ti-display-sharing-fw_git.bb
+++ b/recipes-bsp/ti-display-sharing-fw/ti-display-sharing-fw_git.bb
@@ -3,7 +3,7 @@ SUMMARY = "TI Display Sharing Firmware"
 LICENSE = "TI-TFL"
 LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76"
 
-PV = "00.09.00.00-git${SRCPV}"
+PV = "06.01.00.00+git${SRCPV}"
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
 inherit deploy
@@ -11,7 +11,7 @@ inherit update-alternatives
 
 PROTOCOL = "git"
 BRANCH = "ti-linux-firmware"
-SRCREV = "4a86f16df9b44798851e51fa465825710cda76cf"
+SRCREV = "e7be1ab85266c47236330e2909997d20fc62e312"
 
 SRC_URI = 
"git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=${PROTOCOL};branch=${BRANCH}"
 
-- 
2.17.1

-- 
___
meta-ti mailing list
meta-ti@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-ti