[meta-freescale] [meta-fsl-ppc][PATCH 15/16] hv-cfg: update to revision b9287b0

b28495 at freescale.com b28495 at freescale.com
Fri Jul 17 00:17:51 PDT 2015


From: Ting Liu <ting.liu at freescale.com>

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 at freescale.com>
---
 recipes-virtualization/hv-cfg/hv-cfg_git.bb | 6 +++---
 1 file 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}"
 inherit deploy
 
 SRC_URI = "git://git.freescale.com/ppc/sdk/hv-cfg.git;nobranch=1"
-SRCREV = "f79080739851b3a3dfcd435f2ef1572459a4313c"
+SRCREV = "b9287b07390d17bfba936a806a72b91b89507c22"
 
 S = "${WORKDIR}/git"
 
@@ -27,7 +27,7 @@ do_install () {
 	make install
 
 	M=`echo ${MACHINE} | sed s/-64b//g`
-	if [ "t1042rdb" = "${M}" ];then
+	if [ "t1042d4rdb" = "${M}" ] || [ "t1040d4rdb" = "${M}" ];then
 		M=t1040rdb
 	fi
 	install -d ${D}/boot/hv-cfg
@@ -36,7 +36,7 @@ do_install () {
 
 do_deploy () {
 	M=`echo ${MACHINE} | sed s/-64b//g`
-	if [ "t1042rdb" = "${M}" ];then
+	if [ "t1042d4rdb" = "${M}" ] || [ "t1040d4rdb" = "${M}" ];then
 		M=t1040rdb
 	fi
 	install -d ${DEPLOYDIR}/hv-cfg
-- 
1.9.1



More information about the meta-freescale mailing list