All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] optee: Update SRCREV for client, os and test
@ 2017-04-24 19:38 Dan Murphy
  2017-04-24 20:25 ` Denys Dmytriyenko
  0 siblings, 1 reply; 11+ messages in thread
From: Dan Murphy @ 2017-04-24 19:38 UTC (permalink / raw)
  To: meta-arago

Updating the SRCREV for the optee-client,
optee-os and optee-test to align with Linaro's
code base and kernel driver.  For the 2017.01-rc1

Signed-off-by: Dan Murphy <dmurphy@ti.com>
---
 meta-arago-distro/recipes-security/optee/optee-client.bbappend   | 2 +-
 meta-arago-distro/recipes-security/optee/optee-os_git.bbappend   | 2 +-
 meta-arago-distro/recipes-security/optee/optee-test_git.bbappend | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-arago-distro/recipes-security/optee/optee-client.bbappend b/meta-arago-distro/recipes-security/optee/optee-client.bbappend
index 3a24c60..df7587d 100644
--- a/meta-arago-distro/recipes-security/optee/optee-client.bbappend
+++ b/meta-arago-distro/recipes-security/optee/optee-client.bbappend
@@ -4,4 +4,4 @@ SRC_URI = "git://git.ti.com/optee/ti-optee-client.git;branch=${BRANCH} \
            file://tee-supplicant.service"
 
 BRANCH = "ti_optee_client"
-SRCREV = "5477e9ebf093ba3ac5296409a690944db6c0014c"
+SRCREV = "1df4046bd729e866743454a18a71e72228e585fd"
diff --git a/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend b/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend
index c50c47d..4fa39de 100644
--- a/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend
+++ b/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend
@@ -8,7 +8,7 @@ SRC_URI = "git://git.ti.com/optee/ti-optee-os.git;branch=${BRANCH} \
            file://0001-allow-setting-sysroot-for-libgcc-lookup.patch \
 "
 BRANCH = "ti_optee_os"
-SRCREV = "f4543643876f50b5c454955763c243b8625b0294"
+SRCREV = "a92d4a6698b0acc8147fba21b10c7e4473da3b9e"
 
 EXTRA_OEMAKE = "CROSS_COMPILE_core=${HOST_PREFIX}  \
                 CROSS_COMPILE_ta_arm32=${HOST_PREFIX}  \
diff --git a/meta-arago-distro/recipes-security/optee/optee-test_git.bbappend b/meta-arago-distro/recipes-security/optee/optee-test_git.bbappend
index a94cd42..3ab6177 100644
--- a/meta-arago-distro/recipes-security/optee/optee-test_git.bbappend
+++ b/meta-arago-distro/recipes-security/optee/optee-test_git.bbappend
@@ -3,4 +3,4 @@ PR_append = ".arago1"
 SRC_URI = "git://git.ti.com/optee/ti-optee-test.git;branch=${BRANCH}"
 
 BRANCH = "ti_optee_test"
-SRCREV = "ba271a6e3eb2bbb6996b5de73918216f64a9e077"
+SRCREV = "170a1ee60a98b407790d97dc682568981d344ca3"
-- 
1.9.1



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

* Re: [PATCH] optee: Update SRCREV for client, os and test
  2017-04-24 19:38 [PATCH] optee: Update SRCREV for client, os and test Dan Murphy
@ 2017-04-24 20:25 ` Denys Dmytriyenko
  2017-04-24 20:30   ` Dan Murphy
  0 siblings, 1 reply; 11+ messages in thread
From: Denys Dmytriyenko @ 2017-04-24 20:25 UTC (permalink / raw)
  To: Dan Murphy; +Cc: meta-arago

Dan,

On Mon, Apr 24, 2017 at 02:38:43PM -0500, Dan Murphy wrote:
> Updating the SRCREV for the optee-client,
> optee-os and optee-test to align with Linaro's
> code base and kernel driver.  For the 2017.01-rc1
> 
> Signed-off-by: Dan Murphy <dmurphy@ti.com>
> ---
>  meta-arago-distro/recipes-security/optee/optee-client.bbappend   | 2 +-
>  meta-arago-distro/recipes-security/optee/optee-os_git.bbappend   | 2 +-
>  meta-arago-distro/recipes-security/optee/optee-test_git.bbappend | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/meta-arago-distro/recipes-security/optee/optee-client.bbappend b/meta-arago-distro/recipes-security/optee/optee-client.bbappend
> index 3a24c60..df7587d 100644
> --- a/meta-arago-distro/recipes-security/optee/optee-client.bbappend
> +++ b/meta-arago-distro/recipes-security/optee/optee-client.bbappend
> @@ -4,4 +4,4 @@ SRC_URI = "git://git.ti.com/optee/ti-optee-client.git;branch=${BRANCH} \
>             file://tee-supplicant.service"
>  
>  BRANCH = "ti_optee_client"
> -SRCREV = "5477e9ebf093ba3ac5296409a690944db6c0014c"
> +SRCREV = "1df4046bd729e866743454a18a71e72228e585fd"
> diff --git a/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend b/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend
> index c50c47d..4fa39de 100644
> --- a/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend
> +++ b/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend
> @@ -8,7 +8,7 @@ SRC_URI = "git://git.ti.com/optee/ti-optee-os.git;branch=${BRANCH} \
>             file://0001-allow-setting-sysroot-for-libgcc-lookup.patch \
>  "
>  BRANCH = "ti_optee_os"
> -SRCREV = "f4543643876f50b5c454955763c243b8625b0294"
> +SRCREV = "a92d4a6698b0acc8147fba21b10c7e4473da3b9e"

This SRCREV is incorrect.


>  EXTRA_OEMAKE = "CROSS_COMPILE_core=${HOST_PREFIX}  \
>                  CROSS_COMPILE_ta_arm32=${HOST_PREFIX}  \
> diff --git a/meta-arago-distro/recipes-security/optee/optee-test_git.bbappend b/meta-arago-distro/recipes-security/optee/optee-test_git.bbappend
> index a94cd42..3ab6177 100644
> --- a/meta-arago-distro/recipes-security/optee/optee-test_git.bbappend
> +++ b/meta-arago-distro/recipes-security/optee/optee-test_git.bbappend
> @@ -3,4 +3,4 @@ PR_append = ".arago1"
>  SRC_URI = "git://git.ti.com/optee/ti-optee-test.git;branch=${BRANCH}"
>  
>  BRANCH = "ti_optee_test"
> -SRCREV = "ba271a6e3eb2bbb6996b5de73918216f64a9e077"
> +SRCREV = "170a1ee60a98b407790d97dc682568981d344ca3"
> -- 
> 1.9.1
> 


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

* Re: [PATCH] optee: Update SRCREV for client, os and test
  2017-04-24 20:25 ` Denys Dmytriyenko
