summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2016-05-18 11:17:24 +0800
committerZhenhua Luo <zhenhua.luo@nxp.com>2016-06-23 10:58:15 +0800
commit41d0673b988127418e61fa7fbe141325da1af1c5 (patch)
tree1ff57f262d90b829ca8af44ea44b18fd30c09dfa
parent0bf6a08f85d70278b5185756ce26afe0b1002bfc (diff)
downloadmeta-fsl-ppc-41d0673b988127418e61fa7fbe141325da1af1c5.tar.gz
hv-cfg: update to 348748b
Changelog: 348748b update device trees to increase the number of FQDs available ba627ef t4240qds: add some missing fman ports 4da1b35 experimental: update to match latest device tree f23fe58 b4860qds: update to match latest device tree 70e01ec t4240: update to match latest device tree bb7fd45 t2080: update to match latest device tree 5c2af25 t1042rdb: update to match latest device tree 4ad3b4e t1040: update to match latest device tree 7d82eca t1024: update to match latest device tree a921799 p5040ds: update to match latest device tree 7b27495 p5020ds: update to match latest device tree c2bdb6c p4080ds: update to match latest device tree 027388f p3041ds: update to match latest device tree 3ac3990 p2041rdb: update to match latest device tree Signed-off-by: Ting Liu <ting.liu@nxp.com>
-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