All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm-compute-library: bump SRCREV
@ 2019-02-22 19:02 Qin Su
  2019-02-22 20:19 ` Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: Qin Su @ 2019-02-22 19:02 UTC (permalink / raw)
  To: meta-arago

Upgraded to Linaro version 19.02.

Signed-off-by: Qin Su <qsu@ti.com>
---
 .../arm-compute-library/arm-compute-library_git.bb                | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta-arago-extras/recipes-support/arm-compute-library/arm-compute-library_git.bb b/meta-arago-extras/recipes-support/arm-compute-library/arm-compute-library_git.bb
index 865f7f8..a93ff6c 100644
--- a/meta-arago-extras/recipes-support/arm-compute-library/arm-compute-library_git.bb
+++ b/meta-arago-extras/recipes-support/arm-compute-library/arm-compute-library_git.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=762a7ba8d2ddc3b38d88742fbaf0b62d"
 COMPATIBLE_MACHINE = "armv7a|aarch64"
 
 SRC_URI = " \
-    git://github.com/ARM-software/ComputeLibrary.git;branch=${BRANCH} \
+    git://review.mlplatform.org/ml/ComputeLibrary;protocol=https;branch=${BRANCH} \
     file://0001-add-ti-benchmark-test-group.patch \
     file://0002-add-ti-benchmark-test-group.patch \
     file://0003-add-ti-benchmark-test-group.patch \
@@ -19,12 +19,12 @@ SRC_URI = " \
     file://0010-add-ti-benchmark-test-group.patch \
     file://0011-add-ti-benchmark-test-group.patch \
 "
-
-PV  = "18.08"
+PR = "r0"
+PV  = "19.02"
 PV_MAJOR = "${@d.getVar('PV',d,1).split('.')[0]}"
 
 BRANCH = "master"
-SRCREV = "52ba29e936b8e711e8acdfe819e36f884d4f3fe1"
+SRCREV = "d9f9318cffba4051c4ca0ec2028819962bdc2b1c"
 
 S = "${WORKDIR}/git"
 
-- 
1.9.1



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

* Re: [PATCH] arm-compute-library: bump SRCREV
  2019-02-22 19:02 [PATCH] arm-compute-library: bump SRCREV Qin Su
@ 2019-02-22 20:19 ` Denys Dmytriyenko
  2019-02-22 20:30   ` [EXTERNAL] " Jacob Stiffler
  0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2019-02-22 20:19 UTC (permalink / raw)
  To: Qin Su; +Cc: meta-arago

Is this required for rocko?

On Fri, Feb 22, 2019 at 02:02:02PM -0500, Qin Su wrote:
> Upgraded to Linaro version 19.02.
> 
> Signed-off-by: Qin Su <qsu@ti.com>
> ---
>  .../arm-compute-library/arm-compute-library_git.bb                | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/meta-arago-extras/recipes-support/arm-compute-library/arm-compute-library_git.bb b/meta-arago-extras/recipes-support/arm-compute-library/arm-compute-library_git.bb
> index 865f7f8..a93ff6c 100644
> --- a/meta-arago-extras/recipes-support/arm-compute-library/arm-compute-library_git.bb
> +++ b/meta-arago-extras/recipes-support/arm-compute-library/arm-compute-library_git.bb
> @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=762a7ba8d2ddc3b38d88742fbaf0b62d"
>  COMPATIBLE_MACHINE = "armv7a|aarch64"
>  
>  SRC_URI = " \
> -    git://github.com/ARM-software/ComputeLibrary.git;branch=${BRANCH} \
> +    git://review.mlplatform.org/ml/ComputeLibrary;protocol=https;branch=${BRANCH} \
>      file://0001-add-ti-benchmark-test-group.patch \
>      file://0002-add-ti-benchmark-test-group.patch \
>      file://0003-add-ti-benchmark-test-group.patch \
> @@ -19,12 +19,12 @@ SRC_URI = " \
>      file://0010-add-ti-benchmark-test-group.patch \
>      file://0011-add-ti-benchmark-test-group.patch \
>  "
> -
> -PV  = "18.08"
> +PR = "r0"
> +PV  = "19.02"
>  PV_MAJOR = "${@d.getVar('PV',d,1).split('.')[0]}"
>  
>  BRANCH = "master"
> -SRCREV = "52ba29e936b8e711e8acdfe819e36f884d4f3fe1"
> +SRCREV = "d9f9318cffba4051c4ca0ec2028819962bdc2b1c"
>  
>  S = "${WORKDIR}/git"
>  
> -- 
> 1.9.1
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [EXTERNAL] Re: [PATCH] arm-compute-library: bump SRCREV
  2019-02-22 20:19 ` Denys Dmytriyenko
