diff options
author | Jun Zhu <junzhu@nxp.com> | 2022-12-15 11:49:10 +0800 |
---|---|---|
committer | Jun Zhu <junzhu@nxp.com> | 2022-12-15 11:47:18 +0800 |
commit | db67bdf59ca6e7c2da4a6fbadb53b5ae238219a6 (patch) | |
tree | 9341b369d25545e2069cfd0afab4580b73b2ca1c /recipes-security/optee-qoriq | |
parent | cb6c55d9c13228a0a9deef59d2f72b34ae117ba5 (diff) | |
download | meta-freescale-db67bdf59ca6e7c2da4a6fbadb53b5ae238219a6.tar.gz |
Switch NXP QorIQ repositories to github.com
Fetch QorIQ's source code from github.com/nxp-qoriq,
as original source.codeaurora.org/external/qoriq will
stop to access from April 2023.
Signed-off-by: Jun Zhu <junzhu@nxp.com>
Diffstat (limited to 'recipes-security/optee-qoriq')
-rw-r--r-- | recipes-security/optee-qoriq/optee-client.nxp.inc | 2 | ||||
-rw-r--r-- | recipes-security/optee-qoriq/optee-os.nxp.inc | 2 | ||||
-rw-r--r-- | recipes-security/optee-qoriq/optee-test.nxp.inc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes-security/optee-qoriq/optee-client.nxp.inc b/recipes-security/optee-qoriq/optee-client.nxp.inc index fa187e84..a7d34497 100644 --- a/recipes-security/optee-qoriq/optee-client.nxp.inc +++ b/recipes-security/optee-qoriq/optee-client.nxp.inc | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=69663ab153298557a59c67a60a743e5b" | |||
7 | 7 | ||
8 | inherit python3native systemd | 8 | inherit python3native systemd |
9 | 9 | ||
10 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/optee_client.git;nobranch=1" | 10 | SRC_URI = "git://github.com/nxp-qoriq/optee_client.git;protocol=https;nobranch=1" |
11 | SRCREV = "7c9c423d00e96bf51debd5fe10fd70dce83be5cc" | 11 | SRCREV = "7c9c423d00e96bf51debd5fe10fd70dce83be5cc" |
12 | 12 | ||
13 | FILESEXTRAPATHS:prepend := "${THISDIR}/optee-client:" | 13 | FILESEXTRAPATHS:prepend := "${THISDIR}/optee-client:" |
diff --git a/recipes-security/optee-qoriq/optee-os.nxp.inc b/recipes-security/optee-qoriq/optee-os.nxp.inc index 72af6ca4..5b90b937 100644 --- a/recipes-security/optee-qoriq/optee-os.nxp.inc +++ b/recipes-security/optee-qoriq/optee-os.nxp.inc | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c1f21c4f72f372ef38a5a4aee55ec173" | |||
9 | inherit deploy python3native autotools | 9 | inherit deploy python3native autotools |
10 | DEPENDS = "python3-pycryptodome-native python3-pyelftools-native python3-pycryptodomex-native dtc-native" | 10 | DEPENDS = "python3-pycryptodome-native python3-pyelftools-native python3-pycryptodomex-native dtc-native" |
11 | 11 | ||
12 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/optee_os.git;nobranch=1" | 12 | SRC_URI = "git://github.com/nxp-qoriq/optee_os.git;protocol=https;nobranch=1" |
13 | SRCREV = "735d98806dc26fbeeecad7f5e60ffeab8170c67e" | 13 | SRCREV = "735d98806dc26fbeeecad7f5e60ffeab8170c67e" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
diff --git a/recipes-security/optee-qoriq/optee-test.nxp.inc b/recipes-security/optee-qoriq/optee-test.nxp.inc index e3ba0c8e..14a42ac5 100644 --- a/recipes-security/optee-qoriq/optee-test.nxp.inc +++ b/recipes-security/optee-qoriq/optee-test.nxp.inc | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=daa2bcccc666345ab8940aab1315a4fa" | |||
9 | DEPENDS = "python3-pycryptodome-native python3-pycryptodomex-native openssl" | 9 | DEPENDS = "python3-pycryptodome-native python3-pycryptodomex-native openssl" |
10 | inherit python3native cmake | 10 | inherit python3native cmake |
11 | 11 | ||
12 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/optee_test.git;nobranch=1" | 12 | SRC_URI = "git://github.com/nxp-qoriq/optee_test.git;protocol=https;nobranch=1" |
13 | SRCREV = "69722dab8c1f2683e30e0ee3b536053367e37aad" | 13 | SRCREV = "69722dab8c1f2683e30e0ee3b536053367e37aad" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |