diff options
author | Guillaume Lecocq <glq@momagroup.com> | 2023-04-18 13:53:34 +0200 |
---|---|---|
committer | Guillaume Lecocq <glq@momagroup.com> | 2023-04-18 13:53:34 +0200 |
commit | 289dae16bef8ee2e6b10edecd9d9c728e37694ac (patch) | |
tree | 97d048c25982b6d2c6b091762085cfadfc42f6bf /dynamic-layers | |
parent | 046f6216362b5d396767c83b7338cca071be725b (diff) | |
download | meta-freescale-289dae16bef8ee2e6b10edecd9d9c728e37694ac.tar.gz |
[warrior] meta-freescale: migrate IMX repos from codeaurora to github (for QorIQ)
Diffstat (limited to 'dynamic-layers')
-rw-r--r-- | dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb b/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb index cbf8e24f..a3631bc1 100644 --- a/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb +++ b/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb | |||
@@ -6,7 +6,7 @@ PR = "r2" | |||
6 | 6 | ||
7 | DEPENDS = "libxml2 fmlib tclap" | 7 | DEPENDS = "libxml2 fmlib tclap" |
8 | 8 | ||
9 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/fmc;nobranch=1" | 9 | SRC_URI = "git://github.com/nxp-qoriq/fmc;nobranch=1" |
10 | SRCREV = "c7576ab7fb6fb09b68ebc40531e5452fc89e5cd5" | 10 | SRCREV = "c7576ab7fb6fb09b68ebc40531e5452fc89e5cd5" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |