* [PATCH] linaro-optee: Update to v2.4.0 OPTEE release
@ 2017-04-24 16:17 Dan Murphy
2017-04-24 17:13 ` Denys Dmytriyenko
0 siblings, 1 reply; 4+ messages in thread
From: Dan Murphy @ 2017-04-24 16:17 UTC (permalink / raw)
To: meta-arago
Signed-off-by: Dan Murphy <dmurphy@ti.com>
---
meta-optee/recipes-security/optee/optee-client.bb | 4 ++--
meta-optee/recipes-security/optee/optee-os_git.bb | 4 ++--
meta-optee/recipes-security/optee/optee-test_git.bb | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/meta-optee/recipes-security/optee/optee-client.bb b/meta-optee/recipes-security/optee/optee-client.bb
index c31fb30..7b471f3 100644
--- a/meta-optee/recipes-security/optee/optee-client.bb
+++ b/meta-optee/recipes-security/optee/optee-client.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/OP-TEE/optee_client"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=a6d62e1b5fef18a1854bd538e3160d7c"
-PV = "2.3.0+git${SRCPV}"
+PV = "2.4.0+git${SRCPV}"
inherit pythonnative systemd
@@ -12,7 +12,7 @@ SRC_URI = "git://github.com/OP-TEE/optee_client.git \
file://tee-supplicant.service"
S = "${WORKDIR}/git"
-SRCREV = "365657667f8968f40237480169fea44fa3fb9949"
+SRCREV = "1df4046bd729e866743454a18a71e72228e585fd"
SYSTEMD_SERVICE_${PN} = "tee-supplicant.service"
diff --git a/meta-optee/recipes-security/optee/optee-os_git.bb b/meta-optee/recipes-security/optee/optee-os_git.bb
index a194c8c..5dcb0e3 100644
--- a/meta-optee/recipes-security/optee/optee-os_git.bb
+++ b/meta-optee/recipes-security/optee/optee-os_git.bb
@@ -4,13 +4,13 @@ DESCRIPTION = "OPTEE OS"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=69663ab153298557a59c67a60a743e5b"
-PV="2.3.0+git${SRCPV}"
+PV="2.4.0+git${SRCPV}"
DEPENDS = "python-wand-native python-pycrypto-native"
inherit deploy pythonnative
-SRCREV = "28fcee179fc908ee2001a135179366d794af7878"
+SRCREV = "a92d4a6698b0acc8147fba21b10c7e4473da3b9e"
SRC_URI = "git://github.com/OP-TEE/optee_os.git \
file://0001-allow-setting-sysroot-for-libgcc-lookup.patch \
"
diff --git a/meta-optee/recipes-security/optee/optee-test_git.bb b/meta-optee/recipes-security/optee/optee-test_git.bb
index 3fd267c..cdc51ef 100644
--- a/meta-optee/recipes-security/optee/optee-test_git.bb
+++ b/meta-optee/recipes-security/optee/optee-test_git.bb
@@ -8,14 +8,14 @@ DEPENDS = "optee-client optee-os python-pycrypto-native"
inherit pythonnative
-PV = "2.3.0+git${SRCPV}"
+PV = "2.4.0+git${SRCPV}"
SRC_URI = "git://github.com/OP-TEE/optee_test.git \
file://fix-build-failure-with-GCC6.patch \
"
S = "${WORKDIR}/git"
-SRCREV = "a4653559d989d5006f67f4498be4cb090be12f79"
+SRCREV = "170a1ee60a98b407790d97dc682568981d344ca3"
OPTEE_CLIENT_EXPORT = "${STAGING_DIR_HOST}${prefix}"
TEEC_EXPORT = "${STAGING_DIR_HOST}${prefix}"
--
1.9.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH] linaro-optee: Update to v2.4.0 OPTEE release
2017-04-24 16:17 [PATCH] linaro-optee: Update to v2.4.0 OPTEE release Dan Murphy
@ 2017-04-24 17:13 ` Denys Dmytriyenko
2017-04-24 19:04 ` Dan Murphy
0 siblings, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2017-04-24 17:13 UTC (permalink / raw)
To: Dan Murphy; +Cc: meta-arago
Dan,
This looks like a patch against Linaro's meta-optee - the right list would be openembedded@lists.linaro.org
--
Denys
On Mon, Apr 24, 2017 at 11:17:57AM -0500, Dan Murphy wrote:
> Signed-off-by: Dan Murphy <dmurphy@ti.com>
> ---
> meta-optee/recipes-security/optee/optee-client.bb | 4 ++--
> meta-optee/recipes-security/optee/optee-os_git.bb | 4 ++--
> meta-optee/recipes-security/optee/optee-test_git.bb | 4 ++--
> 3 files changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/meta-optee/recipes-security/optee/optee-client.bb b/meta-optee/recipes-security/optee/optee-client.bb
> index c31fb30..7b471f3 100644
> --- a/meta-optee/recipes-security/optee/optee-client.bb
> +++ b/meta-optee/recipes-security/optee/optee-client.bb
> @@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/OP-TEE/optee_client"
> LICENSE = "BSD"
> LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=a6d62e1b5fef18a1854bd538e3160d7c"
>
> -PV = "2.3.0+git${SRCPV}"
> +PV = "2.4.0+git${SRCPV}"
>
> inherit pythonnative systemd
>
> @@ -12,7 +12,7 @@ SRC_URI = "git://github.com/OP-TEE/optee_client.git \
> file://tee-supplicant.service"
> S = "${WORKDIR}/git"
>
> -SRCREV = "365657667f8968f40237480169fea44fa3fb9949"
> +SRCREV = "1df4046bd729e866743454a18a71e72228e585fd"
>
> SYSTEMD_SERVICE_${PN} = "tee-supplicant.service"
>
> diff --git a/meta-optee/recipes-security/optee/optee-os_git.bb b/meta-optee/recipes-security/optee/optee-os_git.bb
> index a194c8c..5dcb0e3 100644
> --- a/meta-optee/recipes-security/optee/optee-os_git.bb
> +++ b/meta-optee/recipes-security/optee/optee-os_git.bb
> @@ -4,13 +4,13 @@ DESCRIPTION = "OPTEE OS"
> LICENSE = "BSD"
> LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=69663ab153298557a59c67a60a743e5b"
>
> -PV="2.3.0+git${SRCPV}"
> +PV="2.4.0+git${SRCPV}"
>
> DEPENDS = "python-wand-native python-pycrypto-native"
>
> inherit deploy pythonnative
>
> -SRCREV = "28fcee179fc908ee2001a135179366d794af7878"
> +SRCREV = "a92d4a6698b0acc8147fba21b10c7e4473da3b9e"
> SRC_URI = "git://github.com/OP-TEE/optee_os.git \
> file://0001-allow-setting-sysroot-for-libgcc-lookup.patch \
> "
> diff --git a/meta-optee/recipes-security/optee/optee-test_git.bb b/meta-optee/recipes-security/optee/optee-test_git.bb
> index 3fd267c..cdc51ef 100644
> --- a/meta-optee/recipes-security/optee/optee-test_git.bb
> +++ b/meta-optee/recipes-security/optee/optee-test_git.bb
> @@ -8,14 +8,14 @@ DEPENDS = "optee-client optee-os python-pycrypto-native"
>
> inherit pythonnative
>
> -PV = "2.3.0+git${SRCPV}"
> +PV = "2.4.0+git${SRCPV}"
>
> SRC_URI = "git://github.com/OP-TEE/optee_test.git \
> file://fix-build-failure-with-GCC6.patch \
> "
> S = "${WORKDIR}/git"
>
> -SRCREV = "a4653559d989d5006f67f4498be4cb090be12f79"
> +SRCREV = "170a1ee60a98b407790d97dc682568981d344ca3"
>
> OPTEE_CLIENT_EXPORT = "${STAGING_DIR_HOST}${prefix}"
> TEEC_EXPORT = "${STAGING_DIR_HOST}${prefix}"
> --
> 1.9.1
>
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH] linaro-optee: Update to v2.4.0 OPTEE release
2017-04-24 17:13 ` Denys Dmytriyenko
@ 2017-04-24 19:04 ` Dan Murphy
2017-04-24 19:39 ` Denys Dmytriyenko
0 siblings, 1 reply; 4+ messages in thread
From: Dan Murphy @ 2017-04-24 19:04 UTC (permalink / raw)
To: Denys Dmytriyenko; +Cc: meta-arago
Denys
Yeah you are correct.
Do we have TI override OPTEE recipes?
Dan
On 04/24/2017 12:13 PM, Denys Dmytriyenko wrote:
> Dan,
>
> This looks like a patch against Linaro's meta-optee - the right list would be openembedded@lists.linaro.org
>
--
------------------
Dan Murphy
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] linaro-optee: Update to v2.4.0 OPTEE release
2017-04-24 19:04 ` Dan Murphy
@ 2017-04-24 19:39 ` Denys Dmytriyenko
0 siblings, 0 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2017-04-24 19:39 UTC (permalink / raw)
To: Dan Murphy; +Cc: meta-arago
Yes, we have corresponding bbappends - I see you already sent a patch.
On Mon, Apr 24, 2017 at 02:04:40PM -0500, Dan Murphy wrote:
> Denys
>
> Yeah you are correct.
>
> Do we have TI override OPTEE recipes?
>
> Dan
>
> On 04/24/2017 12:13 PM, Denys Dmytriyenko wrote:
> > Dan,
> >
> > This looks like a patch against Linaro's meta-optee - the right list would be openembedded@lists.linaro.org
> >
>
>
> --
> ------------------
> Dan Murphy
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-04-24 19:40 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-24 16:17 [PATCH] linaro-optee: Update to v2.4.0 OPTEE release Dan Murphy
2017-04-24 17:13 ` Denys Dmytriyenko
2017-04-24 19:04 ` Dan Murphy
2017-04-24 19:39 ` Denys Dmytriyenko
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.