diff options
Diffstat (limited to 'recipes-security')
-rw-r--r-- | recipes-security/optee-imx/optee-client_3.2.0.imx.bb | 4 | ||||
-rw-r--r-- | recipes-security/optee-imx/optee-test_3.2.0.imx.bb | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes-security/optee-imx/optee-client_3.2.0.imx.bb b/recipes-security/optee-imx/optee-client_3.2.0.imx.bb index 2b0bcf48..f572d003 100644 --- a/recipes-security/optee-imx/optee-client_3.2.0.imx.bb +++ b/recipes-security/optee-imx/optee-client_3.2.0.imx.bb | |||
@@ -7,11 +7,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=69663ab153298557a59c67a60a743e5b" | |||
7 | 7 | ||
8 | inherit pythonnative systemd | 8 | inherit pythonnative systemd |
9 | 9 | ||
10 | SRCBRANCH = "imx_4.14.78_1.0.0_ga" | 10 | SRCBRANCH = "imx_4.19.35_1.1.0" |
11 | OPTEE_CLIENT_SRC ?= "git://source.codeaurora.org/external/imx/imx-optee-client.git;protocol=https" | 11 | OPTEE_CLIENT_SRC ?= "git://source.codeaurora.org/external/imx/imx-optee-client.git;protocol=https" |
12 | SRC_URI = "${OPTEE_CLIENT_SRC};branch=${SRCBRANCH}" | 12 | SRC_URI = "${OPTEE_CLIENT_SRC};branch=${SRCBRANCH}" |
13 | 13 | ||
14 | SRCREV = "d06647d201520ac57f1331e97db6138d63bc2666" | 14 | SRCREV = "71a9bef78fff2d5d4db8a2307d3b91e2aa671dc9" |
15 | 15 | ||
16 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 16 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
17 | 17 | ||
diff --git a/recipes-security/optee-imx/optee-test_3.2.0.imx.bb b/recipes-security/optee-imx/optee-test_3.2.0.imx.bb index 187c24a9..77441df9 100644 --- a/recipes-security/optee-imx/optee-test_3.2.0.imx.bb +++ b/recipes-security/optee-imx/optee-test_3.2.0.imx.bb | |||
@@ -11,7 +11,7 @@ inherit pythonnative | |||
11 | 11 | ||
12 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 12 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
13 | 13 | ||
14 | SRCBRANCH = "imx_4.14.78_1.0.0_ga" | 14 | SRCBRANCH = "imx_4.19.35_1.1.0" |
15 | OPTEE_TEST_SRC ?= "git://source.codeaurora.org/external/imx/imx-optee-test.git;protocol=https" | 15 | OPTEE_TEST_SRC ?= "git://source.codeaurora.org/external/imx/imx-optee-test.git;protocol=https" |
16 | 16 | ||
17 | SRC_URI = "${OPTEE_TEST_SRC};branch=${SRCBRANCH} \ | 17 | SRC_URI = "${OPTEE_TEST_SRC};branch=${SRCBRANCH} \ |
@@ -21,7 +21,7 @@ SRC_URI = "${OPTEE_TEST_SRC};branch=${SRCBRANCH} \ | |||
21 | 21 | ||
22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
23 | 23 | ||
24 | SRCREV = "eb7f698da9a7fa1587f96aa92ad8668abb0f0f48" | 24 | SRCREV = "b7114b828b82f2c0eec124ed424eff1230cc5319" |
25 | 25 | ||
26 | 26 | ||
27 | 27 | ||