From: Ting Liu Date: Mon, 5 Jan 2015 10:32:28 +0000 (+0800) Subject: rcw: update revision to 3e89f378 X-Git-Tag: 2.1~534^2~67 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=716c6d76ea81ec0a63756bdfc2f85bd5e0b5958d;p=meta-freescale.git rcw: update revision to 3e89f378 This update to fsl sdk v1.7 release, the detailed changes can be found at: http://git.freescale.com/git/cgit.cgi/ppc/sdk/rcw.git/ t1042rdb and t1042rdb-pi use the same rcw, update for it. Signed-off-by: Zhenhua Luo --- diff --git a/meta-fsl-ppc/recipes-bsp/rcw/rcw_git.bb b/meta-fsl-ppc/recipes-bsp/rcw/rcw_git.bb index 1bc60d21..5714ed0a 100644 --- a/meta-fsl-ppc/recipes-bsp/rcw/rcw_git.bb +++ b/meta-fsl-ppc/recipes-bsp/rcw/rcw_git.bb @@ -12,7 +12,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" inherit deploy SRC_URI = "git://git.freescale.com/ppc/sdk/rcw.git;nobranch=1" -SRCREV = "261b2355e9936ecb37b61e6f58dfc48dcfb805b3" +SRCREV = "3e89f378ed70e9b856756de8c3dbdfccb045fa0c" S = "${WORKDIR}/git" @@ -22,8 +22,8 @@ do_install () { make install M=`echo ${MACHINE} | sed s/-64b//g` - if [ "t1042rdb" = "${M}" ];then - M=${M}_pi + if [ "t1042rdb" = "${M}" ] || [ "t1042rdb-pi" = "${M}" ];then + M=t1042rdb_pi fi install -d ${D}/boot/rcw cp -r ${S}/${M}/${M}/* ${D}/boot/rcw @@ -31,8 +31,8 @@ do_install () { do_deploy () { M=`echo ${MACHINE} | sed s/-64b//g` - if [ "t1042rdb" = "${M}" ];then - M=${M}_pi + if [ "t1042rdb" = "${M}" ] || [ "t1042rdb-pi" = "${M}" ];then + M=t1042rdb_pi fi install -d ${DEPLOYDIR}/rcw cp -r ${S}/${M}/${M}/* ${DEPLOYDIR}/rcw