summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJun Zhu <junzhu@nxp.com>2025-08-11 13:51:21 +0800
committerJun Zhu <junzhu@nxp.com>2025-08-11 14:05:01 +0800
commitf57a8f50e4b36bd5619cdb81b6470b70cf29a376 (patch)
tree9f8ca7d1f1faf1c1c68721a0aab937e02f39f949
parent3dea531e87a63dff5df636091c9de26fc6d9d4d2 (diff)
downloadmeta-freescale-f57a8f50e4b36bd5619cdb81b6470b70cf29a376.tar.gz
imx-uuc: Update upsteam URI to nxp-imx
As NXP moves imx-uuc.git to project github.com/nxp-imx, the original github.com/NXPmicro/imx-uuc.git will be redircting to this new location. Signed-off-by: Jun Zhu <junzhu@nxp.com>
-rw-r--r--recipes-bsp/imx-uuc/imx-uuc_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/imx-uuc/imx-uuc_git.bb b/recipes-bsp/imx-uuc/imx-uuc_git.bb
index d373e27e3..54997ae37 100644
--- a/recipes-bsp/imx-uuc/imx-uuc_git.bb
+++ b/recipes-bsp/imx-uuc/imx-uuc_git.bb
@@ -1,5 +1,5 @@
1# Copyright (C) 2016 Freescale Semiconductor 1# Copyright (C) 2016 Freescale Semiconductor
2# Copyright (C) 2017-2019,2024 NXP 2# Copyright (C) 2017-2019,2024-2025 NXP
3SUMMARY = "A Daemon wait for NXP mfgtools host's command" 3SUMMARY = "A Daemon wait for NXP mfgtools host's command"
4SECTION = "base" 4SECTION = "base"
5DEPENDS = "virtual/kernel dosfstools-native" 5DEPENDS = "virtual/kernel dosfstools-native"
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
9PR = "r1" 9PR = "r1"
10PV = "0.5.1+git${SRCPV}" 10PV = "0.5.1+git${SRCPV}"
11 11
12SRC_URI = "git://github.com/NXPmicro/imx-uuc.git;protocol=https;branch=master" 12SRC_URI = "git://github.com/nxp-imx/imx-uuc.git;protocol=https;branch=master"
13SRCREV = "25f65e10368aa07056f9536e88ed911ac7f38f99" 13SRCREV = "25f65e10368aa07056f9536e88ed911ac7f38f99"
14 14
15do_install() { 15do_install() {