diff options
Diffstat (limited to 'recipes-security')
-rw-r--r-- | recipes-security/optee-imx/optee-client_3.7.0.imx.bb | 2 | ||||
-rw-r--r-- | recipes-security/optee-imx/optee-os_3.7.0.imx.bb | 2 | ||||
-rw-r--r-- | recipes-security/optee-imx/optee-test_3.7.0.imx.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes-security/optee-imx/optee-client_3.7.0.imx.bb b/recipes-security/optee-imx/optee-client_3.7.0.imx.bb index d83f8a9c..ee0cead8 100644 --- a/recipes-security/optee-imx/optee-client_3.7.0.imx.bb +++ b/recipes-security/optee-imx/optee-client_3.7.0.imx.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=69663ab153298557a59c67a60a743e5b" | |||
8 | inherit python3native systemd | 8 | inherit python3native systemd |
9 | 9 | ||
10 | SRCBRANCH = "imx_5.4.24_2.1.0" | 10 | SRCBRANCH = "imx_5.4.24_2.1.0" |
11 | SRC_URI = "git://source.codeaurora.org/external/imx/imx-optee-client.git;protocol=https;branch=${SRCBRANCH}" | 11 | SRC_URI = "git://github.com/nxp-imx/imx-optee-client.git;protocol=https;branch=${SRCBRANCH}" |
12 | 12 | ||
13 | SRCREV = "bc0ec8ce1e4dc5ae23f4737ef659338b7cd408fe" | 13 | SRCREV = "bc0ec8ce1e4dc5ae23f4737ef659338b7cd408fe" |
14 | 14 | ||
diff --git a/recipes-security/optee-imx/optee-os_3.7.0.imx.bb b/recipes-security/optee-imx/optee-os_3.7.0.imx.bb index 1bef749b..6c6afe9c 100644 --- a/recipes-security/optee-imx/optee-os_3.7.0.imx.bb +++ b/recipes-security/optee-imx/optee-os_3.7.0.imx.bb | |||
@@ -12,7 +12,7 @@ DEPENDS = "python3-pycrypto-native python3-pyelftools-native u-boot-mkimage-nati | |||
12 | SRCBRANCH = "imx_5.4.24_2.1.0" | 12 | SRCBRANCH = "imx_5.4.24_2.1.0" |
13 | 13 | ||
14 | SRC_URI = "\ | 14 | SRC_URI = "\ |
15 | git://source.codeaurora.org/external/imx/imx-optee-os.git;protocol=https;branch=${SRCBRANCH} \ | 15 | git://github.com/nxp-imx/imx-optee-os.git;protocol=https;branch=${SRCBRANCH} \ |
16 | file://0001-optee-os-fix-gcc10-compilation-issue-and-missing-cc-.patch \ | 16 | file://0001-optee-os-fix-gcc10-compilation-issue-and-missing-cc-.patch \ |
17 | " | 17 | " |
18 | 18 | ||
diff --git a/recipes-security/optee-imx/optee-test_3.7.0.imx.bb b/recipes-security/optee-imx/optee-test_3.7.0.imx.bb index e0dfdbe2..13066507 100644 --- a/recipes-security/optee-imx/optee-test_3.7.0.imx.bb +++ b/recipes-security/optee-imx/optee-test_3.7.0.imx.bb | |||
@@ -13,7 +13,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | |||
13 | 13 | ||
14 | SRCBRANCH = "imx_5.4.24_2.1.0" | 14 | SRCBRANCH = "imx_5.4.24_2.1.0" |
15 | 15 | ||
16 | SRC_URI = "git://source.codeaurora.org/external/imx/imx-optee-test.git;protocol=https;branch=${SRCBRANCH} \ | 16 | SRC_URI = "git://github.com/nxp-imx/imx-optee-test.git;protocol=https;branch=${SRCBRANCH} \ |
17 | file://0001-use-python3-instead-of-python.patch \ | 17 | file://0001-use-python3-instead-of-python.patch \ |
18 | " | 18 | " |
19 | 19 | ||