diff options
-rw-r--r-- | meta-fsl-ppc/recipes-virtualization/hv-cfg/hv-cfg_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-fsl-ppc/recipes-virtualization/hv-cfg/hv-cfg_git.bb b/meta-fsl-ppc/recipes-virtualization/hv-cfg/hv-cfg_git.bb index 599bce28..e4f18e07 100644 --- a/meta-fsl-ppc/recipes-virtualization/hv-cfg/hv-cfg_git.bb +++ b/meta-fsl-ppc/recipes-virtualization/hv-cfg/hv-cfg_git.bb | |||
@@ -19,7 +19,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" | |||
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;nobranch=1" |
22 | SRCREV = "f79080739851b3a3dfcd435f2ef1572459a4313c" | 22 | SRCREV = "b9287b07390d17bfba936a806a72b91b89507c22" |
23 | 23 | ||
24 | S = "${WORKDIR}/git" | 24 | S = "${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 | ||
37 | do_deploy () { | 37 | do_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 |