@ 2017-04-24 20:30   ` Dan Murphy
  2017-04-24 20:32     ` Denys Dmytriyenko
  0 siblings, 1 reply; 11+ messages in thread
From: Dan Murphy @ 2017-04-24 20:30 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-arago

Denys

On 04/24/2017 03:25 PM, Denys Dmytriyenko wrote:
> Dan,
> 
> On Mon, Apr 24, 2017 at 02:38:43PM -0500, Dan Murphy wrote:
>> Updating the SRCREV for the optee-client,
>> optee-os and optee-test to align with Linaro's
>> code base and kernel driver.  For the 2017.01-rc1
>>
>> Signed-off-by: Dan Murphy <dmurphy@ti.com>
>> ---
>>  meta-arago-distro/recipes-security/optee/optee-client.bbappend   | 2 +-
>>  meta-arago-distro/recipes-security/optee/optee-os_git.bbappend   | 2 +-
>>  meta-arago-distro/recipes-security/optee/optee-test_git.bbappend | 2 +-
>>  3 files changed, 3 insertions(+), 3 deletions(-)
>>
>> diff --git a/meta-arago-distro/recipes-security/optee/optee-client.bbappend b/meta-arago-distro/recipes-security/optee/optee-client.bbappend
>> index 3a24c60..df7587d 100644
>> --- a/meta-arago-distro/recipes-security/optee/optee-client.bbappend
>> +++ b/meta-arago-distro/recipes-security/optee/optee-client.bbappend
>> @@ -4,4 +4,4 @@ SRC_URI = "git://git.ti.com/optee/ti-optee-client.git;branch=${BRANCH} \
>>             file://tee-supplicant.service"
>>  
>>  BRANCH = "ti_optee_client"
>> -SRCREV = "5477e9ebf093ba3ac5296409a690944db6c0014c"
>> +SRCREV = "1df4046bd729e866743454a18a71e72228e585fd"
>> diff --git a/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend b/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend
>> index c50c47d..4fa39de 100644
>> --- a/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend
>> +++ b/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend
>> @@ -8,7 +8,7 @@ SRC_URI = "git://git.ti.com/optee/ti-optee-os.git;branch=${BRANCH} \
>>             file://0001-allow-setting-sysroot-for-libgcc-lookup.patch \
>>  "
>>  BRANCH = "ti_optee_os"
>> -SRCREV = "f4543643876f50b5c454955763c243b8625b0294"
>> +SRCREV = "a92d4a6698b0acc8147fba21b10c7e4473da3b9e"
> 
> This SRCREV is incorrect.

Yes you are correct I was looking at the -next branch when I added the rev

V2 on its way

> 
> 
>>  EXTRA_OEMAKE = "CROSS_COMPILE_core=${HOST_PREFIX}  \
>>                  CROSS_COMPILE_ta_arm32=${HOST_PREFIX}  \
>> diff --git a/meta-arago-distro/recipes-security/optee/optee-test_git.bbappend b/meta-arago-distro/recipes-security/optee/optee-test_git.bbappend
>> index a94cd42..3ab6177 100644
>> --- a/meta-arago-distro/recipes-security/optee/optee-test_git.bbappend
>> +++ b/meta-arago-distro/recipes-security/optee/optee-test_git.bbappend
>> @@ -3,4 +3,4 @@ PR_append = ".arago1"
>>  SRC_URI = "git://git.ti.com/optee/ti-optee-test.git;branch=${BRANCH}"
>>  
>>  BRANCH = "ti_optee_test"
>> -SRCREV = "ba271a6e3eb2bbb6996b5de73918216f64a9e077"
>> +SRCREV = "170a1ee60a98b407790d97dc682568981d344ca3"
>> -- 
>> 1.9.1
>>


