diff options
author | 2018-03-01 17:55:44 +0800 | |
---|---|---|
committer | 2018-03-06 10:05:00 -0300 | |
commit | 8644ef5d5affe38ef37f7e55842c0f2f386e6f7d (patch) | |
tree | e65f2a1099de1c39ac10c0762734373a21010677 | |
parent | 701125043ca1ddb0cfb6317b454d63a9c7e8d7a5 (diff) | |
download | meta-freescale-8644ef5d5affe38ef37f7e55842c0f2f386e6f7d.tar.gz meta-freescale-8644ef5d5affe38ef37f7e55842c0f2f386e6f7d.tar.bz2 meta-freescale-8644ef5d5affe38ef37f7e55842c0f2f386e6f7d.zip |
pkc-host: update SRC_URL
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-kernel/pkc-host/pkc-host_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/pkc-host/pkc-host_git.bb b/recipes-kernel/pkc-host/pkc-host_git.bb index ece2a613..d3d05eeb 100644 --- a/recipes-kernel/pkc-host/pkc-host_git.bb +++ b/recipes-kernel/pkc-host/pkc-host_git.bb @@ -10,7 +10,7 @@ RDEPENDS_${PN} += "cryptodev-module bc" # if it is fixed. REQUIRED_DISTRO_FEATURES = "c29x_pkc" -SRC_URI = "git://git.freescale.com/ppc/sdk/pkc-host.git;branch=sdk-v2.0.x" +SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-yocto-sdk/pkc-host;branch=nxp/sdk-v2.0.x" SRCREV = "e021464d700b3259d7114fb6e5e54a9f9c3ee326" S = "${WORKDIR}/git" |