summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-virtualization/hv-cfg/hv-cfg_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-virtualization/hv-cfg/hv-cfg_git.bb b/recipes-virtualization/hv-cfg/hv-cfg_git.bb
index e4f18e0..b562670 100644
--- a/recipes-virtualization/hv-cfg/hv-cfg_git.bb
+++ b/recipes-virtualization/hv-cfg/hv-cfg_git.bb
@@ -18,8 +18,8 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
18 18
19inherit deploy 19inherit deploy
20 20
21SRC_URI = "git://git.freescale.com/ppc/sdk/hv-cfg.git;nobranch=1" 21SRC_URI = "git://git.freescale.com/ppc/sdk/hv-cfg.git;branch=sdk-v2.0.x"
22SRCREV = "b9287b07390d17bfba936a806a72b91b89507c22" 22SRCREV = "348748b2ce26258509997b19fead0dd7bba4dea4"
23 23
24S = "${WORKDIR}/git" 24S = "${WORKDIR}/git"
25 25