@ 2019-02-22 20:30   ` Jacob Stiffler
  0 siblings, 0 replies; 3+ messages in thread
From: Jacob Stiffler @ 2019-02-22 20:30 UTC (permalink / raw)
  To: Denys Dmytriyenko, Qin Su; +Cc: meta-arago


On 2/22/2019 3:19 PM, Denys Dmytriyenko wrote:
> Is this required for rocko?


Yes, this is required for both rocko and master.


> On Fri, Feb 22, 2019 at 02:02:02PM -0500, Qin Su wrote:
>> Upgraded to Linaro version 19.02.
>>
>> Signed-off-by: Qin Su <qsu@ti.com>
>> ---
>>   .../arm-compute-library/arm-compute-library_git.bb                | 8 ++++----
>>   1 file changed, 4 insertions(+), 4 deletions(-)
>>
>> diff --git a/meta-arago-extras/recipes-support/arm-compute-library/arm-compute-library_git.bb b/meta-arago-extras/recipes-support/arm-compute-library/arm-compute-library_git.bb
>> index 865f7f8..a93ff6c 100644
>> --- a/meta-arago-extras/recipes-support/arm-compute-library/arm-compute-library_git.bb
>> +++ b/meta-arago-extras/recipes-support/arm-compute-library/arm-compute-library_git.bb
>> @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=762a7ba8d2ddc3b38d88742fbaf0b62d"
>>   COMPATIBLE_MACHINE = "armv7a|aarch64"
>>   
>>   SRC_URI = " \
>> -    git://github.com/ARM-software/ComputeLibrary.git;branch=${BRANCH} \
>> +    git://review.mlplatform.org/ml/ComputeLibrary;protocol=https;branch=${BRANCH} \
>>       file://0001-add-ti-benchmark-test-group.patch \
>>       file://0002-add-ti-benchmark-test-group.patch \
>>       file://0003-add-ti-benchmark-test-group.patch \
>> @@ -19,12 +19,12 @@ SRC_URI = " \
>>       file://0010-add-ti-benchmark-test-group.patch \
>>       file://0011-add-ti-benchmark-test-group.patch \
>>   "
>> -
>> -PV  = "18.08"
>> +PR = "r0"
>> +PV  = "19.02"
>>   PV_MAJOR = "${@d.getVar('PV',d,1).split('.')[0]}"
>>   
>>   BRANCH = "master"
>> -SRCREV = "52ba29e936b8e711e8acdfe819e36f884d4f3fe1"
>> +SRCREV = "d9f9318cffba4051c4ca0ec2028819962bdc2b1c"
>>   
>>   S = "${WORKDIR}/git"
>>   
>> -- 
>> 1.9.1
>>
>> _______________________________________________
>> meta-arago mailing list
>> meta-arago@arago-project.org
>> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

end of thread, other threads:[~2019-02-22 20:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-22 19:02 [PATCH] arm-compute-library: bump SRCREV Qin Su
2019-02-22 20:19 ` Denys Dmytriyenko
2019-02-22 20:30   ` [EXTERNAL] " Jacob Stiffler

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.