-- 
------------------
Dan Murphy


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

* Re: [PATCH] optee: Update SRCREV for client, os and test
  2017-04-24 20:30   ` Dan Murphy
@ 2017-04-24 20:32     ` Denys Dmytriyenko
  0 siblings, 0 replies; 11+ messages in thread
From: Denys Dmytriyenko @ 2017-04-24 20:32 UTC (permalink / raw)
  To: Dan Murphy; +Cc: meta-arago

On Mon, Apr 24, 2017 at 03:30:32PM -0500, Dan Murphy wrote:
> Denys
> 
> On 04/24/2017 03:25 PM, Denys Dmytriyenko wrote:
> > Dan,
> > 
> > On Mon, Apr 24, 2017 at 02:38:43PM -0500, Dan Murphy wrote:
> >> Updating the SRCREV for the optee-client,
> >> optee-os and optee-test to align with Linaro's
> >> code base and kernel driver.  For the 2017.01-rc1
> >>
> >> Signed-off-by: Dan Murphy <dmurphy@ti.com>
> >> ---
> >>  meta-arago-distro/recipes-security/optee/optee-client.bbappend   | 2 +-
> >>  meta-arago-distro/recipes-security/optee/optee-os_git.bbappend   | 2 +-
> >>  meta-arago-distro/recipes-security/optee/optee-test_git.bbappend | 2 +-
> >>  3 files changed, 3 insertions(+), 3 deletions(-)
> >>
> >> diff --git a/meta-arago-distro/recipes-security/optee/optee-client.bbappend b/meta-arago-distro/recipes-security/optee/optee-client.bbappend
> >> index 3a24c60..df7587d 100644
> >> --- a/meta-arago-distro/recipes-security/optee/optee-client.bbappend
> >> +++ b/meta-arago-distro/recipes-security/optee/optee-client.bbappend
> >> @@ -4,4 +4,4 @@ SRC_URI = "git://git.ti.com/optee/ti-optee-client.git;branch=${BRANCH} \
> >>             file://tee-supplicant.service"
> >>  
> >>  BRANCH = "ti_optee_client"
> >> -SRCREV = "5477e9ebf093ba3ac5296409a690944db6c0014c"
> >> +SRCREV = "1df4046bd729e866743454a18a71e72228e585fd"
> >> diff --git a/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend b/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend
> >> index c50c47d..4fa39de 100644
> >> --- a/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend
> >> +++ b/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend
> >> @@ -8,7 +8,7 @@ SRC_URI = "git://git.ti.com/optee/ti-optee-os.git;branch=${BRANCH} \
> >>             file://0001-allow-setting-sysroot-for-libgcc-lookup.patch \
> >>  "
> >>  BRANCH = "ti_optee_os"
> >> -SRCREV = "f4543643876f50b5c454955763c243b8625b0294"
> >> +SRCREV = "a92d4a6698b0acc8147fba21b10c7e4473da3b9e"
> > 
> > This SRCREV is incorrect.
> 
> Yes you are correct I was looking at the -next branch when I added the rev
> 
> V2 on its way

Since V1 got merged, please send a fix.


> >>  EXTRA_OEMAKE = "CROSS_COMPILE_core=${HOST_PREFIX}  \
> >>                  CROSS_COMPILE_ta_arm32=${HOST_PREFIX}  \
> >> diff --git a/meta-arago-distro/recipes-security/optee/optee-test_git.bbappend b/meta-arago-distro/recipes-security/optee/optee-test_git.bbappend
> >> index a94cd42..3ab6177 100644
> >> --- a/meta-arago-distro/recipes-security/optee/optee-test_git.bbappend
> >> +++ b/meta-arago-distro/recipes-security/optee/optee-test_git.bbappend
> >> @@ -3,4 +3,4 @@ PR_append = ".arago1"
> >>  SRC_URI = "git://git.ti.com/optee/ti-optee-test.git;branch=${BRANCH}"
> >>  
> >>  BRANCH = "ti_optee_test"
> >> -SRCREV = "ba271a6e3eb2bbb6996b5de73918216f64a9e077"
> >> +SRCREV = "170a1ee60a98b407790d97dc682568981d344ca3"
> >> -- 
> >> 1.9.1
> >>
> 
> 
> -- 
> ------------------
> Dan Murphy


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

* Re: [PATCH] optee: Update SRCREV for client, os and test
  2017-10-30 14:49 ` Dan Murphy
@ 2017-10-30 16:42   ` Andrew F. Davis
  0 siblings, 0 replies; 11+ messages in thread
From: Andrew F. Davis @ 2017-10-30 16:42 UTC (permalink / raw)
  To: Dan Murphy, meta-arago

