As previous t1042rdb was renamed to t1042rdb-pi and the new t1042rdb
keep the same with t1040rdb except rcw/u-boot/dtb, update hv-cfg to
follow this.
Signed-off-by: Ting Liu <ting.liu@freescale.com>
make install
M=`echo ${MACHINE} | sed s/-64b//g`
+ if [ "t1042rdb" = "${M}" ];then
+ M=t1040rdb
+ fi
install -d ${D}/boot/hv-cfg
cp -r ${S}/${M}/${M}/* ${D}/boot/hv-cfg
}
do_deploy () {
M=`echo ${MACHINE} | sed s/-64b//g`
+ if [ "t1042rdb" = "${M}" ];then
+ M=t1040rdb
+ fi
install -d ${DEPLOYDIR}/hv-cfg
cp -r ${S}/${M}/${M}/* ${DEPLOYDIR}/hv-cfg
}