summaryrefslogtreecommitdiffstats
path: root/recipes-security
diff options
context:
space:
mode:
authorJun Zhu <junzhu@nxp.com>2022-12-15 11:49:10 +0800
committerJun Zhu <junzhu@nxp.com>2022-12-15 11:47:18 +0800
commitdb67bdf59ca6e7c2da4a6fbadb53b5ae238219a6 (patch)
tree9341b369d25545e2069cfd0afab4580b73b2ca1c /recipes-security
parentcb6c55d9c13228a0a9deef59d2f72b34ae117ba5 (diff)
downloadmeta-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')
-rw-r--r--recipes-security/optee-qoriq/optee-client.nxp.inc2
-rw-r--r--recipes-security/optee-qoriq/optee-os.nxp.inc2
-rw-r--r--recipes-security/optee-qoriq/optee-test.nxp.inc2
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
8inherit python3native systemd 8inherit python3native systemd
9 9
10SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/optee_client.git;nobranch=1" 10SRC_URI = "git://github.com/nxp-qoriq/optee_client.git;protocol=https;nobranch=1"
11SRCREV = "7c9c423d00e96bf51debd5fe10fd70dce83be5cc" 11SRCREV = "7c9c423d00e96bf51debd5fe10fd70dce83be5cc"
12 12
13FILESEXTRAPATHS:prepend := "${THISDIR}/optee-client:" 13FILESEXTRAPATHS: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"
9inherit deploy python3native autotools 9inherit deploy python3native autotools
10DEPENDS = "python3-pycryptodome-native python3-pyelftools-native python3-pycryptodomex-native dtc-native" 10DEPENDS = "python3-pycryptodome-native python3-pyelftools-native python3-pycryptodomex-native dtc-native"
11 11
12SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/optee_os.git;nobranch=1" 12SRC_URI = "git://github.com/nxp-qoriq/optee_os.git;protocol=https;nobranch=1"
13SRCREV = "735d98806dc26fbeeecad7f5e60ffeab8170c67e" 13SRCREV = "735d98806dc26fbeeecad7f5e60ffeab8170c67e"
14 14
15S = "${WORKDIR}/git" 15S = "${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"
9DEPENDS = "python3-pycryptodome-native python3-pycryptodomex-native openssl" 9DEPENDS = "python3-pycryptodome-native python3-pycryptodomex-native openssl"
10inherit python3native cmake 10inherit python3native cmake
11 11
12SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/optee_test.git;nobranch=1" 12SRC_URI = "git://github.com/nxp-qoriq/optee_test.git;protocol=https;nobranch=1"
13SRCREV = "69722dab8c1f2683e30e0ee3b536053367e37aad" 13SRCREV = "69722dab8c1f2683e30e0ee3b536053367e37aad"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"