On 10/30/2017 09:49 AM, Dan Murphy wrote:
> +Andrew
> 
> On 10/30/2017 09:49 AM, Dan Murphy wrote:
>> Updating the SRCREV for the optee-client,
>> optee-os and optee-test to Linaro's tagged
>> version of 2.6.0 release.
>>
>> Signed-off-by: Dan Murphy <dmurphy@ti.com>
>> ---

Looks good to me:

Acked-by: Andrew F. Davis <afd@ti.com>

>>  meta-arago-distro/recipes-security/optee/optee-client.bbappend   | 4 ++--
>>  meta-arago-distro/recipes-security/optee/optee-os_git.bbappend   | 4 ++--
>>  meta-arago-distro/recipes-security/optee/optee-test_git.bbappend | 4 ++--
>>  3 files changed, 6 insertions(+), 6 deletions(-)
>>
>> diff --git a/meta-arago-distro/recipes-security/optee/optee-client.bbappend b/meta-arago-distro/recipes-security/optee/optee-client.bbappend
>> index 16437019..fcfb2bb0 100644
>> --- a/meta-arago-distro/recipes-security/optee/optee-client.bbappend
>> +++ b/meta-arago-distro/recipes-security/optee/optee-client.bbappend
>> @@ -5,7 +5,7 @@ SRC_URI = "git://git.ti.com/optee/ti-optee-client.git;branch=${BRANCH} \
>>  
>>  LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=69663ab153298557a59c67a60a743e5b"
>>  
>> -PV = "2.5.0+git${SRCPV}"
>> +PV = "2.6.0+git${SRCPV}"
>>  
>>  BRANCH = "ti_optee_client"
>> -SRCREV = "0efaf6bae1066d06a075d1f4fe1011b8b3576f75"
>> +SRCREV = "73b4e490a8ed0b4a7714818e80998b9d8a7da958"
>> diff --git a/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend b/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend
>> index 550d75ca..8b84ca33 100644
>> --- a/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend
>> +++ b/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend
>> @@ -2,7 +2,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
>>  
>>  PR_append = ".arago7"
>>  
>> -PV="2.5.0+git${SRCPV}"
>> +PV="2.6.0+git${SRCPV}"
>>  
>>  is_armv7 = "1"
>>  
>> @@ -10,7 +10,7 @@ SRC_URI = "git://git.ti.com/optee/ti-optee-os.git;branch=${BRANCH} \
>>             file://0001-allow-setting-sysroot-for-libgcc-lookup.patch \
>>  "
>>  BRANCH = "ti_optee_os"
>> -SRCREV = "342a75f64d69fa9a60a2934d56131243d540fe42"
>> +SRCREV = "f918b24d27744d682e6f2c7fa91828a7b818b5a0"
>>  
>>  EXTRA_OEMAKE = "CROSS_COMPILE_core=${HOST_PREFIX}  \
>>                  CROSS_COMPILE_ta_arm32=${HOST_PREFIX}  \
>> diff --git a/meta-arago-distro/recipes-security/optee/optee-test_git.bbappend b/meta-arago-distro/recipes-security/optee/optee-test_git.bbappend
>> index 17228b13..996032ed 100644
>> --- a/meta-arago-distro/recipes-security/optee/optee-test_git.bbappend
>> +++ b/meta-arago-distro/recipes-security/optee/optee-test_git.bbappend
>> @@ -2,7 +2,7 @@ PR_append = ".arago1"
>>  
>>  SRC_URI = "git://git.ti.com/optee/ti-optee-test.git;branch=${BRANCH}"
>>  
>> -PV = "2.5.0+git${SRCPV}"
>> +PV = "2.6.0+git${SRCPV}"
>>  
>>  BRANCH = "ti_optee_test"
>> -SRCREV = "e0ab180a643b67e865b35f869a2ed3b3dee9112d"
>> +SRCREV = "cc72dd2ce5c45318ad1618633bf0c859ad56cd8a"
>>
> 
> 


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

* Re: [PATCH] optee: Update SRCREV for client, os and test
  2017-10-30 14:49 Dan Murphy
@ 2017-10-30 14:49 ` Dan Murphy
  2017-10-30 16:42   ` Andrew F. Davis
  0 siblings, 1 reply; 11+ messages in thread
From: Dan Murphy @ 2017-10-30 14:49 UTC (permalink / raw)
  To: meta-arago

+Andrew

