summaryrefslogtreecommitdiffstats
path: root/recipes-extended/secure-obj/secure-obj.inc
diff options
context:
space:
mode:
authorFlorin Sarbu <florin@balena.io>2023-04-24 10:08:32 +0300
committerFlorin Sarbu <florin@balena.io>2023-04-24 10:15:06 +0300
commitc60279d886eba2d9bb51a00430066b8a0ca9a853 (patch)
tree5352ef68bd05eca5db1522f39c7ac5fd79246e9c /recipes-extended/secure-obj/secure-obj.inc
parentea1b2fe42976a8a4970f2febccea1dfb08798a18 (diff)
downloadmeta-freescale-c60279d886eba2d9bb51a00430066b8a0ca9a853.tar.gz
meta-freescale: migrate IMX repos from codeaurora to github
CodeAurora has shutdown: https://bye.codeaurora.org/ Signed-off-by: Florin Sarbu <florin@balena.io>
Diffstat (limited to 'recipes-extended/secure-obj/secure-obj.inc')
-rw-r--r--recipes-extended/secure-obj/secure-obj.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/secure-obj/secure-obj.inc b/recipes-extended/secure-obj/secure-obj.inc
index 2d26a7e9..f1d9a3b1 100644
--- a/recipes-extended/secure-obj/secure-obj.inc
+++ b/recipes-extended/secure-obj/secure-obj.inc
@@ -10,7 +10,7 @@ inherit python3native
10 10
11LDFLAGS += "${TOOLCHAIN_OPTIONS}" 11LDFLAGS += "${TOOLCHAIN_OPTIONS}"
12 12
13SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/secure_obj;nobranch=1" 13SRC_URI = "git://github.com/nxp-qoriq/qoriq-components/secure_obj;nobranch=1"
14SRCREV = "5ff1231f74b4b01744be95a3137a14ad0a483e61" 14SRCREV = "5ff1231f74b4b01744be95a3137a14ad0a483e61"
15 15
16WRAP_TARGET_PREFIX ?= "${TARGET_PREFIX}" 16WRAP_TARGET_PREFIX ?= "${TARGET_PREFIX}"