diff options
author | Ting Liu <ting.liu@nxp.com> | 2016-07-16 00:35:49 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-07-22 11:34:12 -0300 |
commit | 933efab5cb38fda594b27d7777b0089c6b982201 (patch) | |
tree | de540eddefa274da6d683f6d7365acc7eb1a3dce /recipes-virtualization | |
parent | 58a573c07b566ca25bbd70114fc488f778afa754 (diff) | |
download | meta-freescale-933efab5cb38fda594b27d7777b0089c6b982201.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>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-virtualization')
-rw-r--r-- | recipes-virtualization/hv-cfg/hv-cfg_git.bb | 4 |
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 0da5a40e..57cba44a 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 | ||
19 | inherit deploy | 19 | inherit deploy |
20 | 20 | ||
21 | SRC_URI = "git://git.freescale.com/ppc/sdk/hv-cfg.git;nobranch=1" | 21 | SRC_URI = "git://git.freescale.com/ppc/sdk/hv-cfg.git;branch=sdk-v2.0.x" |
22 | SRCREV = "b9287b07390d17bfba936a806a72b91b89507c22" | 22 | SRCREV = "348748b2ce26258509997b19fead0dd7bba4dea4" |
23 | 23 | ||
24 | S = "${WORKDIR}/git" | 24 | S = "${WORKDIR}/git" |
25 | 25 | ||