On 10/30/2017 09:49 AM, Dan Murphy wrote:
> Updating the SRCREV for the optee-client,
> optee-os and optee-test to Linaro's tagged
> version of 2.6.0 release.
> 
> Signed-off-by: Dan Murphy <dmurphy@ti.com>
> ---
>  meta-arago-distro/recipes-security/optee/optee-client.bbappend   | 4 ++--
>  meta-arago-distro/recipes-security/optee/optee-os_git.bbappend   | 4 ++--
>  meta-arago-distro/recipes-security/optee/optee-test_git.bbappend | 4 ++--
>  3 files changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/meta-arago-distro/recipes-security/optee/optee-client.bbappend b/meta-arago-distro/recipes-security/optee/optee-client.bbappend
> index 16437019..fcfb2bb0 100644
> --- a/meta-arago-distro/recipes-security/optee/optee-client.bbappend
> +++ b/meta-arago-distro/recipes-security/optee/optee-client.bbappend
> @@ -5,7 +5,7 @@ SRC_URI = "git://git.ti.com/optee/ti-optee-client.git;branch=${BRANCH} \
>  
>  LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=69663ab153298557a59c67a60a743e5b"
>  
> -PV = "2.5.0+git${SRCPV}"
> +PV = "2.6.0+git${SRCPV}"
>  
>  BRANCH = "ti_optee_client"
> -SRCREV = "0efaf6bae1066d06a075d1f4fe1011b8b3576f75"
> +SRCREV = "73b4e490a8ed0b4a7714818e80998b9d8a7da958"
> diff --git a/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend b/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend
> index 550d75ca..8b84ca33 100644
> --- a/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend
> +++ b/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend
> @@ -2,7 +2,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
>  
>  PR_append = ".arago7"
>  
> -PV="2.5.0+git${SRCPV}"
> +PV="2.6.0+git${SRCPV}"
>  
>  is_armv7 = "1"
>  
> @@ -10,7 +10,7 @@ SRC_URI = "git://git.ti.com/optee/ti-optee-os.git;branch=${BRANCH} \
>             file://0001-allow-setting-sysroot-for-libgcc-lookup.patch \
>  "
>  BRANCH = "ti_optee_os"
> -SRCREV = "342a75f64d69fa9a60a2934d56131243d540fe42"
> +SRCREV = "f918b24d27744d682e6f2c7fa91828a7b818b5a0"
>  
>  EXTRA_OEMAKE = "CROSS_COMPILE_core=${HOST_PREFIX}  \
>                  CROSS_COMPILE_ta_arm32=${HOST_PREFIX}  \
> diff --git a/meta-arago-distro/recipes-security/optee/optee-test_git.bbappend b/meta-arago-distro/recipes-security/optee/optee-test_git.bbappend
> index 17228b13..996032ed 100644
> --- a/meta-arago-distro/recipes-security/optee/optee-test_git.bbappend
> +++ b/meta-arago-distro/recipes-security/optee/optee-test_git.bbappend
> @@ -2,7 +2,7 @@ PR_append = ".arago1"
>  
>  SRC_URI = "git://git.ti.com/optee/ti-optee-test.git;branch=${BRANCH}"
>  
> -PV = "2.5.0+git${SRCPV}"
> +PV = "2.6.0+git${SRCPV}"
>  
>  BRANCH = "ti_optee_test"
> -SRCREV = "e0ab180a643b67e865b35f869a2ed3b3dee9112d"
> +SRCREV = "cc72dd2ce5c45318ad1618633bf0c859ad56cd8a"
> 


-- 
------------------
Dan Murphy


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

