diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2023-02-08 14:17:30 -0700 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-02-08 21:44:20 +0000 |
commit | 1363afb2811b97aebb22eece13c87b1143932085 (patch) | |
tree | f33180e8d411480949b5bd7685450c1fbe6452b1 /recipes-kernel/skmm-host | |
parent | 26b0a24b57679bc9aa51f697e6559ebcee0fa37c (diff) | |
download | meta-freescale-backport-1419-to-kirkstone.tar.gz |
layer: Use github for QorIQ sourcebackport-1419-to-kirkstone
The NXP repos are moving to github.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
(cherry picked from commit d75c8159b3bbe428ab759b2822a5b8b99e10e699)
Diffstat (limited to 'recipes-kernel/skmm-host')
-rw-r--r-- | recipes-kernel/skmm-host/skmm-host_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/skmm-host/skmm-host_git.bb b/recipes-kernel/skmm-host/skmm-host_git.bb index bbbfc588d..9e75f5efb 100644 --- a/recipes-kernel/skmm-host/skmm-host_git.bb +++ b/recipes-kernel/skmm-host/skmm-host_git.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=99803d8e9a595c0bdb45ca710f353813" | |||
5 | 5 | ||
6 | inherit module qoriq_build_64bit_kernel | 6 | inherit module qoriq_build_64bit_kernel |
7 | 7 | ||
8 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-yocto-sdk/skmm-host;protocol=https;nobranch=1" | 8 | SRC_URI = "git://github.com/nxp-qoriq-yocto-sdk/skmm-host;protocol=https;nobranch=1" |
9 | SRCREV = "d5912ebdb8d3b29b1e2df52710e8821d1ce3eb80" | 9 | SRCREV = "d5912ebdb8d3b29b1e2df52710e8821d1ce3eb80" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |