summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2015-07-17 15:17:51 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2015-07-22 17:37:58 +0800
commit4e412549f645d486e889e0ef8d4e1d88b3441968 (patch)
tree32da0f6d86d898cc054a1d677f905ce81c36be88
parent209032c2abe3cc370a77b88701b7a2358fa59865 (diff)
downloadmeta-fsl-ppc-4e412549f645d486e889e0ef8d4e1d88b3441968.tar.gz
hv-cfg: update to revision b9287b0
This imports the following changes: b9287b0 t1040d4rdb: initial scenario d3aa1b2 experimental/t4240rdb: initial hv-1p scenario b94307e experimental/t4240qds: add missing devices e72637b t4240qds: add missing fman1 sgmii port 6a0e0ff drop restriction of just one portal for kernel eth driver c41b33b t2080rdb: Use MAC9 as shared-mac interface instead of MAC1 f020964 t1024qds: initial hv-2p scenario fd7f4d0 t1024rdb: initial hv-2p scenario f8c3cca t1042rdb: initial hv-2p scenario As t1042rdb/t1040rdb are not supported, update config for new t1042d4rdb and t1040d4rdb. Signed-off-by: Ting Liu <ting.liu@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-virtualization/hv-cfg/hv-cfg_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-virtualization/hv-cfg/hv-cfg_git.bb b/recipes-virtualization/hv-cfg/hv-cfg_git.bb
index 599bce2..e4f18e0 100644
--- a/recipes-virtualization/hv-cfg/hv-cfg_git.bb
+++ b/recipes-virtualization/hv-cfg/hv-cfg_git.bb
@@ -19,7 +19,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
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;nobranch=1"
22SRCREV = "f79080739851b3a3dfcd435f2ef1572459a4313c" 22SRCREV = "b9287b07390d17bfba936a806a72b91b89507c22"
23 23
24S = "${WORKDIR}/git" 24S = "${WORKDIR}/git"
25 25
@@ -27,7 +27,7 @@ do_install () {
27 make install 27 make install
28 28
29 M=`echo ${MACHINE} | sed s/-64b//g` 29 M=`echo ${MACHINE} | sed s/-64b//g`
30 if [ "t1042rdb" = "${M}" ];then 30 if [ "t1042d4rdb" = "${M}" ] || [ "t1040d4rdb" = "${M}" ];then
31 M=t1040rdb 31 M=t1040rdb
32 fi 32 fi
33 install -d ${D}/boot/hv-cfg 33 install -d ${D}/boot/hv-cfg
@@ -36,7 +36,7 @@ do_install () {
36 36
37do_deploy () { 37do_deploy () {
38 M=`echo ${MACHINE} | sed s/-64b//g` 38 M=`echo ${MACHINE} | sed s/-64b//g`
39 if [ "t1042rdb" = "${M}" ];then 39 if [ "t1042d4rdb" = "${M}" ] || [ "t1040d4rdb" = "${M}" ];then
40 M=t1040rdb 40 M=t1040rdb
41 fi 41 fi
42 install -d ${DEPLOYDIR}/hv-cfg 42 install -d ${DEPLOYDIR}/hv-cfg