* [PATCH] optee: Update SRCREV for client, os and test
@ 2017-10-30 14:49 Dan Murphy
  2017-10-30 14:49 ` Dan Murphy
  0 siblings, 1 reply; 11+ messages in thread
From: Dan Murphy @ 2017-10-30 14:49 UTC (permalink / raw)
  To: meta-arago

Updating the SRCREV for the optee-client,
optee-os and optee-test to Linaro's tagged
version of 2.6.0 release.

Signed-off-by: Dan Murphy <dmurphy@ti.com>
---
 meta-arago-distro/recipes-security/optee/optee-client.bbappend   | 4 ++--
 meta-arago-distro/recipes-security/optee/optee-os_git.bbappend   | 4 ++--
 meta-arago-distro/recipes-security/optee/optee-test_git.bbappend | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/meta-arago-distro/recipes-security/optee/optee-client.bbappend b/meta-arago-distro/recipes-security/optee/optee-client.bbappend
index 16437019..fcfb2bb0 100644
--- a/meta-arago-distro/recipes-security/optee/optee-client.bbappend
+++ b/meta-arago-distro/recipes-security/optee/optee-client.bbappend
@@ -5,7 +5,7 @@ SRC_URI = "git://git.ti.com/optee/ti-optee-client.git;branch=${BRANCH} \
 
 LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=69663ab153298557a59c67a60a743e5b"
 
-PV = "2.5.0+git${SRCPV}"
+PV = "2.6.0+git${SRCPV}"
 
 BRANCH = "ti_optee_client"
-SRCREV = "0efaf6bae1066d06a075d1f4fe1011b8b3576f75"
+SRCREV = "73b4e490a8ed0b4a7714818e80998b9d8a7da958"
diff --git a/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend b/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend
index 550d75ca..8b84ca33 100644
--- a/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend
+++ b/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend
@@ -2,7 +2,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
 PR_append = ".arago7"
 
-PV="2.5.0+git${SRCPV}"
+PV="2.6.0+git${SRCPV}"
 
 is_armv7 = "1"
 
@@ -10,7 +10,7 @@ SRC_URI = "git://git.ti.com/optee/ti-optee-os.git;branch=${BRANCH} \
            file://0001-allow-setting-sysroot-for-libgcc-lookup.patch \
 "
 BRANCH = "ti_optee_os"
-SRCREV = "342a75f64d69fa9a60a2934d56131243d540fe42"
+SRCREV = "f918b24d27744d682e6f2c7fa91828a7b818b5a0"
 
 EXTRA_OEMAKE = "CROSS_COMPILE_core=${HOST_PREFIX}  \
                 CROSS_COMPILE_ta_arm32=${HOST_PREFIX}  \
diff --git a/meta-arago-distro/recipes-security/optee/optee-test_git.bbappend b/meta-arago-distro/recipes-security/optee/optee-test_git.bbappend
index 17228b13..996032ed 100644
--- a/meta-arago-distro/recipes-security/optee/optee-test_git.bbappend
+++ b/meta-arago-distro/recipes-security/optee/optee-test_git.bbappend
@@ -2,7 +2,7 @@ PR_append = ".arago1"
 
 SRC_URI = "git://git.ti.com/optee/ti-optee-test.git;branch=${BRANCH}"
 
-PV = "2.5.0+git${SRCPV}"
+PV = "2.6.0+git${SRCPV}"
 
 BRANCH = "ti_optee_test"
-SRCREV = "e0ab180a643b67e865b35f869a2ed3b3dee9112d"
+SRCREV = "cc72dd2ce5c45318ad1618633bf0c859ad56cd8a"
-- 
2.14.0



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

* [PATCH] optee: Update SRCREV for client, os and test
@ 2017-07-07 15:17 Dan Murphy
  0 siblings, 0 replies; 11+ messages in thread
From: Dan Murphy @ 2017-07-07 15:17 UTC (permalink / raw)
  To: meta-arago

Updating the SRCREV for the optee-client,
optee-os and optee-test to Linaro's tagged
version of 2.5.0 release.

Signed-off-by: Dan Murphy <dmurphy@ti.com>
---
 meta-arago-distro/recipes-security/optee/optee-client.bbappend   | 4 +++-
 meta-arago-distro/recipes-security/optee/optee-os_git.bbappend   | 4 +++-
 meta-arago-distro/recipes-security/optee/optee-test_git.bbappend | 4 +++-
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/meta-arago-distro/recipes-security/optee/optee-client.bbappend b/meta-arago-distro/recipes-security/optee/optee-client.bbappend
index cdf68545..d18ab3ba 100644
--- a/meta-arago-distro/recipes-security/optee/optee-client.bbappend
+++ b/meta-arago-distro/recipes-security/optee/optee-client.bbappend
@@ -3,5 +3,7 @@ PR_append = ".arago0"
 SRC_URI = "git://git.ti.com/optee/ti-optee-client.git;branch=${BRANCH} \
            file://tee-supplicant.service"
 
+PV = "2.5.0+git${SRCPV}"
+
 BRANCH = "ti_optee_client"
-SRCREV = "0b7aa7d6ff08b20ba20c425eed8b2023a179ed85"
+SRCREV = "0efaf6bae1066d06a075d1f4fe1011b8b3576f75"
diff --git a/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend b/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend
index c6e5be4a..afd72284 100644
--- a/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend
+++ b/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend
@@ -2,13 +2,15 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
 PR_append = ".arago7"
 
+PV="2.5.0+git${SRCPV}"
+
 is_armv7 = "1"
 
 SRC_URI = "git://git.ti.com/optee/ti-optee-os.git;branch=${BRANCH} \
            file://0001-allow-setting-sysroot-for-libgcc-lookup.patch \
 "
 BRANCH = "ti_optee_os"
-SRCREV = "941cd2d94db90bde2c6986cb55cd5b5c7bef8457"
+SRCREV = "f54c7f1f0a8942338b84a6a9319ebf6e946039f0"
 
 EXTRA_OEMAKE = "CROSS_COMPILE_core=${HOST_PREFIX}  \
                 CROSS_COMPILE_ta_arm32=${HOST_PREFIX}  \
diff --git a/meta-arago-distro/recipes-security/optee/optee-test_git.bbappend b/meta-arago-distro/recipes-security/optee/optee-test_git.bbappend
index 62dc6c72..17228b13 100644
--- a/meta-arago-distro/recipes-security/optee/optee-test_git.bbappend
+++ b/meta-arago-distro/recipes-security/optee/optee-test_git.bbappend
@@ -2,5 +2,7 @@ PR_append = ".arago1"
 
 SRC_URI = "git://git.ti.com/optee/ti-optee-test.git;branch=${BRANCH}"
 
+PV = "2.5.0+git${SRCPV}"
+
 BRANCH = "ti_optee_test"
-SRCREV = "d232f17ac35d17da3b2446651facf587ee4696f2"
+SRCREV = "e0ab180a643b67e865b35f869a2ed3b3dee9112d"
-- 
2.13.2.516.ge629a7d28



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

* Re: [PATCH] optee: Update SRCREV for client, os and test
  2017-04-24 20:39 Dan Murphy
@ 2017-04-24 20:40 ` Dan Murphy
  0 siblings, 0 replies; 11+ messages in thread
