* [PATCH] recipes: Replace proto= with protocol= in SRC_URI
@ 2012-08-22 14:48 Khem Raj
2012-08-22 15:24 ` Denys Dmytriyenko
0 siblings, 1 reply; 6+ messages in thread
From: Khem Raj @ 2012-08-22 14:48 UTC (permalink / raw)
To: meta-ti
protocol is supported proto is not.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
recipes-bsp/ti/am-sysinfo_svn.bb | 2 +-
recipes-ti/dmai/ti-dmai.inc | 2 +-
recipes-ti/gstreamer-ti/gstreamer-ti_svn.bb | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/recipes-bsp/ti/am-sysinfo_svn.bb b/recipes-bsp/ti/am-sysinfo_svn.bb
index d4f8740..b73a884 100644
--- a/recipes-bsp/ti/am-sysinfo_svn.bb
+++ b/recipes-bsp/ti/am-sysinfo_svn.bb
@@ -9,7 +9,7 @@ SRCREV = "5"
PV = "1.0"
PR = "r1+svnr${SRCPV}"
-SRC_URI = "svn://gforge.ti.com/svn/am_sysinfo/;module=trunk;proto=https;user=anonymous;pswd=''"
+SRC_URI = "svn://gforge.ti.com/svn/am_sysinfo/;module=trunk;protocol=https;user=anonymous;pswd=''"
S = "${WORKDIR}/trunk"
diff --git a/recipes-ti/dmai/ti-dmai.inc b/recipes-ti/dmai/ti-dmai.inc
index 23481b7..58955b5 100644
--- a/recipes-ti/dmai/ti-dmai.inc
+++ b/recipes-ti/dmai/ti-dmai.inc
@@ -17,7 +17,7 @@ DMAIBRANCH ?= "UNDEFINED_DMAIBRANCH"
S = "${WORKDIR}/${DMAIBRANCH}/davinci_multimedia_application_interface/dmai_${PV}/dmai"
-SRC_URI = "svn://gforge.ti.com/svn/dmai/;module=${DMAIBRANCH};proto=https;user=anonymous;pswd='' \
+SRC_URI = "svn://gforge.ti.com/svn/dmai/;module=${DMAIBRANCH};protocol=https;user=anonymous;pswd='' \
file://loadmodules-ti-dmai-dm6446_al.sh \
file://loadmodules-ti-dmai-dm6467_al.sh \
file://loadmodules-ti-dmai-o3530_al.sh \
diff --git a/recipes-ti/gstreamer-ti/gstreamer-ti_svn.bb b/recipes-ti/gstreamer-ti/gstreamer-ti_svn.bb
index 3d260ed..f314a35 100644
--- a/recipes-ti/gstreamer-ti/gstreamer-ti_svn.bb
+++ b/recipes-ti/gstreamer-ti/gstreamer-ti_svn.bb
@@ -11,7 +11,7 @@ SRCREV = "962"
# apply patches from tracker 1208 to get zero copy support.
# https://gstreamer.ti.com/gf/project/gstreamer_ti/tracker/?action=TrackerItemEdit&tracker_item_id=1208&start=175
-SRC_URI = "svn://gforge.ti.com/svn/gstreamer_ti/trunk;module=gstreamer_ti;proto=https;user=anonymous;pswd='' \
+SRC_URI = "svn://gforge.ti.com/svn/gstreamer_ti/trunk;module=gstreamer_ti;protocol=https;user=anonymous;pswd='' \
file://gstreamer-ti-rc.sh \
file://r962-remove-include-videodev.diff \
file://gstti-init.service \
--
1.7.9.5
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH] recipes: Replace proto= with protocol= in SRC_URI
2012-08-22 14:48 [PATCH] recipes: Replace proto= with protocol= in SRC_URI Khem Raj
@ 2012-08-22 15:24 ` Denys Dmytriyenko
2012-08-22 17:07 ` Khem Raj
0 siblings, 1 reply; 6+ messages in thread
From: Denys Dmytriyenko @ 2012-08-22 15:24 UTC (permalink / raw)
To: Khem Raj; +Cc: meta-ti
On Wed, Aug 22, 2012 at 07:48:31AM -0700, Khem Raj wrote:
> protocol is supported proto is not.
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
So, how many times this needs fixing?
--
Denys
> ---
> recipes-bsp/ti/am-sysinfo_svn.bb | 2 +-
> recipes-ti/dmai/ti-dmai.inc | 2 +-
> recipes-ti/gstreamer-ti/gstreamer-ti_svn.bb | 2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/recipes-bsp/ti/am-sysinfo_svn.bb b/recipes-bsp/ti/am-sysinfo_svn.bb
> index d4f8740..b73a884 100644
> --- a/recipes-bsp/ti/am-sysinfo_svn.bb
> +++ b/recipes-bsp/ti/am-sysinfo_svn.bb
> @@ -9,7 +9,7 @@ SRCREV = "5"
> PV = "1.0"
> PR = "r1+svnr${SRCPV}"
>
> -SRC_URI = "svn://gforge.ti.com/svn/am_sysinfo/;module=trunk;proto=https;user=anonymous;pswd=''"
> +SRC_URI = "svn://gforge.ti.com/svn/am_sysinfo/;module=trunk;protocol=https;user=anonymous;pswd=''"
>
> S = "${WORKDIR}/trunk"
>
> diff --git a/recipes-ti/dmai/ti-dmai.inc b/recipes-ti/dmai/ti-dmai.inc
> index 23481b7..58955b5 100644
> --- a/recipes-ti/dmai/ti-dmai.inc
> +++ b/recipes-ti/dmai/ti-dmai.inc
> @@ -17,7 +17,7 @@ DMAIBRANCH ?= "UNDEFINED_DMAIBRANCH"
>
> S = "${WORKDIR}/${DMAIBRANCH}/davinci_multimedia_application_interface/dmai_${PV}/dmai"
>
> -SRC_URI = "svn://gforge.ti.com/svn/dmai/;module=${DMAIBRANCH};proto=https;user=anonymous;pswd='' \
> +SRC_URI = "svn://gforge.ti.com/svn/dmai/;module=${DMAIBRANCH};protocol=https;user=anonymous;pswd='' \
> file://loadmodules-ti-dmai-dm6446_al.sh \
> file://loadmodules-ti-dmai-dm6467_al.sh \
> file://loadmodules-ti-dmai-o3530_al.sh \
> diff --git a/recipes-ti/gstreamer-ti/gstreamer-ti_svn.bb b/recipes-ti/gstreamer-ti/gstreamer-ti_svn.bb
> index 3d260ed..f314a35 100644
> --- a/recipes-ti/gstreamer-ti/gstreamer-ti_svn.bb
> +++ b/recipes-ti/gstreamer-ti/gstreamer-ti_svn.bb
> @@ -11,7 +11,7 @@ SRCREV = "962"
> # apply patches from tracker 1208 to get zero copy support.
> # https://gstreamer.ti.com/gf/project/gstreamer_ti/tracker/?action=TrackerItemEdit&tracker_item_id=1208&start=175
>
> -SRC_URI = "svn://gforge.ti.com/svn/gstreamer_ti/trunk;module=gstreamer_ti;proto=https;user=anonymous;pswd='' \
> +SRC_URI = "svn://gforge.ti.com/svn/gstreamer_ti/trunk;module=gstreamer_ti;protocol=https;user=anonymous;pswd='' \
> file://gstreamer-ti-rc.sh \
> file://r962-remove-include-videodev.diff \
> file://gstti-init.service \
> --
> 1.7.9.5
>
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] recipes: Replace proto= with protocol= in SRC_URI
2012-08-22 15:24 ` Denys Dmytriyenko
@ 2012-08-22 17:07 ` Khem Raj
2012-08-22 17:12 ` Khem Raj
2012-08-22 17:20 ` Denys Dmytriyenko
0 siblings, 2 replies; 6+ messages in thread
From: Khem Raj @ 2012-08-22 17:07 UTC (permalink / raw)
To: Denys Dmytriyenko; +Cc: meta-ti
On Wed, Aug 22, 2012 at 8:24 AM, Denys Dmytriyenko <denys@ti.com> wrote:
> On Wed, Aug 22, 2012 at 07:48:31AM -0700, Khem Raj wrote:
>> protocol is supported proto is not.
>>
>> Signed-off-by: Khem Raj <raj.khem@gmail.com>
>
> So, how many times this needs fixing?
>
as many times as stale mirrors
here is my problem
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = git://github.com/Angstrom-distribution/meta-ti.git
and master on that mirror is still at
commit d3ff5630a74640f46ca2ceaef1aa1baa86b9b795
Author: Andreas Müller <schnitzeltony@googlemail.com>
Date: Mon Jul 9 14:35:36 2012 +0200
netbase: follow oe-core to v5.0
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Koen should angstrom still use meta-ti from github or from git.yp.org
for angstrom-next ?
> --
> Denys
>
>
>> ---
>> recipes-bsp/ti/am-sysinfo_svn.bb | 2 +-
>> recipes-ti/dmai/ti-dmai.inc | 2 +-
>> recipes-ti/gstreamer-ti/gstreamer-ti_svn.bb | 2 +-
>> 3 files changed, 3 insertions(+), 3 deletions(-)
>>
>> diff --git a/recipes-bsp/ti/am-sysinfo_svn.bb b/recipes-bsp/ti/am-sysinfo_svn.bb
>> index d4f8740..b73a884 100644
>> --- a/recipes-bsp/ti/am-sysinfo_svn.bb
>> +++ b/recipes-bsp/ti/am-sysinfo_svn.bb
>> @@ -9,7 +9,7 @@ SRCREV = "5"
>> PV = "1.0"
>> PR = "r1+svnr${SRCPV}"
>>
>> -SRC_URI = "svn://gforge.ti.com/svn/am_sysinfo/;module=trunk;proto=https;user=anonymous;pswd=''"
>> +SRC_URI = "svn://gforge.ti.com/svn/am_sysinfo/;module=trunk;protocol=https;user=anonymous;pswd=''"
>>
>> S = "${WORKDIR}/trunk"
>>
>> diff --git a/recipes-ti/dmai/ti-dmai.inc b/recipes-ti/dmai/ti-dmai.inc
>> index 23481b7..58955b5 100644
>> --- a/recipes-ti/dmai/ti-dmai.inc
>> +++ b/recipes-ti/dmai/ti-dmai.inc
>> @@ -17,7 +17,7 @@ DMAIBRANCH ?= "UNDEFINED_DMAIBRANCH"
>>
>> S = "${WORKDIR}/${DMAIBRANCH}/davinci_multimedia_application_interface/dmai_${PV}/dmai"
>>
>> -SRC_URI = "svn://gforge.ti.com/svn/dmai/;module=${DMAIBRANCH};proto=https;user=anonymous;pswd='' \
>> +SRC_URI = "svn://gforge.ti.com/svn/dmai/;module=${DMAIBRANCH};protocol=https;user=anonymous;pswd='' \
>> file://loadmodules-ti-dmai-dm6446_al.sh \
>> file://loadmodules-ti-dmai-dm6467_al.sh \
>> file://loadmodules-ti-dmai-o3530_al.sh \
>> diff --git a/recipes-ti/gstreamer-ti/gstreamer-ti_svn.bb b/recipes-ti/gstreamer-ti/gstreamer-ti_svn.bb
>> index 3d260ed..f314a35 100644
>> --- a/recipes-ti/gstreamer-ti/gstreamer-ti_svn.bb
>> +++ b/recipes-ti/gstreamer-ti/gstreamer-ti_svn.bb
>> @@ -11,7 +11,7 @@ SRCREV = "962"
>> # apply patches from tracker 1208 to get zero copy support.
>> # https://gstreamer.ti.com/gf/project/gstreamer_ti/tracker/?action=TrackerItemEdit&tracker_item_id=1208&start=175
>>
>> -SRC_URI = "svn://gforge.ti.com/svn/gstreamer_ti/trunk;module=gstreamer_ti;proto=https;user=anonymous;pswd='' \
>> +SRC_URI = "svn://gforge.ti.com/svn/gstreamer_ti/trunk;module=gstreamer_ti;protocol=https;user=anonymous;pswd='' \
>> file://gstreamer-ti-rc.sh \
>> file://r962-remove-include-videodev.diff \
>> file://gstti-init.service \
>> --
>> 1.7.9.5
>>
>> _______________________________________________
>> meta-ti mailing list
>> meta-ti@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] recipes: Replace proto= with protocol= in SRC_URI
2012-08-22 17:07 ` Khem Raj
@ 2012-08-22 17:12 ` Khem Raj
2012-08-22 17:20 ` Denys Dmytriyenko
1 sibling, 0 replies; 6+ messages in thread
From: Khem Raj @ 2012-08-22 17:12 UTC (permalink / raw)
To: Denys Dmytriyenko; +Cc: meta-ti
On Wed, Aug 22, 2012 at 10:07 AM, Khem Raj <raj.khem@gmail.com> wrote:
>
> Koen should angstrom still use meta-ti from github or from git.yp.org
> for angstrom-next ?
on next branch on angstrom-scripts its using yp.org indeed my copy is
old and probably I danced between 2012.05 release
back and forth. Never mind.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] recipes: Replace proto= with protocol= in SRC_URI
2012-08-22 17:07 ` Khem Raj
2012-08-22 17:12 ` Khem Raj
@ 2012-08-22 17:20 ` Denys Dmytriyenko
2012-08-22 17:35 ` Khem Raj
1 sibling, 1 reply; 6+ messages in thread
From: Denys Dmytriyenko @ 2012-08-22 17:20 UTC (permalink / raw)
To: Khem Raj; +Cc: meta-ti
On Wed, Aug 22, 2012 at 10:07:30AM -0700, Khem Raj wrote:
> On Wed, Aug 22, 2012 at 8:24 AM, Denys Dmytriyenko <denys@ti.com> wrote:
> > On Wed, Aug 22, 2012 at 07:48:31AM -0700, Khem Raj wrote:
> >> protocol is supported proto is not.
> >>
> >> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> >
> > So, how many times this needs fixing?
> >
>
> as many times as stale mirrors
>
> here is my problem
>
>
> [remote "origin"]
> fetch = +refs/heads/*:refs/remotes/origin/*
> url = git://github.com/Angstrom-distribution/meta-ti.git
>
> and master on that mirror is still at
>
> commit d3ff5630a74640f46ca2ceaef1aa1baa86b9b795
> Author: Andreas M??ller <schnitzeltony@googlemail.com>
> Date: Mon Jul 9 14:35:36 2012 +0200
>
> netbase: follow oe-core to v5.0
>
> Signed-off-by: Andreas M??ller <schnitzeltony@googlemail.com>
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
>
>
> Koen should angstrom still use meta-ti from github or from git.yp.org
> for angstrom-next ?
Sorry, still not convinced:
https://github.com/Angstrom-distribution/setup-scripts/blob/master/sources/layers.txt
https://github.com/Angstrom-distribution/setup-scripts/blob/next/sources/layers.txt
https://github.com/Angstrom-distribution/setup-scripts/blob/angstrom-v2012.05-yocto1.2/sources/layers.txt
All the branches point to the correct location of meta-ti on git.yp.org
Moreover, it was pointing there since March:
https://github.com/Angstrom-distribution/setup-scripts/commit/edc1ec58f60de2624dd376182e0d1d6c463675a0
I couldn't find in the history when it was ever pointing to that mirror - are
you sure you didn't make the change yourself?
--
Denys
> >> ---
> >> recipes-bsp/ti/am-sysinfo_svn.bb | 2 +-
> >> recipes-ti/dmai/ti-dmai.inc | 2 +-
> >> recipes-ti/gstreamer-ti/gstreamer-ti_svn.bb | 2 +-
> >> 3 files changed, 3 insertions(+), 3 deletions(-)
> >>
> >> diff --git a/recipes-bsp/ti/am-sysinfo_svn.bb b/recipes-bsp/ti/am-sysinfo_svn.bb
> >> index d4f8740..b73a884 100644
> >> --- a/recipes-bsp/ti/am-sysinfo_svn.bb
> >> +++ b/recipes-bsp/ti/am-sysinfo_svn.bb
> >> @@ -9,7 +9,7 @@ SRCREV = "5"
> >> PV = "1.0"
> >> PR = "r1+svnr${SRCPV}"
> >>
> >> -SRC_URI = "svn://gforge.ti.com/svn/am_sysinfo/;module=trunk;proto=https;user=anonymous;pswd=''"
> >> +SRC_URI = "svn://gforge.ti.com/svn/am_sysinfo/;module=trunk;protocol=https;user=anonymous;pswd=''"
> >>
> >> S = "${WORKDIR}/trunk"
> >>
> >> diff --git a/recipes-ti/dmai/ti-dmai.inc b/recipes-ti/dmai/ti-dmai.inc
> >> index 23481b7..58955b5 100644
> >> --- a/recipes-ti/dmai/ti-dmai.inc
> >> +++ b/recipes-ti/dmai/ti-dmai.inc
> >> @@ -17,7 +17,7 @@ DMAIBRANCH ?= "UNDEFINED_DMAIBRANCH"
> >>
> >> S = "${WORKDIR}/${DMAIBRANCH}/davinci_multimedia_application_interface/dmai_${PV}/dmai"
> >>
> >> -SRC_URI = "svn://gforge.ti.com/svn/dmai/;module=${DMAIBRANCH};proto=https;user=anonymous;pswd='' \
> >> +SRC_URI = "svn://gforge.ti.com/svn/dmai/;module=${DMAIBRANCH};protocol=https;user=anonymous;pswd='' \
> >> file://loadmodules-ti-dmai-dm6446_al.sh \
> >> file://loadmodules-ti-dmai-dm6467_al.sh \
> >> file://loadmodules-ti-dmai-o3530_al.sh \
> >> diff --git a/recipes-ti/gstreamer-ti/gstreamer-ti_svn.bb b/recipes-ti/gstreamer-ti/gstreamer-ti_svn.bb
> >> index 3d260ed..f314a35 100644
> >> --- a/recipes-ti/gstreamer-ti/gstreamer-ti_svn.bb
> >> +++ b/recipes-ti/gstreamer-ti/gstreamer-ti_svn.bb
> >> @@ -11,7 +11,7 @@ SRCREV = "962"
> >> # apply patches from tracker 1208 to get zero copy support.
> >> # https://gstreamer.ti.com/gf/project/gstreamer_ti/tracker/?action=TrackerItemEdit&tracker_item_id=1208&start=175
> >>
> >> -SRC_URI = "svn://gforge.ti.com/svn/gstreamer_ti/trunk;module=gstreamer_ti;proto=https;user=anonymous;pswd='' \
> >> +SRC_URI = "svn://gforge.ti.com/svn/gstreamer_ti/trunk;module=gstreamer_ti;protocol=https;user=anonymous;pswd='' \
> >> file://gstreamer-ti-rc.sh \
> >> file://r962-remove-include-videodev.diff \
> >> file://gstti-init.service \
> >> --
> >> 1.7.9.5
> >>
> >> _______________________________________________
> >> meta-ti mailing list
> >> meta-ti@yoctoproject.org
> >> https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] recipes: Replace proto= with protocol= in SRC_URI
2012-08-22 17:20 ` Denys Dmytriyenko
@ 2012-08-22 17:35 ` Khem Raj
0 siblings, 0 replies; 6+ messages in thread
From: Khem Raj @ 2012-08-22 17:35 UTC (permalink / raw)
To: Denys Dmytriyenko; +Cc: meta-ti
On Wed, Aug 22, 2012 at 10:20 AM, Denys Dmytriyenko <denys@ti.com> wrote:
>
> I couldn't find in the history when it was ever pointing to that mirror - are
> you sure you didn't make the change yourself?
could be. I dont have commit history in my tree to remind me and this
clone is from oct 2011
angstrom also changed its hosting location during that time
so anything is possible nevermind I deleted it and cloned fresh
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2012-08-22 17:35 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-22 14:48 [PATCH] recipes: Replace proto= with protocol= in SRC_URI Khem Raj
2012-08-22 15:24 ` Denys Dmytriyenko
2012-08-22 17:07 ` Khem Raj
2012-08-22 17:12 ` Khem Raj
2012-08-22 17:20 ` Denys Dmytriyenko
2012-08-22 17:35 ` Khem Raj
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.