From: Dan Murphy @ 2017-04-24 20:40 UTC (permalink / raw)
  To: meta-arago

Denys

Sorry this was v2.  I can re-send with the appropriate v2 subject headline if you want

On 04/24/2017 03:39 PM, Dan Murphy wrote:
> Updating the SRCREV for the optee-client,
> optee-os and optee-test to align with Linaro's
> code base and kernel driver.  For the 2017.01-rc1
> 
> Signed-off-by: Dan Murphy <dmurphy@ti.com>
> ---
>  meta-arago-distro/recipes-security/optee/optee-client.bbappend   | 2 +-
>  meta-arago-distro/recipes-security/optee/optee-os_git.bbappend   | 2 +-
>  meta-arago-distro/recipes-security/optee/optee-test_git.bbappend | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/meta-arago-distro/recipes-security/optee/optee-client.bbappend b/meta-arago-distro/recipes-security/optee/optee-client.bbappend
> index 3a24c60a..df7587d2 100644
> --- a/meta-arago-distro/recipes-security/optee/optee-client.bbappend
> +++ b/meta-arago-distro/recipes-security/optee/optee-client.bbappend
> @@ -4,4 +4,4 @@ SRC_URI = "git://git.ti.com/optee/ti-optee-client.git;branch=${BRANCH} \
>             file://tee-supplicant.service"
>  
>  BRANCH = "ti_optee_client"
> -SRCREV = "5477e9ebf093ba3ac5296409a690944db6c0014c"
> +SRCREV = "1df4046bd729e866743454a18a71e72228e585fd"
> diff --git a/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend b/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend
> index c50c47d5..399bac2f 100644
> --- a/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend
> +++ b/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend
> @@ -8,7 +8,7 @@ SRC_URI = "git://git.ti.com/optee/ti-optee-os.git;branch=${BRANCH} \
>             file://0001-allow-setting-sysroot-for-libgcc-lookup.patch \
>  "
>  BRANCH = "ti_optee_os"
> -SRCREV = "f4543643876f50b5c454955763c243b8625b0294"
> +SRCREV = "79a8c877a637113b47f3e9fca417d33c5eacf9c9"
>  
>  EXTRA_OEMAKE = "CROSS_COMPILE_core=${HOST_PREFIX}  \
>                  CROSS_COMPILE_ta_arm32=${HOST_PREFIX}  \
> diff --git a/meta-arago-distro/recipes-security/optee/optee-test_git.bbappend b/meta-arago-distro/recipes-security/optee/optee-test_git.bbappend
> index a94cd427..3ab61775 100644
> --- a/meta-arago-distro/recipes-security/optee/optee-test_git.bbappend
> +++ b/meta-arago-distro/recipes-security/optee/optee-test_git.bbappend
> @@ -3,4 +3,4 @@ PR_append = ".arago1"
>  SRC_URI = "git://git.ti.com/optee/ti-optee-test.git;branch=${BRANCH}"
>  
>  BRANCH = "ti_optee_test"
> -SRCREV = "ba271a6e3eb2bbb6996b5de73918216f64a9e077"
> +SRCREV = "170a1ee60a98b407790d97dc682568981d344ca3"
> 


-- 
------------------
Dan Murphy


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

* [PATCH] optee: Update SRCREV for client, os and test
@ 2017-04-24 20:39 Dan Murphy
  2017-04-24 20:40 ` Dan Murphy
  0 siblings, 1 reply; 11+ messages in thread
From: Dan Murphy @ 2017-04-24 20:39 UTC (permalink / raw)
  To: meta-arago

Updating the SRCREV for the optee-client,
optee-os and optee-test to align with Linaro's
code base and kernel driver.  For the 2017.01-rc1

Signed-off-by: Dan Murphy <dmurphy@ti.com>
---
 meta-arago-distro/recipes-security/optee/optee-client.bbappend   | 2 +-
 meta-arago-distro/recipes-security/optee/optee-os_git.bbappend   | 2 +-
 meta-arago-distro/recipes-security/optee/optee-test_git.bbappend | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-arago-distro/recipes-security/optee/optee-client.bbappend b/meta-arago-distro/recipes-security/optee/optee-client.bbappend
index 3a24c60a..df7587d2 100644
--- a/meta-arago-distro/recipes-security/optee/optee-client.bbappend
+++ b/meta-arago-distro/recipes-security/optee/optee-client.bbappend
@@ -4,4 +4,4 @@ SRC_URI = "git://git.ti.com/optee/ti-optee-client.git;branch=${BRANCH} \
            file://tee-supplicant.service"
 
 BRANCH = "ti_optee_client"
-SRCREV = "5477e9ebf093ba3ac5296409a690944db6c0014c"
+SRCREV = "1df4046bd729e866743454a18a71e72228e585fd"
diff --git a/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend b/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend
index c50c47d5..399bac2f 100644
--- a/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend
+++ b/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend
@@ -8,7 +8,7 @@ SRC_URI = "git://git.ti.com/optee/ti-optee-os.git;branch=${BRANCH} \
            file://0001-allow-setting-sysroot-for-libgcc-lookup.patch \
 "
 BRANCH = "ti_optee_os"
-SRCREV = "f4543643876f50b5c454955763c243b8625b0294"
+SRCREV = "79a8c877a637113b47f3e9fca417d33c5eacf9c9"
 
 EXTRA_OEMAKE = "CROSS_COMPILE_core=${HOST_PREFIX}  \
                 CROSS_COMPILE_ta_arm32=${HOST_PREFIX}  \
diff --git a/meta-arago-distro/recipes-security/optee/optee-test_git.bbappend b/meta-arago-distro/recipes-security/optee/optee-test_git.bbappend
index a94cd427..3ab61775 100644
--- a/meta-arago-distro/recipes-security/optee/optee-test_git.bbappend
+++ b/meta-arago-distro/recipes-security/optee/optee-test_git.bbappend
@@ -3,4 +3,4 @@ PR_append = ".arago1"
 SRC_URI = "git://git.ti.com/optee/ti-optee-test.git;branch=${BRANCH}"
 
 BRANCH = "ti_optee_test"
-SRCREV = "ba271a6e3eb2bbb6996b5de73918216f64a9e077"
+SRCREV = "170a1ee60a98b407790d97dc682568981d344ca3"
-- 
2.12.2



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

* [PATCH] optee: Update SRCREV for client, os and test
@ 2017-03-06 18:53 Dan Murphy
  0 siblings, 0 replies; 11+ messages in thread
From: Dan Murphy @ 2017-03-06 18:53 UTC (permalink / raw)
  To: meta-arago

Updating the SRCREV for the optee-client,
optee-os and optee-test to align with Linaro's
code base and kernel driver.  For the 2017.00 rc3

Signed-off-by: Dan Murphy <dmurphy@ti.com>
---
 meta-arago-distro/recipes-security/optee/optee-client.bbappend   | 2 +-
 meta-arago-distro/recipes-security/optee/optee-os_git.bbappend   | 2 +-
 meta-arago-distro/recipes-security/optee/optee-test_git.bbappend | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-arago-distro/recipes-security/optee/optee-client.bbappend b/meta-arago-distro/recipes-security/optee/optee-client.bbappend
index 3a24c60..d58aa16 100644
--- a/meta-arago-distro/recipes-security/optee/optee-client.bbappend
+++ b/meta-arago-distro/recipes-security/optee/optee-client.bbappend
@@ -4,4 +4,4 @@ SRC_URI = "git://git.ti.com/optee/ti-optee-client.git;branch=${BRANCH} \
            file://tee-supplicant.service"
 
 BRANCH = "ti_optee_client"
-SRCREV = "5477e9ebf093ba3ac5296409a690944db6c0014c"
+SRCREV = "d507b84f82db4c8a85429e1fe255bfbe7b239856"
diff --git a/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend b/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend
index c50c47d..77e6e94 100644
--- a/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend
+++ b/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend
@@ -8,7 +8,7 @@ SRC_URI = "git://git.ti.com/optee/ti-optee-os.git;branch=${BRANCH} \
            file://0001-allow-setting-sysroot-for-libgcc-lookup.patch \
 "
 BRANCH = "ti_optee_os"
-SRCREV = "f4543643876f50b5c454955763c243b8625b0294"
+SRCREV = "7f49fe14fc26b6c7d1da3a5f90beb9a5fdbb7098"
 
 EXTRA_OEMAKE = "CROSS_COMPILE_core=${HOST_PREFIX}  \
                 CROSS_COMPILE_ta_arm32=${HOST_PREFIX}  \
diff --git a/meta-arago-distro/recipes-security/optee/optee-test_git.bbappend b/meta-arago-distro/recipes-security/optee/optee-test_git.bbappend
index a94cd42..115ebbe 100644
--- a/meta-arago-distro/recipes-security/optee/optee-test_git.bbappend
+++ b/meta-arago-distro/recipes-security/optee/optee-test_git.bbappend
@@ -3,4 +3,4 @@ PR_append = ".arago1"
 SRC_URI = "git://git.ti.com/optee/ti-optee-test.git;branch=${BRANCH}"
 
 BRANCH = "ti_optee_test"
-SRCREV = "ba271a6e3eb2bbb6996b5de73918216f64a9e077"
+SRCREV = "d99fe97eab50044bb0a03e0646d019ec0525fa8c"
-- 
2.7.3



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

end of thread, other threads:[~2017-10-30 16:42 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-24 19:38 [PATCH] optee: Update SRCREV for client, os and test Dan Murphy
2017-04-24 20:25 ` Denys Dmytriyenko
2017-04-24 20:30   ` Dan Murphy
2017-04-24 20:32     ` Denys Dmytriyenko
  -- strict thread matches above, loose matches on Subject: below --
2017-10-30 14:49 Dan Murphy
2017-10-30 14:49 ` Dan Murphy
2017-10-30 16:42   ` Andrew F. Davis
2017-07-07 15:17 Dan Murphy
2017-04-24 20:39 Dan Murphy
2017-04-24 20:40 ` Dan Murphy
2017-03-06 18:53 Dan Murphy

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.